2008-02-27 12:27 PM
Programming interrupt vectors
2011-05-17 03:25 AM
I'm trying to flash the STM32F103VBT6 with my application. My question has to do with the interrupt vectors. They are located at address 0x00000000, but flash begins at 0x08000000. So how do I program the interrupt vectors? Are they not in flash?
2011-05-17 03:25 AM
and ram is at 0x20000000. adr 0 is a configuable alias, see docs for the BOOT0/1 pins.