Part Number: AM2434
Other Parts Discussed in Thread: SYSCONFIG
Hello. Thank you for TI’s prompt technical support.
I am developing firmware using the Industrial Communications SDK on the AM243x.
I have some questions while developing the ProfiNet protocol.
Currently, I am developing using the LP board with the protocol type.
- MCU : AM2434 LP Board
- IND SDK : ind_comms_sdk_am243x_2025_00_00_08
- MCU PLUS SDK : mcu_plus_sdk_am243x_11_01_00_19
The example program (profinet_device_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang) seems to work in CCS tool’s debug mode.
However, when I write the app(ProfiNet example)’s output file to flash, only the SBL runs, and the app(ProfiNet example) does not execute.
am developing firmware using the Industrial Communications SDK on the AM243x.
I have some questions while developing the ProfiNet protocol.
Currently, I am developing using the LP board with the protocol type.
Other applications (EtherNet/IP or any examples) jump to the start address and run normally.
I checked the SysConfig, and the memory layout is slightly different from the other example programs.
How can I get the Profinet example code to run when booting from OSPI?