Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Dear Ti support team,
I used the evaluation board F29H85X-SOM-EVM Version A 003 (avaible for EtherCAT). I want to test the EtherCAT communication when the MCU boot from Flash. What I have done:
- Open the example project: 'Echoback Solution Example' in Theia code composer studio.
- generate project file with SSC tool V5.13. The project was built successfully in RAM. EtherCAT communication test with Twincat worked fine ( MCU can get into OP mode) , no issue.
- To make the project boot from Flash, I made change in Theia project as below:
+ change linker command as:
$(PYTHON) ${COM_TI_MCU_SDK_INSTALL_DIR}/tools/boot/signing/mcu_rom_image_gen.py --image-bin ${ProjName}.bin --core C29 --swrv 1 --loadaddr 0x200E1000 --sign-key ${COM_TI_MCU_SDK_INSTALL_DIR}/tools/boot/signing/mcu_gpkey.pem --out-image ${ProjName}_cert.bin --device f29h85x --boot RAM --img_integ no
$(DELETE) C29-cert-pad.bin







