Other Parts Discussed in Thread: LAUNCHXL-F28P65X, C2000WARE
Hello all,
I received two new LAUNCHXL-F28P65X boards. I am trying to run the example f28p65x_cpu1_pdi_hal_test_app.
First of all, instead of just having RAM and FLASH there are two additional LAUNCH XL options
What are the differences?
When I attempt to build for RAM or FLASH, it compiles without any errors. After programming the board, the LEDs on port 0 blink despite nothing being connected to it, which is odd. Additionally, when I try to connect it to TwinCAT or SSC, I cannot find any device.

When I attempt to build for LAUNCHXL_RAM or LAUNCHXL_FLASH, I encounter the following errors:
Description Resource Path Location Type
#10008-D cannot find file "c2000ware_libraries.cmd.genlibs" f28p65x_cpu1_pdi_hal_test_app C/C++ Problem
#10010 errors encountered during linking; "f28p65x_cpu1_pdi_hal_test_app.out" not built f28p65x_cpu1_pdi_hal_test_app C/C++ Problem
#10430-D ".TI.ramfunc" section generated by __attribute__((ramfunc)) or --ramfunc=on requires a SECTIONS specification to function. f28p65x_cpu1_pdi_hal_test_app C/C++ Problem
gmake: *** [all] Error 2 f28p65x_cpu1_pdi_hal_test_app C/C++ Problem
gmake[1]: *** [f28p65x_cpu1_pdi_hal_test_app.out] Error 1 f28p65x_cpu1_pdi_hal_test_app C/C++ Problem
#10247-D creating output section ".bss" without a SECTIONS specification f28p65x_cpu1_pdi_hal_test_app C/C++ Problem
#10247-D creating output section ".cinit" without a SECTIONS specification f28p65x_cpu1_pdi_hal_test_app C/C++ Problem
#10247-D creating output section ".const" without a SECTIONS specification f28p65x_cpu1_pdi_hal_test_app C/C++ Problem
#10247-D creating output section ".data" without a SECTIONS specification f28p65x_cpu1_pdi_hal_test_app C/C++ Problem
#10247-D creating output section ".text" without a SECTIONS specification f28p65x_cpu1_pdi_hal_test_app C/C++ Problem
#10247-D creating output section "codestart" without a SECTIONS specification f28p65x_cpu1_pdi_hal_test_app C/C++ Problem
#1181-D #warning directive: "IMPORTANT: F2838x EtherCAT software is now built for XTAL source of 25MHz. Refer to the EtherCAT Software User Guide for more information" ethercat_subdevice_cpu1_hal.c /f28p65x_cpu1_pdi_hal_test_app line 1018 C/C++ Problem
Build-variable 'C2000WARE_ROOT' cannot be resolved. This project may not build as expected. f28p65x_cpu1_pdi_hal_test_app properties Problem
I am using CCS: Version: 12.5.0.00007 and C2000Ware_5_01_00_00
The board:
Thank you