• 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.
  • writing to LPC901 Flash
    Need some assistance. I'm using a Philips LPC901 and need to store a counter value in Flash at power down. I can read and write to flash as long as I use unsigned characters (8 bits) but I need to store...
  • 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?
  • 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...