Tool/software: Code Composer Studio
Hi, there.
https://imgur.com/a/994LAC0
(if there is a more quick tip to paste image, please inform me)
As image above, the disassembly line doesn't match source file line.
the start entry of function stats_init should be at line 52, not 61.
steps:
1. add a variable x and increment it by 1 in stats_init function. Save it.
2. stats.c is packaged into a library called LWIPlib, so build it.
Q1: the lwiplib.c in LWIPlib project is referring to the file in lwip-1.4.0, and I'm not quite sure that should I build the lwip-1.4.0 too?
Q2: the properties of project LWIPlib shows that the artifact name is ../../../Lib/${ProjName}, and I'm not sure is this location literally that the image(at right bottom)shows? Although the timestamp is correct anyway.
3. the library location that project TERRA_SAP_TEST specify matches the location of LWIPlib.
4. build project TERRA_SAP_TEST to update .out file.
5. load program
6. .out file didn't update
7. .out file really didn't update
Why??? Thank you!
