• ARM newbie...newbie questions!
    Note: This was originally posted on 8th February 2012 at http://forums.arm.com Hello everybody, this is my first post in the forum. I'm an AVR 8-bit user curious about the ARM world, the Cortex M0 side...
  • MCBSTR9
    Hi! I'm using MCBSTR9 and i want an example for this board of how can i use the push buttons to light 1 led. Sorry for my english.
  • MCBSTR9
    Hi all, I have a MCBSTR9 eval board, I wonder if I could install an embedded linux to this board or not? Other then this topic, can you advise me an RTOS(free and open source) for this board. Thank...
  • Newbie uVision question
    Just getting started with uVision.. ...After any code changes one has to do a Download/Flash before starting a Debug Session? Otherwise any code changes are not picked up in the Debug Session? Is...
  • Printf question (newbie)
    I want to print in a terminal the "%"character when I put printf(" %c % ",var); the % doesn't print why??