Cypress AN77960 Podręcznik - Strona 6
Przeglądaj online lub pobierz pdf Podręcznik dla Kontroler Cypress AN77960. Cypress AN77960 13 stron. Introduction to ez-usb fx3’s high-speed usb host controller
2. A Debug Configurations window pops up. Double-click
on "Zylin Embedded debug (Native)".
3. If the USBHost project is selected as current project, an
entry
with
USBHost
Debug
Embedded debug (Native). On the left pane under the
Main tab, the Project and C/C++ Application fields
automatically populate. If not, click on Browse and select
them manually.
4. On the left pane, select the Debugger tab. Type
arm-none-eabi-gdb.exe
in the GDB debugger field. Select Verbose console mode.
www.cypress.com
appends
below
Zylin
Document No. 001-77960 Rev. **
Introduction to EZ-USB® FX3's High-Speed USB Host Controller
5. Select Commands tab, type in
target remote localhost:2331
monitor memU32 0xE0052000=0x15
under the Initialize commands, and
load
b main
continue
under the Run commands. Then select Apply.
6