Part Number: TMS320F28377S
How to make the 28377s program work in the 28388D chip?
I tried to debug the program directly into the 28388D chip.
Started to report the following error:

What caused it?
Looking forward to your reply.
thanks
vince
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.
Part Number: TMS320F28377S
How to make the 28377s program work in the 28388D chip?
I tried to debug the program directly into the 28388D chip.
Started to report the following error:

What caused it?
Looking forward to your reply.
thanks
vince
Hi Vince,
Did you compile your code for 28388D or are you using the compiled .out from 28377s?
Best Regards,
Nirav
HI,Nirav Ginwala
Currently, the code in hand is 28377S.
My purpose is to make the 28377S code work on the 28388D chip.
Looking forward to your reply
thank
Hi Vince,
In order to figure out the problem, I need some more information. Also, it will help if you can list the steps.
Are you trying to download .out from F28377S into 28388D or you just copied the .c code file from 28377S into 28388D project and recompiled the code?
Did you try compiling 28388D code and loading into the device to see if the 28388D code works fine?
Please remember 28377S and 28388D are not .out compatible, so you will need to re-compile the .c code from 28377S again in the 28388D project to be able to load and use successfully.
Best Regards,
Nirav
Vince,
In addition to what Nirav mentioned, the error you are getting is for address 0x0 which is same on both the device so it should not have any issue. Please make sure you are using correct ccxml file (CCS target configuration file) for F28388 device. If you are using F28377S .ccxml file to load code on F28388D then it'll not work.
Regards,
Vivek Singh