Posted on May 17, 2011 at 13:11I don't know why, but I know this: IAR Breakpoints works, but they do not ''step'' into the interrupts. However, interrupts keep occuring. If you place a beakpoint in an interrupt routine, it will break at the right ti...
Posted on May 17, 2011 at 13:11You should copy paste a longer section of code. This line looks good. Could you have missed a ';' one or two lines up from there?
Posted on May 17, 2011 at 13:11For a hitachi-style LCD, look at the STM32-SK/IAR: http://iar.com/website1/1.0.1.0/658/1/?item=prod_prod-s1/225&group=prod_prod_grp-s1/33 IAR-EWARM has an example to drive the LCD. You can download the eval version to ...
Posted on May 17, 2011 at 13:11Learning C (in an Embedded context, at least) =AND= a new hardware core is a pretty daunting task, at least for a 42 year old, aspartame soaked brain //JOKE! This is supposed to be funny :-] // The thing about using an...
Posted on May 17, 2011 at 13:11Hi there! I've taken those steps too. First, use an exemple app from the library. The readme accompanying the demos are pretty straight forward. To get around the library, the ''Firmware Library Reference'' document de...