Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Hello.
I recently embedded my own TMS320F28384D chip making a custom testboard for myself. I am able to get the board up and running perfectly with the XDS110 jtag prob, i can flash code to RAM and to ROM on the chip and i tested this by making a simple LED blink program.
HOWEVER, since this is not a luanchpad or a control card, i cannot find an example empty project for the chip i am using that already has sysconfig working on the project. So i tried to add it by adding a new file to the project and naming it "test_project.syscfg. This successfully pulled up a sysconig file, and i was prompted to add it to the project linker which I clicked "yes" to do.
Then, i selected the correct package and pin package and all and then hit save. Now, when i try and build the project it won't build anymore. Instead I get this error:
subdir_rules.mk:23: recipe for target 'build-1632660079' failed
Missing argument: --board or --device must be specified
gmake: *** [build-1632660079] Error 1
gmake: Target 'all' not remade because of errors.
Also when i click out of sysconfig in the project and then click back into it, i get this error:
please help me know what is happening here. thanks.