• Ram Help
    I have a large project that was designed before my time. I seem to have random, glitchy problems that are hard to track down. I think the problem lies in my ram. Lots of vars are stored in the (xdata...
  • flash ram
    hi, my MCU is C8051F330 from silicon labs, it has 8Kbytes of flash and 768 bytes of ram memory my compiler is keil, I d'like to know whether keil is allocating space memory for my data in tne ram...
  • Ram corruption
    Hello, I have the following piece of code: static void SETBIT( Pcf8574 xdata *Object, Nat8 Pin, Nat8 Active ) { ASSERT( ( 0 <= Pin ) &&( Pin <= 7 ) ); ASSERT( ( Active == TRUE ) ||( Active...
  • NV RAM
    Hi Guys, I don't know if this question is to be asked here or no but anyway- Is there anybody who have used NV RAM of DS12887RTC. It turned out that 3 of my RTCs were working for some time properly and...
  • RAM Space
    I could not find an explanation for an observation given below. 1)When I declared bits like bit AM,fg_chat,pumpoff=0;pumpon=0,mode=0; bit PMP_flag = 1,buzzer=0,pumpon_flag=0; bit xmitempty,flash1...