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.