File location: C:\ti\mmwave_mcuplus_sdk_04_06_00_01\mmwave_mcuplus_sdk_04_06_00_01\ti\demo\awr2544\mmw\mmw_enet\mmw_enet.c
Function name: static void MmwEnet_rxTask(void *args)
I added some codes to print the content of RX data as below. (The program stops at the location marked in red.)
My question is how can I access the data of pktInfo->sgList.list[0].bufPtr;
=================================================================