cancel
Showing results for 
Search instead for 
Did you mean: 

Status Bit of Flash Memory

lrodrigues
Associate II
Posted on November 18, 2003 at 19:14

Status Bit of Flash Memory

2 REPLIES 2
joseph2399
Associate II
Posted on May 17, 2011 at 11:56

Status checking during flash memory programming and erasing is an embedded algorithm. The status bits are not in an SFR register. Please see page 109-112 for detail information.

Also please see the attached files for a code example on Flash Write using polling method to check for completion. The function is written in C. I also included this function displayed in Disassembly and Mix mode from Keil's compiler.
lrodrigues
Associate II
Posted on May 17, 2011 at 11:56

Hi people.

I want to know how I can read the status bit of Flash Memory (DQ7...DQ0). I don't know if it have a SFR or not.

If is possible to get a description in assembler will be great.

Thank all.

Witt