2007-07-10 08:39 AM
Problem with debugging (packet errors)
2007-07-10 08:39 AM
Hi,
I am new to programming ARM uCs, so please forgive me if it's a trivial problem. I added FATFS to my project (in order to access SD card) and after compilation the only debugger's output was:Code:
target remote localhost:3333
Ignoring packet error, continuing... Ignoring packet error, continuing...Moreover, I tried to compile and debug an earlier (working) version of my project (without FATFS) and it's not running, too. I use Eclipse + arm-elf-gcc + arm-elf-gdb + STR711F. Could somebody advise me what to do? Thanks in advance. Greetings, Matthew