STM32H7B3RIT interrupts don't work
Hi,
I am trying to launch a device that has an STM32H7B3RIT, but I have encountered some issues regarding interrupts. I am using CubeMX and CubeIDE to generate a very simple project with an internal clock (64MHz) and no initial configuration. However, I couldn't use HAL_DELAY(..) and after some investigation, I realised that SysTick_Handler is not being called, meaning that no interrupt is running. I have also tested with TIM7 interrupt, but it still doesn't work.
I have quite a bit of experience with CubeMX and CubeIDE with other STM32 microcontrollers, and I am sure I didn't miss any configuration. I believe the problem may be due to a CubeIDE bug or MCU-specific configurations.
What can I do?
STM32CubeIDE: 1.11.0
STM32CubeMX: 6.7.0
