We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
I'm (still) working on a project with the LM3S811. At first i had some problems with the compiler in uVision but that is solved now!
Now i have a different problem, when i load my project i to the memory uvision says it is done, but when i reset the evalboard it does nothing! I also did this with a example project, same problem!
I also tried to load the file with luminary micro flash programmer but i have the same problem. When i load a .bin file that i know is good it does work! So programming is going oke, but i think the problem lies in creating a .bin file.
I do this in uVision by putting the following line in a user command (after build);
C:/Keil/ARM/BIN31/fromelf.exe --output blinky.bin --bin blinky.axf
can anybody tell me what i am doing wrong??
Thanks,
open your 'project->options for target' dialog. then click the utilities tab, then click the settings button (for flash programming). there you will be able add flash algorithms for your specific target. without that no flash operation can succeed!
I tried to add flash algorithm but that is not possible. I use luminary eval board.
I can not use ULINK because i do not have a cable for that. And i have the same problem with JTAG. Than there are two more options; RDI interface driver and luminary eval board.
I can also use the flash programmer from luminary micro but that doesnt work. I have the same problem there.