Part Number: LAUNCHXL-F28377S
Tool/software: Code Composer Studio
Hello TI community,
recently I've been trying to flash program onto the F28377S board using the "2837xS_Generic_FLASH_lnk.cmd" linker file. When I was using the generic ram linker file, my program ran fine. Currently when I debug the program and run, CCS takes me to "ILLEGAL_ISR" interrupt in "F2837xS_DefaultISR" source file. I have the functions and interrupts I created all defined in the main source file currently. I am not sure why this is happening. Is it because I don't have a function to push functions onto the RAM or am I missing something else?