Question
I would like to use the external RAM on stm32f10e-eval board
Hi,
is it possible to use the external RAM as a heap. I would like to do malloc and free on it. I was able to set an huge array on it by little modifying the linkerscript, but that is not really handy because than you have to do the mem managing.
Have seen some description, which basically changes the _sbrk file but not able to get it work.