Tool/software:
I am trying to run the example sci_ex1_echoback in C:\ti\c2000\C2000Ware_5_04_00_00\driverlib\f2837xd\examples\dual\sci. I find that when I compile the project as is out of the box, i.e. running out of RAM, the output into PuTTY works as expected. However, when I set both CPU1 and CPU2 to FLASH rather than RAM, I get no output in PuTTY. I'm using CCS 12.7.0. Can anyone help me figure out why I can run in RAM but not in FLASH?
One red flag is that the _STANDALONE flag is not defined anywhere, but defining that in the compiler settings didn't fix the issue.
