cancel
Showing results for 
Search instead for 
Did you mean: 

hex file compatibility

esiqueira
Associate II
Posted on July 19, 2013 at 19:46

It's possible to create an hex file with IAR Embedded Workbench and download through the keil uVision the same file?

I have an error:

No Algorithm found for: 00000000H - 0000063FH

#hex-file-stm32f103-iar-keil
2 REPLIES 2
Posted on July 19, 2013 at 20:40

Well you could probably address that by setting the basis of the HEX file the linker in IAR is creating to 0x08000000 instead of zero, or by adding a second flash algorithm entry in the debug configuration pane in Keil, with a basis of zero, in addition to the one you have for 0x08000000.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
esiqueira
Associate II
Posted on July 19, 2013 at 21:34

Thanks Clive!!!

Now, it's working.....