malloc not work on size more then 500 bytes in STM32
Posted on February 12, 2013 at 13:25I try to enter malloc for some area at my programI use IAR 6.4 with STM32F205ZC.first i annunce the buffer pointeruint16_t * ADC3ConvertedValue; and then I call the functionADC3ConvertedValue = (uint16_t*) malloc ...