• RAM
    I choose CYGNAL C8051F001 for my application. This is 20 MIPS part with 32K of FLASH but only 256B of RAM. My application has two modes of work, calibration mode and RUN mode. Processor is very limited...
  • 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...
  • CAN RAM
    What does " writing blank IF register to each message object" in the following code mean? //clear CAN Msg RAM void clear_msg_RAM (void) { SFRPAGE = CAN0_PAGE; // setting the SFR page CAN0ADR = IF1CMDMSK;...
  • 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 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...