Building Firmware for the AT43DK370 Development Kit
AT43DK370 USB Host/Function Dev. Kit User Guide
5-3
3423C–USB–1/04
|-- USBP_lib_port_asm.s
|-- USBP_lib_port_c.c
|
|-- ks32c50100_port
|-- ks32c50100_start.s
|-- ks32c50100_config.h
|-- ks32c50100_config.s
|-- ks32c50100_init.c
|-- ks32c50100_scat_l.scf
|
|-- Application
|
|-- MSD
|-- msdlib.h
|-- USBP_MSD_Library.a
|-- MSD_Application
|-- Application.h
|-- IdeCmds.h
|-- HEAP.c
|-- Clinic.c
|-- main.c
|-- Eg.c
A brief description of the folders and files is given below.
1.
USBP_Library
T his i s the mai n di re ctory of the project. It contai ns the mai n p roj ect fil e
(USBP_Library.mcp) and all the project folders. The project is built with ADS (ARM
Development Suite) Version 1.2
2.
USBP_StandAlone_Lib
The USBP_StandAlone_lib.a is the binary library that contains the AT43USB370's
firmware and all the high/low level APIs. The USBP_lib.h is the header file used for
the stand alone library.
3.
USBP_lib_port
This folder contains the processor-specific port required to be implemented by the
User and integrated into the USBP library. It contains the following files.
a.
USBP_lib_port.h: This is the header file for the USBP Library port. It con-
tains various definitions required for the USB Processor's configuration.
b.
USBP_lib_port_asm.s: This file contains the processor-specific assembly
C port required by the USBP Library.
c.
USBP_lib_port_c.c: This file contains the processor-specific C port
required by the USBP Library.
4.
ks32c50100_port
This folder contains the port for the sample target processor. i.e. ks32c50100. It
contains the following files.
a.
ks32c50100_start.s: This file contains the startup code for the ks32c50100
processor.
b.
ks32c50100_config.h: This file contains ks32c50100 processor definitions.
Summary of Contents for AT43DK370
Page 1: ...AT43DK370 USB Host Function Development Kit User Guide for Revision 1 3...
Page 2: ......
Page 6: ...Table of Contents iv AT43DK370 USB Host Function Dev Kit User Guide 3423C USB 1 04...
Page 8: ...Introduction 1 2 AT43DK370 USB Host Function Dev Kit User Guide 3423C USB 1 04...
Page 46: ...Technical Support 8 2 AT43DK370 USB Host Function Dev Kit User Guide 3423C USB 1 04...
Page 56: ...Appendices 9 10 AT43DK370 USB Host Function Dev Kit User Guide 3423C USB 1 04...