Part Number: LAUNCHXL-F28377S
Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: Code Composer Studio
Hello,
I am using this Instruction __asm(" RPT #100 || NOP"). I want to declare 100 as variable. I am doing in this way __asm(" RPT #t1 || NOP") and before void main(void) i wrote this
volatile Uint32 t1 = 100. but its not working.
How would i do this.
