This is a training project for new comers for embeded C.
Hardware: Board of STM8A-DISCOVERY, with MCU of STM8AF5288
IDE: IAR for STM8
Training Steps (details see Document/Courses):
- Step 1: Create Project
- Step 2: Pin Output
- Step 3: CPU clock settings
- Step 4: Timer settings
- Step 5: Timer interrupts
- Step 6: UART Tx settings
- Step 7: Cyclically output
- Step 8: printf
- Step 9: UART Rx settings
- Step 10: Receive a message (multiple bytes)
- Step 11: A simple shell