I'm using dsPIC33EP512GM310 for some video processing and I need to store the data into a big buffer (45KB).I tried to initialize the buffer in the stack, but for some reason the maximum stack size that XC16 supports is 28KB, so the only way for me is to ..
↧