Using FreeRTOS Plus to handle UDP communications on TI Hercules

I’m thinking that my remaining errors are due to the fact that I started with a TI Halcogen FreeRTOS v9.0.0 project and my updates to FreeRTOS v10.3.1 weren’t 100% complete.

In particular, based on @ajsmart92 comment earlier in this thread…
“For me, xQueueReceive in FreeRTOS_IP.c maps to MPU_xQueueGenericReceive.”

… and this post…

I found that in my project…

xQueueReceive maps to MPU_xQueueReceive in os_mpu_wrappers.h but that os_mpu_wrappers.c implemented a function for MPU_xQueueGenericReceive (only).

I’m trying to clean that up now.