Hi,
I am trying to use sprintf with.
K64 freedom board.
REDLIB nohost.
every time i try to use sprintf i see a hard fault.
I did not find a place to change the heap, do i have to change it? increase?
I get no error when compiling the project and everything else is working so far.
(void)sprintf(distance,"%s\r\n",_distance);