I have a register configuration which i want to program into the EEPROM so that it would be automatically bought up to the device on power-up. I am using the TICS pro software to first program the register config to EEPROM.
In the log i can see that the correct register content is being transffered.
But when i try to dump this register dump into a file using the DIrect EEPROM Access
The log shows that only register R11 is getting programmed. Even though in the file i can see all registers being present. But the file does'nt have the correct configuration because i am not able to map the file with the register dump.When i now try to do a power cycle, the device goes to the deafult state(all clock outputs as 25MHz) rather than getting programmed to the configuration in the EEPROM. Hence i think that EEPROM is not getting correctly written.
What could be going wrong?