What is the correct Vector Table base offset in HAL library STM32Cube FW_H7 V1.10.0 (STM32H730VB)?
I have two projects:
· both on microcontroller STM32H730VB;
· both created in STM32CubeIDE Version: 1.10.1 with HAL library STM32Cube FW_H7 V1.10.0;
· HAL version in file stm32h7xx_hal.c: STM32H7xx HAL Driver version number V1.11.0
I want to set Vector Table offset, but one project comment claims “Vector Table base offset field. This value must be a multiple of 0x200.�? when in the other, “Vector Table base offset field. This value must be a multiple of 0x300.�?
I also find information that the “0x300�? version is incorrect: https://github.com/STMicroelectronics/STM32CubeH7/issues/246 but with no confirmation.
I suspect an error at the level of file generation by the Cube, but I need to know which offset value is correct.
