Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
I do not understand what would be the value added when I have the MCU with a blank flash: I would like to track resets when the MCU is working with a SW running inside it.
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.
Tool/software: Code Composer Studio
I do not understand what would be the value added when I have the MCU with a blank flash: I would like to track resets when the MCU is working with a SW running inside it.
I put a checkpoint during debug right before the power-on reset is checked; I reset manually the SysEsr and pressed PORRST. My expectation is finding the PORST bit of the SysEsr to 1, but when I reconnect to the target, the console displays the following message and the program hangs at "abort" (and the PORST bit is not 1 anyway):
Before PORRST:
CortexR4: GEL Output: Memory Map Setup for Flash @ Address 0x0CortexR4: GEL Output: Memory Map Setup for Flash @ Address 0x0 due to System Reset CortexR4: GEL Output: Memory Map Setup for Flash @ Address 0x0 due to System Reset Dap: Error: (Error -242 @ 0x0) A router subpath could not be accessed. The board configuration file is probably incorrect. (Emulation package 6.0.576.0) CortexR4: Error: (Error -2063 @ 0x0) Unable to reset device. Power-cycle the board. If error persists, confirm configuration and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 6.0.576.0) CortexR4: Error: (Error -1170 @ 0x0) Unable to access the DAP. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 6.0.576.0) CortexR4: Unable to determine target status after 20 attempts CortexR4: 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 CortexR4: Read timer value failed.
After PORRST:
CortexR4: GEL Output: Memory Map Setup for Flash @ Address 0x0CortexR4: Error enabling this function: There is no AET resource to support this job. CortexR4: Error enabling this function: There is no AET resource to support this job.