STM32373C_EVAL BSP User Manual: File List

STM32373C EVAL BSP Drivers

File List
Here is a list of all files with brief descriptions:
stm32373c_eval.c [code]This file provides a set of firmware functions to manage LEDs, push-button and COM port available on STM32373C-EVAL evaluation board (MB988) RevB from STMicroelectronics
stm32373c_eval.h [code]This file contains definitions for STM32373C_EVAL's Leds, push-buttons and COM port hardware resources
stm32373c_eval_audio.c [code]This file provides the Audio driver for the STM32373C_EVAL evaluation board(MB988)
stm32373c_eval_audio.h [code]This file contains all the functions prototypes for the stm32373c_eval_audio.c driver
stm32373c_eval_eeprom.c [code]This file provides a set of functions needed to manage a M24LR64 or M24M01 I2C EEPROM memory
stm32373c_eval_eeprom.h [code]This file contains all the functions prototypes for the stm32373c_eval_eeprom.c firmware driver
stm32373c_eval_lcd.c [code]This file includes the LCD driver for MR028-9325-51P(ILI9328) and MRE028-8347G-51P(HX8347G) Display Modules of STM32373C-EVAL
stm32373c_eval_lcd.h [code]This file contains all the functions prototypes for the stm32373c_eval_lcd firmware driver
stm32373c_eval_sd.c [code]This file provides a set of functions needed to manage the SPI SD Card memory mounted on STM32373C-EVAL board. It implements a high level communication layer for read and write from/to this memory. The needed STM32F37x hardware resources (SPI and GPIO) are defined in stm32373c_eval.h file, and the initialization is performed in SD_LowLevel_Init() function declared in stm32373c_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
stm32373c_eval_sd.h [code]This file contains the common defines and functions prototypes for the stm32373c_eval_sd.c driver
stm32373c_eval_tsensor.c [code]This file provides a set of functions needed to manage the I2C LM75 temperature sensor mounted on STM32373C-EVAL board . It implements a high level communication layer for read and write from/to this sensor. The needed STM323F37x hardware resources (I2C and GPIO) are defined in stm32373c_eval.h file, and the initialization is performed in TSENSOR_IO_Init() function declared in stm32373c_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
stm32373c_eval_tsensor.h [code]This file contains all the functions prototypes for the stm32373c_eval_tsensor.c firmware driver
Generated on Wed May 31 2017 11:20:46 for STM32373C_EVAL BSP User Manual by   doxygen 1.7.6.1