Part Number: TMS320F280039
Tool/software:
Dear Sir,
I want to build up the project base on some .libs where the libs will be built by creating library project. Now I have two libs name Lib1.lib and Lib2.lib, where Lib2 includes some operation that relys on the variable status of Lib1. Now I try to use the variable directly from Lib1 on Lib2, and set a watch on it, here is the result:
| Value of VarTest on lib 1 | Value of VarTest on lib 2 |
| 1000 | 320 |
| 1200 | 320 |
any idea why it's wrong?
thanks