Other Parts Discussed in Thread: HALCOGEN
Dears,
The code generated by HalCoGen has plenty of #pragma xxxx(), such as
#pragma CODE _STATE ()
#pragma INTERRUPT ()
#pragma WEAK ()
these codes are not MISRA-2004 compliant. And I tried to delete these #pragma xxx(). it runs ok .
So my question is that is there any risk for deleting these #pragma xxx()?