Posted on May 17, 2011 at 12:37Yes, I am sure that these parameters are correct. Unfortunately I couldn't check the stack size today - I have to do that the next day. Next thing that seems odd is that I can't initialize chars like :char temp[10]=''h...
Posted on May 17, 2011 at 12:37I am using the codesourcery arm-2008q1 toolchain (arm-none-eabi), openocd and gdb as debugger with the ddd frontend. As basic framework for my code I am using the STM V2.0 Firmware. Changing the stack is the next thing...
Posted on May 17, 2011 at 12:37Hi. I am experiencing some problems with my cortex m3. Every time I want to use any string operation like strcpy, strcmp or memcpy my Programm jumps into the HardFaultException. Is there something that I am overlooking...
Posted on May 17, 2011 at 12:24I finally know, that my problem is not related to problems with the toolchain. I used the startup script cortexm3_macro.s for the RIDE7 toolchain from the ST FWLIB. This got me somehow in trouble. I managed to kick som...