Posted on April 12, 2006 at 13:46Hallo, I need a possibility to direct read/write access of the registers r0 ... r15 from my c-application. Because direct after reset (in the startup assembler file) I store the value of the LR (r14) in r11. In my ap...
Posted on March 08, 2005 at 18:42Hi Spiff, I think you just need to add the file ''retarget.c'' from ST-Software-Library to your projects (in RVDK: Project => Add Files to Project)
Posted on January 07, 2005 at 09:23Hi all, did anyone of you succeed in using malloc()? If so, is there something I have to take care of ( besides using free())? If we try to use malloc, the processor enters the FIQ-Handler before even calling mallo...