Hi, in the spru187o, page 134:
#pragma DATA_ALIGN ( symbol , constant );
there is a “;” in the end,
but in the SPRU862B ,page 35 is:
#pragma DATA_ALIGN(InBuffA, CACHE_L2_LINESIZE)
there is no ";" in the end, so which is right??
and in spru187o page 133, 6.8
#pragma STRUCT_ALIGN( type , constant expression );
#pragma DATA_SECTION ( symbol , " section name ");
...
whether is there a ";" or not in the end??
thank you!!