Other Parts Discussed in Thread: UNIFLASH, SYSCONFIG
Hello,
I have been tasked with loading program to RAM and flash of AM2434_ALX.
Hardware setup used:
PC --> XDS110 DEBUG PROBE --> Debug and AUX to JTAG convertor --> JTAG on AM2434_ALX
Target configuration used:
Connection: TI XDS110 DEBUG PROBE
Board or device: AM2434_ALX
JTAG frequency: 100kHz
When trying “Test connection” in ccs target configuration everything works fine. I can connect to the MAIN_Cortex_R5_0_0. However trying to load any file produces error:
MAIN_Cortex_R5_0_0: Trouble Writing Memory Block at 0x0 on Page 0 of Length 0x40: (Error -1065 @ 0x40) Unable to access device memory. Verify that the memory address is in valid memory. If error persists, confirm configuration, power-cycle board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 9.6.0.00172)
MAIN_Cortex_R5_0_0: File Loader: Verification failed: Target failed to write 0x00000000
I have tried various TCLK speeds, and nothing seems to work. The same error is also produced when using UNIFLASH tool and programing the flash memory of the chip.
When trying to run this setup on AM243X LP everything seems to work fine.
What would be the steps to get rid of this error?