Milos Prokic wrote:
Hello everyone,
When I use gdb to download my code to the processor the download speed is
really low (481bits/s). Is there a way to make it faster?
Also from within insight I'm not able to download the code from
Run->download. Is that some known bug?
Thanks a lot,
Milos
GDB 5.1.1 keeps going into a mode were is does many very small writes,
which is slow. GDB6.0 doesn't seem to do this, and is much faster.
Insight normally downloads when you use run->download. That is how I
notmally do it. Other than the speed issue, it has never given me any
problems.
Regards,
Steve