2012-05-31 09:17 AM
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.hexdoesn't work. Windows doesn't recognize device on COM port.Any suggestions?2012-05-31 10:23 PM
Hi
iNEMO v2 board has two
.hexfiles, one for DFU and the other for application.
First, DFU .hexhas to be dumped at
0x08000000in FLASH
,
Second, application(iNEMOV2_Firmware_PackageV2.2.0_AHRS)
.hexhas to be dumped from
0x08003000in FLASH
.
( You may consider DFU
.hexas 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.
2012-06-01 06:41 AM
Thanks, I've compiled Inemo_dfu and used ST-Link Utility to program. Everything works fine in iNemo suite. Thanks once again.