This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

I am getting the following error: "please select first the target STM32F030xx device used in your application (stm32f0xx.h file)." When I open the header file it tells me to select a target device. How do I do that?

Parents
  • I think I may have solved my own problem. For anyone who comes across this question, here is how I did it:

    1) I copied the commented green text that corresponded to my microcontroller so stm32F030

    2)I opened up options for target and in c/c++ I pasted the microcontroller type to preprocessor symbols define

Reply
  • I think I may have solved my own problem. For anyone who comes across this question, here is how I did it:

    1) I copied the commented green text that corresponded to my microcontroller so stm32F030

    2)I opened up options for target and in c/c++ I pasted the microcontroller type to preprocessor symbols define

Children
No data