Hello, I used eclipse and g++ compiler to compile the project and create .hex file. Then I tried to program flash using keil's plug-in but can't because Error: Flash Download failed - "Cortex-M3" (programming algorithm was selected) I tried to program .axf file from another project and all was great! Flash was program. What i must do to program flash? How to convert .elf to .axf? Thank You
Apparently, the Eclipse plugin uses uVision to program flash. There is a way to set up uVision to program HEX files:
http://www.keil.com/support/man/docs/uv4/uv4_fl_hexdownload.htm
Flash don't program in uvision too in spite of I do all like on the instruction. The error is No Algorithm found for: 00000000H - 0000121FH
I solve this problem. In file gcc_cs.ld(Linker script to configure memory regions) I set bad start address of ROM.