Problem with debugging (packet errors)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2007-07-10 8:39 AM
Posted on July 10, 2007 at 17:39
Problem with debugging (packet errors)
Labels:
- Labels:
-
Legacy Products
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2007-07-10 8:39 AM
Posted on July 10, 2007 at 17:39
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