This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
i'm using TMS320F28069 controller and have used the "Example_2806xFlashProgramming" for checking the flash API functionality . Do we have to change the device configuration and cmd file as per the controller or it is a generic we can use as default?
after loading the code , i got "out of memory area and some address" after some trials i got the flash erase issue.
1. flash error status was 24
2. i have checked with uniflash flasher and tried to erase by both ways sector by sector and depletion recovery tab and observed the same error.
[5/23/2019, 2:29:27 PM] [ERROR] C28xx: Flash Programmer: Error erasing flash memory. Error erasing Sector A - 24
[5/23/2019, 2:29:34 PM] [INFO] C28xx: Erasing Flash memory...
[5/23/2019, 2:29:36 PM] [ERROR] C28xx: Flash Programmer: Error erasing flash memory. Error erasing Sector B - 24
[5/23/2019, 2:29:46 PM] [INFO] C28xx: Depletion Recovery started.
[5/23/2019, 2:30:07 PM] [ERROR] C28xx: Error occurred during flash operation: Timed out waiting for target to halt while executing FlashAPIInterface2806xV1_00.out
[5/23/2019, 2:30:07 PM] [ERROR] C28xx: Flash Programmer: Error when performing depletion recovery. Flash operation timed out waiting for the algorithm to complete. Operation cancelled.
Is there any alternate method to recover the flash??