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.
I am getting the following error when trying to write a binary file to memory in the FEE memory block:
CortexR4: File Loader: Memory write failed: Flash algorithm returned an error during Flash programming. Note: Auto ECC generation is on, please make sure that the data sections are 64-bit memory aligned in your linker file; althernately, turn off Auto ECC generation in the On-Chip Flash settings
CortexR4: GEL: File: C:/Users/lusbyb/Desktop/wigwag_example.bin: Load failed.
I have already taken the steps mentioned in the error message, and done the same thing in Halcogen.
So I tried to update it and it failed. When I started ccs up again it showed that no updates were available. Fresh install? I suspect that and disabling windows fire(hazard)wall may do the trick. Will update tomorrow.
Version: 6.1.2.00015, and I still am having issues with loading a binary file into memory. The error is:
CortexR4: File Loader: Memory write failed: Flash algorithm returned an error during Flash programming. Note: Auto ECC generation is on, please make sure that the data sections are 64-bit memory aligned in your linker file; althernately, turn off Auto ECC generation in the On-Chip Flash settings
I have taken the following steps and was able to write to memory using the tool BUT I CANNOT READ:
In On Chip Flash Settings:
1) Changed Flash settings to erase all
2) Wrote binary to board, F= 15
3) Change flash settings to erase none
4) View Memory Explorer as 32 Bit C style
Under Debug->Debug Configuration->Flash Settings
1) Change Frequency to 15
2) Erase none
HERE IS WHERE I NOW NEED HELP:
TI_Fee_MainFunction() is wiping out whatever I place in flash memory.