Hello. I am trying to start a project with STM32F358VCT6. I selected the MCU in CubeMX and only added one pin as GPIO to start with. When I open the project with Keil and try to compile it, I get this error:
startup_stm32f358xx.s(227): error: A1145E: Undefined exported symbol 'PVD_IRQHandler'
Does anyone have any ideas why is it happening? Thanks.
lm3915 said:Does anyone have any ideas why is it happening?
For the reason it tells you: you have not defined the symbol 'PVD_IRQHandler'
Note that CubeMX is an ST thing - nothing to do with Keil or ARM - so you need to contact ST for problems with it & the code it generates.