Templates and examples for STM32F042K6 on NUCLEO-F042K6 board.
- 01_LED_blinking: the simplest LED blinking
- 02_HSI_PLL: config SYSCLK for 48 MHz with HSI and PLL
- 03_HSE_PLL: config SYSCLK for 48 MHz with HSE and PLL
- 04_FreeRTOS: the simplest FreeRTOS project with LED blinking
- 05_USART_echo: all USARTs echo from ISR
- 06_SPI_loop: SPI send and receive data
- IAR EWARM: v8.5
- CMSIS: 5.4.0
- FreeRTOS v10.3.1
MIT Licence