>Can you poste details?
>
>I'm using 6.8 without any problems...
>
I'm using:
-eclipse with Zylin plugin (thank you!).
-LM3S6965 EVB
INITIALIZE COMMANDS:
!!!
!
Hi,
>My thinking is that we want to have a small number of commands that are well
>tested and documented. Macros can then
be built on top of those commands to implement something that is uniquely
useful to some users.
I agree with you about using scripts, only I didn't know how to do it.
> I
Hi,
This patch adds a new command called cond_write_image. This command is similar
to the write_image command, the only
difference is that before downloading the code it checks if the code is already
present in the flash and only
download
if needed ( I tested only with luminary uC).
The patc
Hi,
This patch adds a new command called cond_write_image. This command is similar
to the write_image command, the only
difference is that before downloading the code it checks if the code is already
present in the flash and only
download
if needed ( I tested only with luminary uC).
The patc
I'm currently using Openocd with luminary cortex-m3 devices, the version I'm
using is the one coming with freeRTOS
(2007-08-17), when I try to use a freshly compiled version I'm not able to make
it working with the same scripts.
Does any one have a sample script working with the latest version