• interfacing 8051 with compact flash card
    hi all, pls help me with details on how to interface, read & write to compact flash cards using 8051 core microcontroller. thanx all, regards, Kaushik
  • Compact flash memory
    Hi all, I am trying to store some data in compact flash memory card. Directory creation, File creation and writing data into file is working fine. But i want to know the available free memory of the...
  • how to read/write to compact flash card
    hi all, pls help me with writing & reading & erasing of Compact Flash Cards. all suggetsions, links, codes are welcome. thanx in advance, rgds, kaushik
  • MON51 and compact memory model
    When using compact reentrant functions and RTX51 I cannot see local variable and parameter values in the debugger using MON51...The values shown seem to be addresses instead of the values !?!
  • xdata and compact memory model
    If I'm using the compact memory model, which implicitly sticks variables in xdata, but also declare a variable (in this case a char[]) to go in xdata, it appears to use the wrong pointer type. Thus, I...