cancel
Showing results for 
Search instead for 
Did you mean: 

iNemo firmware package v2.2.0 hex file

miego
Associate
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?
2 REPLIES 2
harinath
Associate III
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.

miego
Associate
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.