• Flash read & write
    Hello friends I want to define 32bit(4 byte) value as a constant in flash. How to access it within a programm written in 'C' for 8051 microcontrolller. Please suggest me any solution.
  • 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...
  • Function writing in Flash of ADuC841
    I would like to write one function in flash location E000h and another function from 0000h. I wanted to switch between these functions. How could i access these locations and implement this?
  • c51: Writing to flash
    When we interface flash with 8051, we send Commands to read and write. For write operation, after sending Write Command, we send data, Should there be any change in the way the data (data byte which...
  • Writing to Flash on C8051f350
    Hello, I have some problem when I try to write to Flash memory. I read AN201 "WRITING TO FLASH FROM FIRMWARE" and I use write functions for F350 (page 100). There is no problem with a light program...