Hi!
I'm having a problem with starting program from Program SRAM(0xE00000 ).
In the flash rom contains small program, which takes data via CAN bus. This data placed on Program SRAM(0xE0). How to start data execution from 0xE00000 after all the data has been received? I used VECSEG = 0xE0; but it's not always work.
How properly do it?
Thank's!