Hello!
I have done the procedure below in order to turn the ADC mode into 16bit, but it doesn't work. After hitting twice the run button, the value for DevCfgRegs.PERCNF1.all passes from 0x0000 to 196623 instead of 0. Do you have the solution?
*Connect to the device
*Perform a debugger reset in CCS
*Set a hardware breakpoint at the reset vector in the dissasembly (current location of the PC)
*Load the symbols for the test program to CPU1
*Load the symbols for the test program to CPU1
*Manually reset the device via XRSn
*View DevCfgRegs.PERCNF1.all in expressions window (may require refresh if already in window)
*Write 0x0000 to above register
*Hit run twice in CCS, should end at "ESTOP0"
*Load test code
*Run test code
*Further code can be loaded and run without issue until power cyle/XRSn reset
Regards,