Hi Iam getting an error called in my assembly file
It seems that when I am or operation (|) with these macro I am getting error .How can I resolve it .
Error: constant expression expected -- `ldr r2,=(CKENA_22_FFUART|CKENA_10_SRAM|CKENA_9_SMC|CKENA_8_DMC)' freertos1/src start.s line 264
It seems that when I am or operation (|) with these macro I am getting error .How can I resolve it .
ldr r2,=(CKENA_22_FFUART|CKENA_10_SRAM|CKENA_9_SMC|CKENA_8_DMC)