cancel
Showing results for 
Search instead for 
Did you mean: 

ST10F168

raffaele
Associate II
Posted on August 02, 2007 at 05:30

ST10F168

1 REPLY 1
raffaele
Associate II
Posted on August 02, 2007 at 05:30

Hi,

I have try to erase first block of flash whit this code :

mov R0,#0eeeeh

mov R1,#05555h

mov R2,#0h

mov R3,#0h

mov R4,#50d

mov R7,#08000h

exts #1,#2

mov 0h,R7

mov R7,[R7]

nop

nop

The flash voltage is ok, but erase not perform.

I there aren't notting error like the table..

I think the proceture steak not call.

Have some idea?

Thanks