Part Number: TMS320F28379D
Tool/software:
Hello.
I have a system that relies on a clockspeed double that of the Launchpad. This is the configuration I added to the device.h file
```
```
The programs I run on the system work great when I run off of RAM. However, when I attempted to move to a FLASH based config, I hit an ESTOP in Device Init. I have verified that my memory configuration is correct - as I can run the program correctly with FLASH using default sysclock. Conversely, I am able to run with the faster clock with a RAM configuration.
The error during the call to Device_init() after calling Flash_initModule, and then Device_enableAllPeripherals. The address of the ESTOP is 0x3FE493. Very simiilar to TMS320F28379D: TMS320F28379D Flash memory programming: code breaks at ETRAP0 within InitFlash() - C2000 microcontrollers forum - C2000
i am not sure how to proceed with resolving this.
Best
P

