Tool/software: Code Composer Studio
Perhaps I'm missing something, but when I assign functions to run in RAM via the "__attribute__((ramfunc))" I still see the debugger's disassembly in flash memory (0x80000 and up). I would expect to see RAM addresses, but I don't, which makes me suspicious that I haven't properly set up the functions to run in RAM.
In the map file, I do see space allocated in "TI.ramfunc" section for source files that should have "RAM functions".