Cypress AN77960 매뉴얼 - 페이지 6
{카테고리_이름} Cypress AN77960에 대한 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. Cypress AN77960 13 페이지. 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