Other Parts Discussed in Thread: C2000WARE, SYSCONFIG, TMS320F28379D
hi everyone,
I'm looking for an example to learn how to configure the ePWM on a launchxl-F28379D development kit. So for that i'm using Code Compiler Studio 8.3.1.00004, and have installed the C2000ware sdk v04.01.00.00.
However, when i compile, I have an error : cannot open file "board.h", as it doesn't exist in my "device" repository :
After doing some researches, I tend to thing it might be the sysConfig file. However, when i open it in the CCS application, I have this issue :
Invalid argument '-s': C:\ti\c2000\C2000Ware_4_01_00_00\.metadata\sdk.json: Validation failed: [ { "keyword": "additionalProperties", "dataPath": "", "schemaPath": "#/additionalProperties", "params": { "additionalProperty": "boardPath" }, "message": "should NOT have additional properties" } ]
for information, in my setting, there you have the flags set :
( as i don't know if the image is clear : -d "F2837xD" -s "C:/ti/c2000/C2000Ware_4_01_00_00/.metadata/sdk.json" -o "syscfg" --package F2837xD_176PTP --part F2837xD_176PTP)
And also, when I open the SysConfig interface, in device, I can't find my microcontroler (TMS320F28379D). Can it be the reason why the sysConfig isn't working in my project?
Thank you by advance for any help you could provide me to resolve thi issus