STM3210E_EVAL BSP User Manual: File List

STM3210E_EVAL BSP

File List
Here is a list of all files with brief descriptions:
stm3210e_eval.c [code]This file provides a set of firmware functions to manage Leds, push-button and COM ports for STM3210E_EVAL
stm3210e_eval.h [code]This file contains definitions for STM3210E_EVAL's LEDs, push-buttons and COM ports hardware resources
stm3210e_eval_audio.c [code]This file provides the Audio driver for the STM3210E-Eval board
stm3210e_eval_audio.h [code]This file contains the common defines and functions prototypes for stm3210e_eval_audio.c driver
stm3210e_eval_lcd.c [code]This file includes the driver for Liquid Crystal Display (LCD) module mounted on STM3210E-EVAL evaluation board
stm3210e_eval_lcd.h [code]This file contains the common defines and functions prototypes for the stm3210e_eval_lcd.c driver
stm3210e_eval_nand.c [code]This file includes a standard driver for the NAND512W3A2CN6E NAND flash memory device mounted on STM3210E-EVAL evaluation board
stm3210e_eval_nand.h [code]This file contains the common defines and functions prototypes for the stm3210e_eval_nand.c driver
stm3210e_eval_nor.c [code]This file includes a standard driver for the M29W128GL70ZA6E NOR flash memory device mounted on STM3210E-EVAL evaluation board
stm3210e_eval_nor.h [code]This file contains the common defines and functions prototypes for the stm3210e_eval_nor.c driver
stm3210e_eval_sd.c [code]This file includes the uSD card driver
stm3210e_eval_sd.h [code]
stm3210e_eval_serialflash.c [code]This file provides a set of functions needed to manage the SPI M25Pxx FLASH memory mounted on STM3210E_EVAL board. It implements a high level communication layer for read and write from/to this memory. The needed STM32 hardware resources (SPI and GPIO) are defined in stm3210e_eval.h file, and the initialization is performed in FLASH_SPI_IO_Init() function declared in stm3210e_eval.c file. You can easily tailor this driver to any other development board, by just adapting the defines for hardware resources and FLASH_SPI_IO_Init() function
stm3210e_eval_serialflash.h [code]This file contains the common defines and functions prototypes for the stm3210e_eval_flash driver
stm3210e_eval_sram.c [code]This file includes the SRAM driver for the IS61WV51216BLL-10M memory device mounted on STM3210E-EVAL evaluation board
stm3210e_eval_sram.h [code]This file contains the common defines and functions prototypes for the stm3210e_eval_sram.c driver
stm3210e_eval_tsensor.c [code]This file provides a set of functions needed to manage the I2C STLM75 temperature sensor mounted on STM3210E_EVAL board . It implements a high level communication layer for read and write from/to this sensor. The needed STM32L152xD hardware resources (I2C and GPIO) are defined in stm3210e_eval.h file, and the initialization is performed in TSENSOR_IO_Init() function declared in stm3210e_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
stm3210e_eval_tsensor.h [code]This file contains all the functions prototypes for the stm3210e_tsensor.c firmware driver
Generated on Fri Feb 24 2017 17:15:12 for STM3210E_EVAL BSP User Manual by   doxygen 1.7.6.1