Skip to main content
Visitor II
August 2, 2007
Question

ST10F168

  • August 2, 2007
  • 1 reply
  • 668 views
Posted on August 02, 2007 at 05:30

ST10F168

    This topic has been closed for replies.

    1 reply

    raffaeleAuthor
    Visitor II
    August 2, 2007
    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