2013-07-19 10:46 AM
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-keil2013-07-19 11:40 AM
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.
2013-07-19 12:34 PM
Thanks Clive!!!
Now, it's working.....