• 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...
  • Cortex M3 ASM Taking Longer Than it Should
    Note: This was originally posted on 14th December 2011 at http://forums.arm.com I'm doing some digital filtering in Cypress' PSoC5, but my filtering subroutine is taking much longer than it should.  It...
  • 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??