Can we use reserved location of IVT ? I want to use this to verify if I'm downloading correct hex file even though checksum is passed?
Can we use the reserved location of IVT as defined below 0x08000000__vector_table DCD sfe(CSTACK) DCD Reset_Handler ; Reset Handler DCD NMI_Handler ; NMI Handler ...