2010-06-29 04:19 PM
Program chip using st-link in Atollic IDE
2011-05-17 04:56 AM
having the same issue aaron,
did you find a solution ?2011-05-17 04:56 AM
having the same issue aaron, did you find a solution ?
Does the ST-LINK Utility even support .HEX files? I wrote and posted a ELF to BIN/HEX utility to this (STM32) or the STM32 VL forum a while back. But to be honest the eval versions of KEIL or IAR would serve you better.2011-05-17 04:56 AM
Nope,
But i used your awesome program to create the binary. I fixed my issue.My problem was that BOOT0 pin was floating. once I grounded that pin, my program started running. While it was floating, i had to execute a RUN core command from ST-LINK utility to get it working (which i'm not sure if that part makes any sense...)