This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

uVision access defines from .h file in .s asm file

Hello all,I have looked through the forum and did not find the solution for the issue.
The problem is:
______config.h______
#define CFG 1234

_______

______start.s_______
...
VAR EQU CFG
....
__________________
What have I add to project configuration to make CFG be seen in .s file?

Best regards,

Parents Reply Children
No data