cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeL1 defines too many vectors - possible bug??

daviddavid9
Associate II
Posted on December 01, 2014 at 00:00

It seems like the STM32CubeL1 template linker and startup script (for GCC) defines too many interrupt vectors. The STM32L1 reference manual states that the last used vector for all categories of STM32L1 chips is at 0x120. But, the template linker and startup files(in drivers/cmsis/device/ST/STM32L1xx/Source/Templates/gcc folder) for STM32CubeL1 has an additional 5 reserved vectors, making the last reserved vector 0x134. We need to resolve this for an open issue on mbed

http://https://github.com/mbedmicro/mbed/pull/748

.

1 REPLY 1
Posted on December 01, 2014 at 18:44

Your link doesn't work

Does having too many cause failure? Having the wrong association would cause issues, yes.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..