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.
Hello,
I searched a board with TMS320F28375S for my application but i was not able to find that. so, i purchased the launchpad f28379D.because I have read that the F2837xS series is a pin-to-pin compatible version of F2837xD but with only one C28x-CPU-and-CLA subsystem enabled..my problem is that my code is based on TMS320F28375S. so while debugging is gives me error of ' unknown property flashcoreselection.
can i run my code based on TMS320F28375S in launchpad f28379D?
if YES then can you please give me information about the changes that i should do to remove the error.
if NO then do you have any board related to TMS320F28375S?
Hi,
can i run my code based on TMS320F28375S in launchpad f28379D?
Yes, this is possible. You need to consider the peripheral / device differences when developing your code however (i.e. only use CPU1 core, consider memory differences, etc).
if NO then do you have any board related to TMS320F28375S?
There's no evaluation board with F2375S device specifically. We have the F28379D super-set device boards to encompass all F2837x family device evaluation / development.
if YES then can you please give me information about the changes that i should do to remove the error.
What error are you seeing?
Best,
Kevin
Hello Muzammil,
In your target configurations file did you make sure to select the correct F2837xS device which you are connecting? If you run the Test Connection program, does it have any failures?
Hello Omer,
thanks for your reply. i just did what you say and yes there is an error showing.
but i have connected the probe and the other project related to launchpad (f28379D) is working well.
can you please help me how to solve this problem?
Hello Benjamin,
What do you see in your PC's device manager?
yes, let me show you screenshot.
Hello,
the second thing is, it is showing the below error while debugging but still the code is debugged.
i have created code using syscfg file.(i have selected TSM320F28375S in it) I am trying to run CLA in it but my CLA is not working.
i have triggered CLA task1 by the software (using CLA_forcetask function in continuous loop). but while debugging, my code is executing the cla task only one time at initialization and then not going inside cla1Isr1.
i am providing my code section of .c and .cla file.
please help me with this.
i am also attaching my .syscfg file of cla configuration.
thanks for your support.
Hi,
If you are able to debug your code, I am confused by why your test connection is failing. Are you seeing these two behaviors on the same board?
I will need a day or two to look into your CLA issues.
Best Regards,
Ben Collier
Hello Benjamin,
Are you seeing these two behaviors on the same board?
Yes, I facing this issues on the same board (LAUNCHXL-F28379D).
thanks for the help.
Hi,
Are you able to see which target configurations are your default and active target configurations?
Best Regards,
Ben Collier
Hi,
It looks like your Test Connection is passing now. Do you see any errors if you program to RAM? It looks like you are having an error with programming FLASH.
Best Regards,
Ben Collier
Hello Benjamin,
When I build my code by CPU1_RAM, it builds successfully but if i build same code by CPU1_FLASH then it gives error.
here i am attaching the images of console when build by RAM and FLASH.
thanks and regards
Hello Muzammil,
Are you excluding the linker command file which is not in use when building for RAM vs Flash? I.e. in CPU1_RAM configuration the Flash linker command file should be excluded while in CPU1_FLASH configuration the RAM file should be excluded (right-click on a source file to exclude it from the build).
Hello Amir,
Are you excluding the linker command file which is not in use when building for RAM vs Flash?
yes, I am doing the same but still gives me the error (which i have shown previously) while building in flash. while building in RAM it builds successfully.
thanks and regards
It looks like the Cla1Const and Cla1funcs variables are not declared within the context that they are being used. From the file path it seems these are located in SysConfig, are you using the linker command tool to configure the .cmd file?