This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
The example sci_ex1_loopback for TMS320f28379D has sci_ex1_loopback.syscfg file. I would like to use this file with Launchpad. The default .syscfg is for 100PT part. Launchpad has 337 pin part. If I use switch in pin out view and change part, it gives me an error:
**** Build of configuration CPU1_RAM for project sci_ex1_loopback ****
"C:\\ti\\ccs1210\\ccs\\utils\\bin\\gmake" -k -j 16 all -O
Building file: "../sci_ex1_loopback.syscfg"
Invoking: SysConfig
"C:/ti/ccs1210/ccs/utils/sysconfig_1.14.0/sysconfig_cli.bat" -s "C:/ti/C2000Ware_4_02_00_00/.metadata/sdk.json" -d "F2837xD" --script "C:/Users/vadim.piskun/workspace_v12/sci_ex1_loopback/sci_ex1_loopback.syscfg" -o "syscfg" --compiler ccs
Running script...
subdir_rules.mk:16: recipe for target 'build-408296801' failed
Error: cannot set '$assign' to 'ball.C19': No option named ball.C19 defined, valid options are
Any
GPIO43
ball.74
GPIO64
ball.59
GPIO85
ball.86
GPIO11
ball.1
GPIO15
ball.6
GPIO19
ball.11
GPIO71
ball.77
GPIO87
ball.88
GPIO13
ball.4
GPIO62
ball.57
GPIO73
ball.81
GPIO90
ball.97
thanks vadim
I have as well a related questions, why there is no folder with board.c and board.h file. i rebuilt the projects but those file do not appear as discussed here
Hi Vadim,
Due to the holidays expect a delay in responses. Please expect response by 1st or 2nd week of January. Sincere apology for inconvenience.
Regards,
Ryan Ma
Hi Vadim,
Thanks for your question. Please see the second entry in this FAQ, specifically "Project Properties Overwrites .syscfg":
This is the issue you are seeing, the properties has a device in it, so it prevents the changes that were made (with the SWITCH button) from occuring.
This is also why you don't see any "device.c" or "device.h" files, because those are only generated when the project builds successfully.
Regards,
Vince
Thanks Vince!
I was able to change syscfg by deleting the lines mentioned in the link. But I still do not have board.c and board.h as in the manual after rebuilding the project. In the video link i as well do not see this folder.
thanks vadim
Hi Vadim,
Can you double-check the "devices" folder for the "devices.h" and "devices.c" files?
Regards,
Vince
Hi Vince,
device.c and device.h are present in device folder. But there is no syscfg folder. This folder has board.c that has initialization for SCI. Generated Source folder has the links to those files. How can I make those files to be in local folder in case I would like to modify something
thanks vadim