Part Number: SM320F28335-EP
Other Parts Discussed in Thread: TMS320F28335, C2000WARE, , TMP1075
Hello TI Community,
I am working on a TMS320F28335 based ECU project using Code Composer Studio (CCS) and I have been struggling with a Flash execution issue. I would really appreciate your help.
My Setup:
- Device: SM320F28335- EP
- IDE: Code Composer Studio (CCS) v20.3.1.5
- Build Mode: FlasH
- Peripherals Used: CAN-A, I2C-A, SPI (EEPROM), ADC, ePWM, GPIO
Problem:
- Code runs perfectly in RAM debug mode
- When I load the same code to Flash, the device STOP at ILLIGAL_ISR , hangs or crashes during initialization
- The CPU does not reach the
while(1)main loop


