2020-07-23 06:54 AM
2020-07-23 12:30 PM
There is no "RAMVectorTable" section in linker script.
Btw, I would write it like this:
#define APPLICATION_ADDRESS 0x08004000ul
for (size_t i = 0; i < 48; ++i) {
VectorTable[i] = *((volatile uint32_t*)APPLICATION_ADDRESS)[i];
}
2020-07-23 09:59 PM
I have already defined it in main file as described in IAP_Binary file example code given in repository...C:\Users\MMW_03_08\STM32Cube\Repository\STM32Cube_FW_F0_V1.11.0\Projects\STM32091C_EVAL\Applications\IAP