mbed rel 122 problem
- This topic has 2 replies, 2 voices, and was last updated 8 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
I have a mDot program that compiled fine until I updated mbed to release 122. No I see:
Error: Undefined symbol NVIC_SetVector (referred from WakeUp_STM_RTC.o).
However, switching to the previous release 121 fixes this. Has something broken or is this another fix the libmdot will address when its updated? Reference to STM would indicate its to do with the STMicro code for the MCU on the mDot.
Thanks
Andrew
Andrew,
We’ve seen the same thing. I’m fairly certain this is an issue in the mbed library.
If you’re interested in digging into the issue some, open a ticket on GitHub
https://github.com/mbedmicro/mbed/issues
It’s helpful to reproduce the issue on generally available hardware (e.g. a Nucleo 411) and provide steps and/or a simple application to demonstrate the issue.
Cheers,
Mike
Thanks Mike, figured it was likely to be something in the mbed library.
I have a few Nucleo boards to try, have a 411 so that should be the same.
Cheers
Andrew