Skip to main content
Visitor II
April 24, 2010
Question

STR912FAW46 Flashing

  • April 24, 2010
  • 1 reply
  • 552 views
Posted on April 24, 2010 at 09:20

STR912FAW46 Flashing

    This topic has been closed for replies.

    1 reply

    Graduate II
    May 17, 2011
    Posted on May 17, 2011 at 10:00

    The project I worked on used a STR912 W44 part as I recall. We used Keil uVision as the primary tools, but evaluated dev boards from Keil and IAR. The boards were quite usable with either J-Link or U-Link JTAG pods.

    Programing can either be done via JTAG, or serial port(s), and ST released a Y-Modem flash programming example. You could basically put the boot loader in the small flash bank via JTAG, and then program/update the large flash bank from there. Implementing something to do Intel Hex, Motorola S-Records, or binary with X-Modem or HTTP aren't particularly difficult.

    Segger has some stand alone flashing applications using their J-Link pod.

    -Clive