Помощь - Поиск - Пользователи - Календарь
Полная версия этой страницы: LPC2124+wiggler+gdb+flash
Форум разработчиков электроники ELECTRONIX.ru > Микроконтроллеры (MCs) > ARM
framer
Возможна ли отладка на LPC2124 w gdb через WIGGLER программы записаной во FLASH?
jojo
Источник информации:
http://rod.info/arm.html
--кусь--
One thing that is not documented very well when using Insight/GDB with the Macraigor tools is setting hardware breakpoints (which are required for debugging firmware running out of Flash). Insight/GDB is not able to directly set the hardware breakpoints, however with the 'monitor' command you can get access to the low-level registers and extra commands that Insight/GDB do not (currently) support.

For example to set a hardware break point at 0x12345678 type in the following in the Insight/GDB console:

monitor set hbreak 0x12345678
--кусь--

Сам так не делал. Только из ОЗУ. Т.к. шить ПЗУ лень каждый раз.
IgorKossak
Цитата(framer @ Mar 2 2005, 22:10)
Возможна ли отладка на LPC2124 w gdb через WIGGLER программы записаной во FLASH?
*

Если не привязываться к GNU (gdb), то полноценная отладка из Flash возможна под IAR EWARM. Всё в одной среде. По одному клику делается сборка, загрузка, отладка.
Для просмотра полной версии этой страницы, пожалуйста, пройдите по ссылке.
Invision Power Board © 2001-2025 Invision Power Services, Inc.