Greetings,
I am using an F28335 and have moved my code to flash. For performance reasons, I started moving some of the code back to RAM using ramfuncs. This worked well at first. But as I added more routines to ramfuncs, the debugger stopped working. It seems to erase the flash and program it, but it never goes to the main function, and as a result never allows me to run it. I tried backing out the most recent changes, but I still can’t run it. To recover, I needed to go back to an archived version of the code. So far, I have tried to put less than 2K into ramfuncs.
Other than the size of memory, is there a limit on how much code can be in ramfuncs? Is there a way to continuing moving code into ramfuncs?
Thank you,
Ed