• 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...
  • 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...
  • Why there isn't any good and simple guide for newbie in keil
    Hello everybody I have searched a long time for finding a good and regular user guide to debug my mcu but I couldn't find... I want to debug the interrupts and status of peripheral register and I'm...
  • Why there isn't any good and simple guide for newbie in keil
    Hello everybody I have searched a long time for finding a good and regular user guide to debug my mcu but I couldn't find... I want to debug the interrupts and status of peripheral register and I'm...
  • 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...