-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong comment for VECT_TAB_OFFSET #2
Comments
Hi @carlo-dev-git, Thank you for having reported. Indeed, there is an inconsistence between the different comments. This will be reported to our development teams. With regards, PS: Best wishes for the new year 2022. |
ST Internal Reference: 120332 |
Hi ALABSTM, I just updated the STM32Cube STM32H7 MCU Package to v1.10.0 but this ticket is not fixed because it was scheduled to v1.11.0. From stm32cube-mcu-cmsis-dashboard the ticket status is set To release, so could you just tell me what is the correct offset (0x200 or 0x300)? Best regards. |
Hi @carlo-dev-git, My bad. I mistook the milestone which is With regards, |
Hi ALABSTM, thanks for your clarification but what about the single-core template? |
Hi ALABSTM, 4.3.4 Vector table offset register
|
Hi @carlo-dev-git, I sent your question back to our development teams and they confirm your doubts. Actually, the VTO should be a multiple of We do apologize for this inconvenience. I will reopen this issue pending the fix publication. With regards, |
This value must be a multiple of 0x200 (generic template)
https://github.com/STMicroelectronics/cmsis_device_h7/blob/f5e3a1d5e71e6b9278a6d580b7d5ca82c0debd9b/Source/Templates/system_stm32h7xx.c#L98
or 0x300 (other files) ?
https://github.com/STMicroelectronics/cmsis_device_h7/blob/f5e3a1d5e71e6b9278a6d580b7d5ca82c0debd9b/Source/Templates/system_stm32h7xx_dualcore_boot_cm4_cm7.c#L87
The text was updated successfully, but these errors were encountered: