8 листопада 2011 12:13 PM
STM8/IAR port added to pre-v400 branch of scmRTOS repository.
scmRTOS samples for STM8/IAR can be downloaded as archive. scmRTOS/Common, scmRTOS/Extensions and scmRTOS/STM8 directories are empty in this package. scmRTOS pre-v4.00 kernel, OS extensions and STM8/IAR port archives should be downloaded separately and unpacked in appropriate directories.
»»» Read more about scmRTOS port for STM8 microcontrollers
16 травня 2011 2:51 AM
There is draft release of scmRTOS port for STM8 microcontrollers and IAR compiler.
The port is based on scmRTOS branch pre-v400.
This port version limitations:
- LARGE data model is not supported.
- Software interrupt context switcher is not released.
- Separate stack for interrupt handlers is not released.
scmRTOS samples 1-EventFlag and 4-Debug are included. Samples are compiled with IAR v1.30 and tested on STM8S-DISCOVERY board (STM8S105C6).
1-EventFlag sample is based on AVR/GCC port sample so explanation of this scmRTOS sample can be used.
4-Debug sample does not work properly if maximum optimisation for speed is selected in IAR IDE.
Update 8-Nov-2011: STM8/IAR port added to scmRTOS repository.