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 everyone
When I run the HVACI_Sensorless project from controlsuite, I didn't modify them but I got this problem:
C28xx: Loader: One or more sections of your program falls into a memory region that is not writable. These regions will not actually be written to the target. Check your linker configuration and/or memory map.
I know the problem is about memory, but I don't know how to modify cause I'm a beginner.
Please help me~ Please give me more Constructive suggestion.
Thank you very much.
P.S. I run the same project with TMS320F28035 microcontroller and it can work.
I got new error:
C28xx: GEL Output:
ADC Calibration not complete, check if device is unlocked and recalibrate.C28xx: Flash Programmer: Warning: The configured device (TMS320F28335), does not match the detected device (TMS320F28035). Flash Programming operations could be affected. Please consider modifying your target configuration file.
C28xx: GEL Output:
ADC Calibration not complete, check if device is unlocked and recalibrate.C28xx: File Loader: Verification failed: Values at address 0x082C9@Program do not match Please verify target memory and memory map.
C28xx: GEL: File: C:\Users\Rong\workspace_v11\HVACI_Sensorless_2833x\F2833x_RAM\HVACI_Sensorless_2833x.out: a data verification error occurred, file load failed.
Did you make any changes to the project or are you trying to use it as it is after importing it from controlSUITE? Did you have any build errors when you imported it?
That later error you mentioned means you were trying to run a project meant for the F2833x on an F2803x project. You should import the F2803x version of the project to run on the F2803x instead.
Whitney
Thank's for your reply.
The project I imported is supported both for F28035 and F28335. I didn't change the project.
And the control card can be detected for the F28335 and F28035.
I tried a simple example for F28335, and got the same error. You can see below down.
Do you have both boards plugged into your machine at the same time? Can you make sure you only have them connected one at a time when you try connect in CCS? I'm wondering if that's why it's giving you that "configured device does not match detected device" error.
Whitney
I did not use two boards at the same time. When I run the project, I will go to the target configuration to confirm that I connect the correct card.
Maybe F28335 is broken.
Does it make a difference if in your ccxml file you select the "Experimenter's Kit - Delfino F28335" board instead of "TMS320F28335"?
Whitney