I am using the Piccolo F28069 and trying to do the usual loading of code to RAM using ramfunc. I ran into an issue when trying to run without the emulator (stand alone mode).
Everything works fine until the code size in RAM exceeds a certain limit, in this case it is 0x03d8. Then it would not run in stand alone mode (still can run with an emulator though). I tried to comment out a few lines of code that are supposed to be in RAM and it was back to working again (stand alone). I've looked at the map file and nothing looked out of the ordinary. All the intended functions are located in RAM as they are supposed to, and there is still plenty of memory available after all the ramfunc code. I've never seen this before and wonder if anyone has a clue. Probably something simple that I overlooked.
Thanks,
Erik