• External data memory access
    I'm trying to access to a non-volatile memory DS1330YP from C167CR-LM and I'm trying to save absolute variables making defines like this: #define x MVAR (uword, 0x80000) I've configured the start...
  • External data memory access
    I'm trying to access to a non-volatile memory DS1330YP from C167CR-LM and I'm trying to save absolute variables making defines like this: #define x MVAR (uword, 0x80000) I've configured the start...
  • Splitting stored data between flsh memory and external data
    I am using a P89c51 base microcontroller and I need to store data coming from a GPS device and when the memory is full transfere it to a PC.That amount of data is 96kbyes. Problem: The flash capability...
  • Splitting stored data between flsh memory and external data
    I am using a P89c51 base microcontroller and I need to store data coming from a GPS device and when the memory is full transfere it to a PC.That amount of data is 96kbyes. Problem: The flash capability...
  • Accessing external memory
    Hi all I am presently working on accessing external memory. For my project, I have to find the address of a file stored in SD card.I am using ARM controller. I am using KEIL MDK to program it. ...