Skip to main content
Visitor II
May 31, 2012
Question

iNemo firmware package v2.2.0 hex file

  • May 31, 2012
  • 2 replies
  • 677 views
Posted on May 31, 2012 at 18:17

Hi, I have been using for some time original iNemo suite application and DFU mode, then I made another program and uploaded it with JTAG programmer.

How can I use iNemo suite again?, uploading iNEMOV2_Firmware_PackageV2.2.0_AHRS.hex

doesn't work. Windows doesn't recognize device on COM port.

Any suggestions?
    This topic has been closed for replies.

    2 replies

    Visitor II
    June 1, 2012
    Posted on June 01, 2012 at 07:23

    Hi 

    iNEMO v2 board has two 

    .hex

     files, one for DFU and the other for application.

    First, DFU .hex

     has to be dumped at 

    0x08000000

    in FLASH

    ,

    Second, application(

    iNEMOV2_Firmware_PackageV2.2.0_AHRS)

     .hex

     has to be dumped from 

    0x08003000

     in FLASH

    .

    ( You may consider DFU 

    .hex

     as DFU bootloader)

    One more thing you need to take care of is Option bytes configuration according to the firmware.

    If you have any problems, state them clearly here.

    miegoAuthor
    Visitor II
    June 1, 2012
    Posted on June 01, 2012 at 15:41

    Thanks, I've compiled Inemo_dfu and used ST-Link Utility to program. Everything works fine in iNemo suite. Thanks once again.