• embeded
    Hi , i think the problem with your watch dog reset is as soon when you mov the value of CH into ccap4h register this will reset the uC as both will get matched
  • 8051 Embedded C for beginner (books)
    Hi, Anyone can tell me where can i download the C book (beginner) for 8051 or some web-page to guide the beginner to start 8051 in C? Thanks..
  • Embedded
    HI, Im using 7 inch tft with lpc 2478 controller.I just want to display one of the colors on the tft without using SDRAM but im not getting to which register im supposed to send the data .Please can...
  • IAR Embedded Workbench ARM compiler
    Hi, I'm using IAR Embedded Workbench ARM are: being int a; and unsigned char b = 0x03; a = ~ b; should not be 0xfc and not 0xfffffffc? Is this a bug or is it deliberate?
  • compiler warning in function with embedded assembly
    Note: This was originally posted on 9th May 2012 at http://forums.arm.com I'm using inline ARM assembly in C++ functions and I was wondering how to avoid "control reaches end of non-void function" warnings...