Topic : Create a .bin file with Ride7 (version 7.14)

Forum : Ride IDE

Original Post
Post Information Post
August 17, 2009 - 6:52pm
Guest

Hi all,

I´ve seen this FAQ about this subject:
http://raisonance-forum.xsalto.com/viewtopic.php?id=2894

But I can´t find "the boxes 'Generate a Hex file' and/or 'Generate a Binary file'. "

So, how can I create a .bin file ?

Thanks

Vince

Replies
Post Information Post
+1
0
-1
August 20, 2009 - 11:35am
Guest

Hi

I think this description is for ride6.

In ride7 it really depends on which target you are working on.
For instance with ST7 or STM8 the bin file are always generated.
With ARM the bin file are never generated you can use hex2bin.exe to do it.

Regards
Matloub

+1
0
-1
August 25, 2009 - 4:33pm
Guest

Hi,

Why have you delete this parameter in ride7 if it was in ride6?

It avoids the use of another software...

Vince

+1
0
-1
September 17, 2009 - 2:26pm
Guest

I've got a modest sized (114k) .hex file for an STM32 development and the hex2bin utility (v1.1) reports:

C:\projects\Navetas\Zeo\Hub\obj\Rev.A>hex2bin Application.hex

HEX TO BIN FILE CONVERTER V1.1
Copyright Raisonance S.A. 2004
ERROR: Sorry, this utility is limited up to 16MB.

So I've still not got a .bin file to use with the STmicro bootrom flash utility

+1
0
-1
September 18, 2009 - 2:35pm
Guest

HI Mischief

This executable is used generally.
For STM32 you need to use hex2bin -o0x8000000 Application.hex command line.

Regards
Matloub