STM8S/A Standard Peripherals Firmware Library
|
Files | |
file | stm8s_eval_i2c_ee.c [code] |
This file provides a set of functions needed to manage the I2C M24CXX EEPROM memory mounted on STM8Sxx-EVAL board (refer to stm8s_eval.h to know about the boards supporting this memory). | |
file | stm8s_eval_i2c_ee.h [code] |
This file contains all the functions prototypes for the stm8s_eval_i2c_ee firmware driver. | |
file | stm8s_eval_lcd.c [code] |
This file includes driver for the dot matrix LCD Module mounted on STM8L15xx-EVAL board. | |
file | stm8s_eval_lcd.h [code] |
This file contains all the functions prototypes for the Dot matrix LCD firmware driver. | |
file | stm8s_eval_spi_sd.c [code] |
This file provides a set of functions needed to manage the SPI SD Card memory mounted on STM8xx-EVAL board (refer to stm8s_eval.h to know about the boards supporting this memory). It implements a high level communication layer for read and write from/to this memory. The needed STM8 hardware resources (SPI and GPIO) are defined in stm8xx_eval.h file, and the initialization is performed in SD_LowLevel_Init() function declared in stm8xx_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. | |
file | stm8s_eval_spi_sd.h [code] |