hex file compatibility
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-07-19 10:46 AM
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
Labels:
- Labels:
-
STM32F1 Series
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-07-19 11:40 AM
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..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-07-19 12:34 PM
Posted on July 19, 2013 at 21:34
Thanks Clive!!!
Now, it's working.....