I have several issues trying to run an app from flash on a ezdsp F28335 board.
I am working with CCS V4.2.4
I compiled my app with F28335_nonBIOS_flash.cmd and got
warning: creating output section ".adc_cal" without a SECTIONS specification
warning: creating output section "ramfuncs" without a SECTIONS specification
I was able to figure out how to establish the adc_cal section; but how do I do the same thing for the ramfuncs section ? What is ramfuncs ? It sounds like something I am going to need when I go to put my ISRs in RAM.
How do I establish this ramfuncs section ?