STM32303C_EVAL BSP User Manual
|
File List
Here is a list of all files with brief descriptions:
stm32303c_eval.c [code] | This file provides a set of firmware functions to manage LEDs, push-button and COM port available on STM32303C-EVAL evaluation board (MB1019) RevC from STMicroelectronics |
stm32303c_eval.h [code] | This file contains definitions for STM32303C_EVAL's Leds, push-buttons and COM port hardware resources |
stm32303c_eval_audio.c [code] | This file provides the Audio driver for the STM32303C_EVAL evaluation board(MB1019) |
stm32303c_eval_audio.h [code] | This file contains all the functions prototypes for the stm32303c_eval_audio.c driver |
stm32303c_eval_eeprom.c [code] | This file provides a set of functions needed to manage a M24LR64 or M24M01 I2C EEPROM memory, or a M95M01 SPI EEPROM memory |
stm32303c_eval_eeprom.h [code] | This file contains all the functions prototypes for the stm32303c_eval_eeprom.c firmware driver |
stm32303c_eval_lcd.c [code] | This file includes the driver for Liquid Crystal Display modules mounted on STM32303C-EVAL evaluation board |
stm32303c_eval_lcd.h [code] | This file contains all the functions prototypes for the stm32303c_eval_lcd.c driver |
stm32303c_eval_sd.c [code] | This file provides a set of functions needed to manage the SPI SD Card memory mounted on STM32303C-EVAL board. It implements a high level communication layer for read and write from/to this memory. The needed STM32F30x hardware resources (SPI and GPIO) are defined in stm32303c_eval.h file, and the initialization is performed in SD_LowLevel_Init() function declared in stm32303c_eval.c file. You can easily tailor this driver to any other development board, by just adapting the defines for hardware resources and SD_LowLevel_Init() function |
stm32303c_eval_sd.h [code] | This file contains the common defines and functions prototypes for the stm32303c_eval_sd.c driver |
stm32303c_eval_tsensor.c [code] | This file provides a set of functions needed to manage the I2C TS751 temperature sensor mounted on STM32303C-EVAL board . It implements a high level communication layer for read and write from/to this sensor. The needed STM323F30x hardware resources (I2C and GPIO) are defined in stm32303c_eval.h file, and the initialization is performed in TSENSOR_IO_Init() function declared in stm32303c_eval.c file. You can easily tailor this driver to any other development board, by just adapting the defines for hardware resources and TSENSOR_IO_Init() function |
stm32303c_eval_tsensor.h [code] | This file contains all the functions prototypes for the stm32303c_eval_tsensor.c firmware driver |
Generated on Wed May 31 2017 10:00:45 for STM32303C_EVAL BSP User Manual by
