Skip to main content
Visitor II
September 6, 2007
Question

Programming ST10 without Bootstrape line

  • September 6, 2007
  • 5 replies
  • 1336 views
Posted on September 06, 2007 at 11:21

Programming ST10 without Bootstrape line

    This topic has been closed for replies.

    5 replies

    Visitor II
    September 3, 2007
    Posted on September 03, 2007 at 11:02

    Hallo

    I have several questions depending on programming the internal flash of the ST10F269.

    1. The datasheet shows me that to get the chance to programm the internal flash you need to pull down the bootstrape line on port P0L.4. Which eneables the BSL mode. So would it be possible to get the flash programmed without pulling down this line?

    2. If it would be possible to rewright the flash without the BSL mode, do i need special source code in the controller to get the flash with a new programm rewritten.? Or does someone have experience in writting bootloader code in C? Or maybe any links to software of bootloader flash programmer.

    Thanks for your help.

    Reverant

    [ This message was edited by: Reverant on 03-09-2007 14:34 ]

    Visitor II
    September 4, 2007
    Posted on September 04, 2007 at 06:46

    Hello Reverant,

    If I understand well the situation, you want to program/reprogram the internal Flash without using the on chip bootstrap.

    This is possible using your own bootloader. In this case, your own bootloader driver must be placed in a location which must not be erased for example Bank0 sector0 allowing programming the remaining Flash memory (beginning from Bank0 sector1).

    Regards,

    Najoua.

    Visitor II
    September 6, 2007
    Posted on September 06, 2007 at 10:16

    Hi Najoua

    Thanks for your reply. Your are exactly right. But i am not realy sure how i should programm this in C. So if it would be possible does somebody know more about such a problem or does anybody know links to examples

    thanks

    Reverant

    Visitor II
    September 6, 2007
    Posted on September 06, 2007 at 10:28

    Hello again Reverant,

    You can refer to the AN2078 'STR7xx In Application Programming using UART' ;the principle is the same.

    The document and the software are available on the following link:

    http://www.stmcu.com/modules.php?name=mcu&file=familiesdocs&FAM=86

    Hope this helps you,

    Regards,

    Najoua.

    Visitor II
    September 6, 2007
    Posted on September 06, 2007 at 11:21

    Thanks for you help

    best regards