User Activity

In the ethernetif.c file,typedef enum{RX_ALLOC_OK = 0x00,RX_ALLOC_ERROR = 0x01} RxAllocStatusTypeDef; // Here, RxAllocStatusTypeDef type is not used.It says that RxAllocStatusTypeDef is not used, which violates misra-c:2012 2.3.Inferentially, this wo...
I am testing the initialization module.The issue is that while debugging, when I set a break point in the if statement or use the printf statement above the while in the sample below, it hangs.It seems to be an event related issue, is there any way t...