Hello,
I'm trying to use this assignment:
if (ptrHalltoDCPhase120_CMP[ulHall]!=NULL) { ptrDC_Phase_CMP = ptrHalltoDCPhase120_CMP[ulHall] ; }
but I get this error:
error: a value of type "const volatile unsigned long *" cannot be assigned to an entity of type "volatile unsigned long *"
any ideas why this does not work? I'm taking a constant and putting it in a variable...
Thanks,
Andrea
'