Other Parts Discussed in Thread: CONTROLSUITE
I have an application that I am writing that will live in sectors E and D of FLASH on the 28335 chip. I am writing a separate application that resides in sector A that will act as a boot loader. I have tested the boot loader application and it appears to do everything that I want except jump to the application in sector E. These applications are completely independent and share no code.
From what I have read, the answer must lie somewhere in the cmd file and/or the boot.asm file. My boot.asm file calls a function loader_main() that does everything I want the boot loader to do. When it exits I want the code to jump to my main application in sector E. I do not know assembly well enough. I would appreciate help and example code if possible. Thanks.