Forum : ARM
Original Post
Post Information | Post |
---|---|
May 6, 2008 - 2:37pm
|
I think gmtime and localtime is broken in arm-gcc lib for STM32F10x. I have try it in keil uVision and working fine there(localtime anyway, gmtime not implemented in keil). "sbrkr.c: (.text+0xc): undefined reference to `_sbrk'" I using |
Hi
There is a similar topic in this forum.
Have you read it?
http://www.raisonance.com/Forum/punbb/viewtopic.php?id=2462
Matloub
Okej i manage tto find how to declare heap
Next question what i need to replace ??? with for get portable code for different RAM amount on STM32.
in advanced ARM options i projekt properties its exist data start, data size and so on, do this exist as defines or something?