This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SFRA: SFRA implementation

Part Number: SFRA

Tool/software:

Hi,

I have implemented SFRA in my project, and after the Misra compliance check I get a violation regading declaration variable FPUsinTable[] "array size should be stated explicitly or defined implicitly by initalisation"

I would like to ask if it is even necessary to declare this variable, as I do not see its usage in my project scope? Could you please confirm the size of the array is 0x100 and it is fixed across C2000 platform? 

Best regards,

Jozef

  • Jozef,

    The FPUsinTable is not related to SFRA, so I’m unable to comment on its structure or usage.
    Since it does not appear to be used anywhere in the current project, you may consider commenting out the corresponding line and verifying if the functionality remains as expected.


    Thanks,

    Shashank