I would like to write one function in flash location E000h and another function from 0000h. I wanted to switch between these functions.
How could i access these locations and implement this?
In Flash User download space is 0000H to 0DFFFH and Bootloader space is E000H to F7FFH. I want one program should start from User download space and another starts from Bootloader space.Then I want to jump between these programs when ever I want.Mainly I wanted to program the bootloader space.Default my compiler starts from 0000H.