I am trying (without success) to change the program counter from where it is executing in flash (a loader program), to the location of an .s19 file in SRAM, to begin executing. If anyone has an explanation or an example, it would be most helpful. btw I am using a M5213EVB.
Hmm, not sure what the problem could be. In assembly language, you would use the JMP instruction. In a C program, you would use a function call at a specific address: