Tagged Questions
0
votes
3answers
442 views
Vector table issue in Application and Bootloader code
I have issue with vector tables(Interrupt tables) which are in Bootloader code and could not be accessed by my Application code.
Well, the main issue is that the address of ISRs is different in ...