Tool/software:
Can the same macro definition be used to replace certain constants in both CMD and ASM files?
For example, when allocating stack size in TMS570:
define stackA 100
define stackB 200
define stackC 200
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Can the same macro definition be used to replace certain constants in both CMD and ASM files?
For example, when allocating stack size in TMS570:
define stackA 100
define stackB 200
define stackC 200
Hi Dai,
I am able to include the .h file easily in liker cmd file as shown below:



Now i am working on how to include same .h file on .asm file. I tried couple of methods using below app notes but none of them working now and will post you if i found any method.
ARM Assembly Language Tools v20.2.0.LTS User's Guide (Rev. Z)

--
Thanks & regards,
Jagadish.