malloc hard fault with code offset
Posted on April 11, 2013 at 13:35I have a problem with malloc when I move my FW to offset code location. In the past I use malloc with no problem where my APP sit on 0x08000000, but now it make a hard fault in the middle of the malloc asm where my c...