• Urgent! ABout Storing data in Nonvoliate ram
    I am using the DS1643 which contain both non voliate ram and a RTC. also, in my project, i use the timer 1 interrupt to counter the machine operation time: unsigned char second, min, hour; i use...
  • Storing data at Specific RAM address
    Hi all I want to store my data used in the code at a particular specific address in RAM of the chip how can i do it . i tried to this but got data abort error #define test ((*volatile unsigned...
  • Question about store code and data in FLASH?
    I am now developing a firmware in Cypress AN2131QC which just allow 8Kbyte code size. But my application is quite complicated for which code size may need to use up to 15Kbyte. I found that external FLASH...
  • Store code in RAM
    Hello, I'm working on XC164CM. I'd like to store code in RAM, not in flash memory. The code is simple : #pragma RENAMECLASS (FCODE=RAMPROG) void CallProgRam(void) { int i; for(i=0; i<666;...
  • Storing a program in flash and executing in RAM
    Hi, I am using an 80C400, I have flash located from (CE3)0x400000 - 0x4FFFFF and RAM located at (CE0) 0x010000 - 0x1FFFFF and (CE1) 0x200000 - 0x3FFFFF. I have an external crystal clocking at 18.432MHz...