Example firmware for EFM8UB2 development board based on 8-bit SiLbas MCU.
These simple projects can be used for tutorial purposes.
The Configuration Wizard 2 was used to create board.cwg
file and to manage on-board ports and perepherials (SPI, UART, I2C, etc).
Required header files and libraries are stored in inc
and lib
folders. Project files were created with the Keil uVision C51.
Functions for initialization of the on-board perephirials are located in board.c
file. Pins definitions and function prototypes can be found in board.h
file.
- Initial commit 👍
- PCA/Ports change - remove LED_YELLOW PWM 🔔
- UART_init and tests
- Upload schematis
- Write an article for My site and forum