Dear All,
I would like to program the flash memory, specifically targeting a special address such as 0x00004000. Each time I program the flash, I need to handle 64-bit data.
Currently, I am programming some calibration data, which consists of two 32-bit variables: 0x12345678 and 0x11223344.
During the first programming cycle, I wrote to address 0x00004000, setting the data to 0xFFFFFFFF_0x12345678.
For the second programming cycle, I again wrote to the same address (0x00004000), but this time I set the data to 0x11223344_FFFFFFFF.
I attempted programming on the G1306, and it was successful. However, when I tried the same process on the G3507, it failed.
My suspicion is that there might be an ECC error. If the issue indeed relates to ECC, would it be possible to disable ECC checking?
Cody






