2024-12-20 01:46 AM - last edited on 2024-12-20 02:12 AM by SofLit
hello i downdload latest version but again this error will come when i press migrate or continue option after that iam updating my code in this code goes to error part. fix this problem.
2024-12-25 12:36 AM
According to my experience, if you migrate and get some error, it is due to differences between different FW releases.
But if you get an error with continue it is because
A - you changed some line of FW code and system restores original version
B - you put some code outside /* USER CODE BEGIN */ and /*USER CODE END */ interval and again system deletes your code
Save a copy of all your C files with cx file suffix, than run migrate or continue, than compare (grep if you use linux) alla files an find what has changed - you will find one of two situations above.
Anyway, Marry Christmas!
2024-12-25 12:59 AM - edited 2024-12-25 01:00 AM
hello, perivios question iam asking after migrate a code when i generate a code in that my code print error messege
2024-12-25 01:00 AM
hello, perivios question iam asking after migrate a code when i generate a code in that my code print error messege
2024-12-25 01:02 AM
Did you solve the issue of this message?:
This is the original question.
Having an issue after it's an another story.
2024-12-25 01:37 AM
no, in this when i migrate or continue a code after that i generate a code my code print error messege
2024-12-25 10:42 PM
Hi @syedhashmiraza ,
Please keep discussions of the same issue in the same thread, as this will be easier for forum users to follow the topic..
genrate code - STMicroelectronics Community
2024-12-26 01:11 AM
hello, when i migrate or continue a code after that i generate a code my code print error messege
2024-12-26 05:11 AM
What exactly did the error message say?
Rather post the full print error message, and the relevant ioc file.