Problems to implement a stm32F3 library
Hi Bernard,
thank you for your reply.
Yor suggestion to create the project with firmware lib is running well. I had tryed it.
What i need is another lib with all the hardware inits and so on and one application without the firmware libs.
I have created the lib with eclipse -> new project -> static lib -> AC6 then the target config for nucleo F302R8 with firmware lib and hal driver
The app project is created with eclipse -> new project -> executable -> AC6 -> target config for F302R8 without any firmware.
I had a app project with Firmware there i can use my own lib. Only if i create the app project without firmwar i have this error.
Thats very strange 😊
Because you have any other suggestion?
Fritz