Contents
- STM8L10x Standard Peripherals Library Examples update history
- License
STM8L10x Standard Peripherals Library Examples update history
V1.2.1 / 30-September-2014Main
Changes
- IWDG
- Update the IWDG configuration seqeunce in the IWDG_Example.
V1.2.0 / 01-June-2012Main
Changes
- Update almost examples to use
Single function for IP configuration(IP, CLK, GPIO...)
- Update all examples to
support IAR Embedded
Workbench for STM8 (EWSTM8) toolchain
- Update almost examples to use the new "stm8l_eval" drivers and "Common" utilities
drivers
- Add Library_Examples html
file to provide the list, description and supported devices by all available
examples
- FLASH
- Added
new example FLASH_DataProgram to replace
FLASH_ExecutionFromRAMWhileBlockWriteOperation,
FLASH_WriteEraseBlockOperation examples
- GPIO
- GPIO_IOToggle_InterruptMode example removed
- I2C
- I2C_EEPROM
example updated to use the new serial EEPROM driver
stm8l_eval_i2c_ee.c/.h driver available under
Utilities\STM8L101_EVAL\Common
- Add new example :
I2C_DataExchange which is two boards based and aims to illustrate basic master
and slave I2C communication steps and data exchange.
- I2C_10bitsCommunication axample and I2C_Interrupt example removed and replaced by new added I2C_DataExchange example.
- IWDG
- IWDG_RearmReset
example removed and replaced by new added IWDG_Example to show how to
update at regular period the IWDG reload counter and to simulate a
software fault generating an MCU IWDG reset on expiry of a programmed time period.
- RST
- SPI
- SPI_MSD example updated to use the new SPI sd driver stm8l_eval_spi_sd.h/.c driver available under
Utilities\STM8L101_EVAL\Common.
- SPI_FullDuplexUASRT example updated to use the new mono LCD driver stm8l_eval_lcd.c/.h available under Utilities\STM8L101_EVAL\Common.
- SPI_SimplexLCD example updated to use the new mono LCD driver stm8l_eval_lcd.c/.h available under Utilities\STM8L101_EVAL\Common.
- TIM
- TIM2_PWM_FrequencyConfiguration example removed
License- Licensed under MCD-ST Liberty SW License Agreement V2, (the "License").
You may not use this file except in compliance with the License.
You may obtain a copy of the License at:
http://www.st.com/software_license_agreement_liberty_v2
- Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
For
complete documentation on STMicroelectronics Microcontrollers visit www.st.com
|