Contents
- STM8S/A Standard Peripherals Library Examples update history
- License
STM8S/A Standard Peripherals Library Examples update history
V2.0.2 / 30-September-2014Main
Changes
- Update License disclaimer to use MCD-ST Liberty SW License Agreement V2.
- CLK
- CLK_ClockSelection example updated to manage the clock switch in the main file.
V2.0.1 / 18-November-2011Main
Changes
- Update all examples readme to
add the reference to the STM8S Value Line products family devices support
V2.0.0 / 25-February-2011Main
Changes
- Update all examples to
add the support of the STM8A products family devices
- Update all examples to
support IAR Embedded
Workbench for STM8 (EWSTM8) toolchain
- Update almost examples to use the new "stm8s_eval" drivers and "Common" utilities
drivers
- ADC
- ADC2_TriggerConversion example removed.
- FLASH
- Added
new example FLASH_DataProgram to replace
FLASH_BlockOperationOnFlashProgramMemory,
FLASH_WriteEraseBlockOnDataEepromMemory and
FLASH_EraseBlockOnFlashProgramMemory examples
- I2C
- I2C_EEPROM
example updated to use the new serial EEPROM driver
stm8s_eval_i2c_ee.c/.h driver available under
Utilities\STM8S_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_FastCommunicationMicroSD example updated to use the new SPI sd driver stm8s_eval_spi_sd.h/.c driver available under
Utilities\STM8S_EVAL\Common.
- SPI_SimplexLCD example updated to use the new mono LCD driver stm8s_eval_lcd.c/.h available under Utilities\STM8S_EVAL\Common.
- TIM
- TIM2_Input_Capture example removed
- TIM2_PWM_FrequencyConfiguration example removed
- TIM4_TimeBase_InterruptConfiguration example removed and replaced by TIM4_TimeBase example
Licensecensed
under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use
this package
except in compliance with the License. You may obtain a copy of the License
at:
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
STM8S 8-bit microcontrollers platform visit www.st.com
|