01-03-2010, 02:06 PM
Hi,
My code for running a blackfin DSP uses pointers to registers to set specific register values.
i.e.
however this generates a MISRA compliancy error.
what other way round this is there?
thanks for any help
matt
My code for running a blackfin DSP uses pointers to registers to set specific register values.
i.e.
Code:
*pSPI_FLG = 0x01;
however this generates a MISRA compliancy error.
what other way round this is there?
thanks for any help
matt
<t></t>