Hi,
We are trying to put a custom board in operation with an arm243X - Device Type HSFS.
we are using the TI Migrations Guide:
- Set the board in DEV-BOOT mode (mandatory)
- Power ON the EVM/board
- Launch the CCS target configuration file
- Run the load_dmsc_hs_fs.js script from the scripting console
- Wait for the SYSFW version to be printed on CCS console
- Manually reset the R5FSS0_0 core and proceed towards application load
but the JS File runs until :
print("Run Synchronously");
dsMCU1_0.target.run();
wait 20 Sec than there is a Timeout
as follow:
js:> loadJSFile "C:\ti\mcu_plus_sdk_am243x_08_04_00_17\tools\ccs_load\am243x\load_dmsc_hsfs.js"
Connecting to MCU Cortex_R5_0!
Writing While(1) for R5F
Running the board configuration initialization from R5!
Halt the R5F and re-run.
End Halt the R5F and re-run.
Run Synchronously
com.ti.debug.engine.scripting.Target.run(): Timed out after 200000ms (C:\ti\mcu_plus_sdk_am243x_08_04_00_17\tools\ccs_load\am243x\load_dmsc_hsfs.js#160)
- Do you know what could be the problem?
Laut the Specification the M3 JTAG is locked and so can't connect to M3 and run GELs, but we need to activate the holdline related to DMSC.
- Do you know how we can the M3 unlocked?
Thanks a Lot,
Best Regards.
Karen