Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.2 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.2 KB

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.

EFM8UB2_Board aka SilDuino 😄

EFM8UB2_Board

This is the MCU 🆒

EFM8UB2_Board_MCU

TODO 🖊️

  • Initial commit 👍
  • PCA/Ports change - remove LED_YELLOW PWM 🔔
  • UART_init and tests
  • Upload schematis
  • Write an article for My site and forum

GitHub readme tips&tricks