• 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
  • Global Variables vs. Pointers in Embedded Design
    I've written a few 8bit embedded systems and the codebase I inherited and have expanded is basically 80% global variables (extern volatile), and than non-global control flags and logic variables as needed...
  • 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...
  • Going Embedded
    Hey, I've been programming higher level laguages writing windows apps in c++/c# for years now, but increasingly I am being put to work at a lower level with 8051 micro-controllers. Having a very minimal...
  • variables at same memory places
    I have declared in source file src1.c following variables. xdata unsigned char keybuffer[8]; unsigned int keys; unsigned char keyctr; I have an another source file src2.c and I want to declare...