The AT32F435_437 Firmware Library is a firmware package which contains the device drivers for all of the peripherals for AT32F435 and AT32F437.
This library provides a set of examples for each peripheral and some application such as the IAP and sLib utilities.
The mamual is structured as follows:
- AT32F435_437_periph_driver : device drivers
- AT32F435_periph_examples : examples for AT32F435
- AT32F435_periph_template : AT32F435 project template for Keil and IAR IDE tools
- AT32F437_periph_examples : examples for AT32F437
- AT32F437_periph_template : AT32F437 project template for Keil and IAR IDE tools
- AT32F435_437_board : AT-START-F435 and AT-START-F437 board setting functions
- AT32F435_437_middlewares_i2c_application_library : middlewares for I2C application
- AT32F435_437_middlewares_usbd_class : middlewares for different USB device class
- AT32F435_437_middlewares_usbh_class : middlewares for different USB host class
- AT32F435_437_middlewares_usbd_drivers : middlewares for USB device core driver
- UTILITIES_examples : some applications such as FreeRTOS, sLib and IAP.