Timers in EFM32G890F128 (regular timers)

Timers in EFM32G890F128 (regular timers)

Hello people! I’ll show you how to use  timers for event generation.Let’s say we want to use one of the chip timers to toggle one of the pins. /* 1. Divide source clock by 1: writes 0 in 25-th bit of the register (counting of the bits starts from the 0) */...
ADC – simple example

ADC – simple example

Hi friends!!After a some period of using the EFM32 boards, I changed my work and moved to another interesting things.So it’s my last article about the EFM32. ADC (Analog-to-Digital Converter) converts voltage on the one or more of its input pins and return the...