• pleas help, how to read address 0x72800 from flash memory?
    i want to read address 0x72800 from st10 flash memory, how i can do this? i use this code but the result is not correct: int a = 0; DPP0 = 0x1c; __asm mov a,0x2800 i can read 0x0000 to 0x7fff...
  • How to program w/16 Data and address bus to 2 Flash memories
    I have developed a software, compiled and ran. In the end the output file is a HEX intel file. My arrange of the memory is 2 AM29F040 (512k x 8) but as we all know the C167 micro has a 16 bit address...
  • how to write program codes in flash
    Hello, I'm using a C167CS micro controller and i want to write the program in an external flash memory (AM29F400), and now first of all i want to simulate my written code in keil software, because the...
  • Flash Programming
    Hi All, I want to program the 16 bit Flash of AMIC A29L800 with the Keil Compiler. Can any one help me out with some tool or source code for the same. Thanks in anticipation. Viral.
  • How to read any address from FULL ADDRESS RANGE of C167CR
    I need to read any address from FULL ADDRESS RANGE of C167CR. How can I do it?