2014-11-30 03:00 PM
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
.2014-12-01 09:44 AM
Your link doesn't work
Does having too many cause failure? Having the wrong association would cause issues, yes.