Question
Stack memory ?
Posted on April 17, 2017 at 07:51
Everyone,
Are these variables taking a lot of memory space on the stack ?
FRESULT fr; //move to global /* FatFs return code */
FILINFO fno; //move to globalDIR dir; //move to global?
Thanks
#space #memory #freertos #stack