Question
migration stm32cubemx ver 4.15
Posted on May 28, 2016 at 16:38
Hi everyone ,
I'm recently update stm32cubemx. when generating initalization code cubemx warning me about migration and click the migrate. when compling with keil uvision generated code give me some ''expected a ;'' error. when i inspect the code i faced with this line in ''stm32f1xx_it.c''HAL_RCC_NMI_IRQHandler
no with paranthyesis. if i added
();
paranthyesis i get a huge list of symbol multiply defined. is this a bug ver 4.15?
#stm32cubemx-ver-4.15