• Problem with writing code to flash-memory
    I have a Problem with the Infineon XC886 CLM 8FFA controller. I have build a protptyp application with this controller and written my code to flash memory with the programing-tool XC800_FLOAD V4.5 over...
  • 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...
  • Example code to read/write 0851 internal flash
    Hello, I can't find any example C code to read and/or write an 8051 internal flash memory. I'm using a C8051F353 and the micro datasheet doesn't explain very well how to do it. When the manual...
  • Write/Read Flash into W77e58
    I'm trying to write and read internal RAM with w77e58 but without success. I'm using the following code. #include<string.h> #include<W77E58.h> unsigned char xdata xdata_buffer [1]; void...
  • Page writing to flash
    Hey Guys, I am writing to my micro's flash one byte at a time using that APP note from NXP (AN10342_1), I saw that it is possible to write a page at a time. How do I go about writing a page at a time...