You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@escherstair which compiler are you using. SCB->VTOR can also point to a RAM based vector table. Is in this case (const uint32_t *) the right definition?
It may depend therefore depend on global compiler optimizations and other usage of SCB->VTOR in your application.
I get a warning/suggestion from the compiler because in the following function
https://github.com/ARM-software/CMSIS_5/blob/a75f01746df18bb5b929dfb8dc6c9407fac3a0f3/CMSIS/Core/Include/core_cm7.h#L2195-L2199
in the line
the pointer
vectors
can/should be defines as pointer-to-constI think that the same change can be applied to all the other
core_cmXXX.h
filesThe text was updated successfully, but these errors were encountered: