Other Parts Discussed in Thread: CONTROLSUITE
Hi,
I am now using the template “C:\ti\controlSUITE\development_kits\TemplateProjects\DPLibv3_4Template-F2803x” inside the controlSUITE on my F28069 Piccolo Experimenter Kit.
If there is a variable defined inside DPL-ISR.asm, say called _var1
.ref _var1
How can I modify that variable during run time? Let say can I change that variable in C1() task?
P.S.
I tried to add a code at the main.c
int16 var1
and then modify it inside c1() task:
var1=20;
But it seems it doesn’t work.
Thanks you.
Barry