- This topic has 3 replies, 2 voices, and was last updated 8 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Mastering STM32 book support forum › Can't find my Nucleo F091
Hello
I am reading the preview version of your book.
When trying the “Hello World” example (Pag 49) I do as the book says but when selecting STM32F0xx in the next screen I can’t find my STM32F091 selection.
I suspect something is wrong with GNU Arm Plug in..
Can I get some help here please?
As I said I use STM32F091 Nucleo
Thanks
Hi,
You are right: the template for the STM32F091 MCU is missed. In this phase, you can safely use the template for the STM32F030: the example will work the same.
However, take in account that the vector tables for the two MCUs differ, so if you are going to do something more advanced with your board, then you need to pick the right vector table for your Nucleo. However, the hello nucleo example will work.
Regards,
Carmine
Thank you very much for your reply.
However, take in account that the vector tables for the two MCUs differ, so if you are going to do something more advanced with your board, then you need to pick the right vector table for your Nucleo. However, the hello nucleo example will work.
How do I pick the right vector table? (I am planning to use SPI, and interruptions later- I dont know if that qualifies as advanced)
You can download this file:
Place it in the same folder where you fine the startup_stm32f030xb.S and delete the startup_stm32f030xb.S. Don’t forget to rename the filename from startup_stm32f030xb.s to startup_stm32f030xb.S