Other Parts Discussed in Thread: UNIFLASH
Source code updates are not working as expected in the generated .out file with CCS Version: 12.1.0.00007, Compiler TI v20.2.7.LTS and TivaWare_C_Series-2.2.0.295.
If I make a function change in the source code and rebuild the workspace, the .out file is getting generated successfully. There is no issue in generating the .out file.
If the generated .out file is loaded into the target, the behavior of the .out file is not reflecting the function change and is not working as per the revised source code updates.
Recently, I have migrated from CCS version 10.x to 12.x and rebuilt the source code with the above said compiler and TivaWare library.
Earlier, I was using CCS version 10.x and TivaWare_C_Series-2.1.4.178 in which I did NOT face this kind of issues(single time also) in the generated .out file.
I have tried with multiple approaches of cleaning the workspace, rebuilding only the updated source file, deleting the entire "Debug" folder and rebuilding the entire workspace but none of the approaches are helping out to resolve this issue.
Please provide your inputs to resolve this issue.