• 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...
  • Simple Newbie question
    Ok. I'm sure this is a very elementary question, but I really don't know much yet. I've got a Silabs 8051 development kit ( www.silabs.com/.../C8051F330DK.htm ) and I'm trying to learn about serial...
  • Newbie dumb question
    Why, when I use the Simulator on this code, does A return as 0 when it should be 3? MAIN: NOP MOV DPTR, #CommandTable MOVX A, @DPTR ; Get the offset MOV DPTR, #Subroutines JMP @A+DPTR CommandTable...
  • Printf question (newbie)
    I want to print in a terminal the "%"character when I put printf(" %c % ",var); the % doesn't print why??
  • MCBSTR9: newbie questions
    Hello, I'm buying MCBSTR9 board soon, and I have a few newbie questions. 1. USB bootloader. Where can I get one, so I don't have to use ULINK all the time? (or maybe UART bootloader?) 2. I...