Hello,
I am trying to get my program ready to flash into SPI through CCS with AISGen. Currently I am trying to see if I am configuring the Pinmux correctly. When executing this line of code: sysCfgRegs->PINMUX6 = PINMUX6_VALUE ; I get the following errors:
C674X_0: Trouble Reading PC Register: (Error -1044 @ 0x0) The emulator reported an error. Confirm emulator configuration and connections, reset the emulator, and retry the operation. (Release 5.0.333.0)
C674X_0: Trouble Reading Register B3: (Error -180 @ 0x23) The controller has detected a target power loss. The user must turn-on or connect the power supply for the target. (Release 5.0.333.0)
C674X_0: Call Stack: Cannot unwind further: Target failed to read the register B3
C674X_0: Trouble Reading Register CSR: (Error -180 @ 0x41) The controller has detected a target power loss. The user must turn-on or connect the power supply for the target. (Release 5.0.333.0)
C674X_0: Trouble Reading Register CSR: (Error -180 @ 0x41) The controller has detected a target power loss. The user must turn-on or connect the power supply for the target. (Release 5.0.333.0)
C674X_0: Trouble Reading Register B6: (Error -180 @ 0x26) The controller has detected a target power loss. The user must turn-on or connect the power supply for the target. (Release 5.0.333.0)
C674X_0: Trouble Reading Register B5: (Error -180 @ 0x25) The controller has detected a target power loss. The user must turn-on or connect the power supply for the target. (Release 5.0.333.0)
C674X_0: Trouble Reading Register A3: (Error -180 @ 0x3) The controller has detected a target power loss. The user must turn-on or connect the power supply for the target. (Release 5.0.333.0)
C674X_0: JTAG Communication Error: (Error -180 @ 0x0) The controller has detected a target power loss. The user must turn-on or connect the power supply for the target. (Release 5.0.333.0)
C674X_0: Failed to remove the debug state from the target before disconnecting. There may still be breakpoint op-codes embedded in program memory. It is recommended that you reset the emulator before you connect and reload your program before you continue debugging