Content originally posted in LPCWare by jaybee on Tue Jul 23 05:01:49 MST 2013
Hi, I am using freeRTOS v7.2, my program has a few global variables which has its value changed constantly.... I have found their memory locations are being used by the lwip functions.... How can I declare a memory location for these global variables so they do not get overwritten?