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 Team,
I am working on motor control application using F28069F microcontroller processor. The program is customized for F28069F microcontroller.
Due to some hardware issues, I have to use the F28069M microcontroller processor instead of F28069F microcontroller.
Is it possible to tell what all files has to be changed in the program, for using it in F28069M ?
Note : Motor control program is built using Motorware 7.
I added the linker file of the F28069M, but still no luck.
Requesting to please help me with this.
I have added the word doc, which shows screen of the Project Explorer of program,
Thanks and best regards,
Chetan.
Hello Chris,
Thanks for your reply.
In my case, when I complied F28069F program on F28069M microcontroller, program was built without any error's , but it wasn't functioning as per the requirement.
I did two things to fix this :
1, Added the F28069M linker file from Motoware 7 software, which you had shared earlier, excluded the F28069F linker from building it.
2. And configuration was changed to F2806X RAM in the Properties >> general tab.
Best regards,
Chetan.