One of the most basic and also most versatile communication interfaces on an MCU is the UART, or Universal Asynchronous Receiver/Transmitter. Usually found in the form of either a UART or USART, the ...
This application note demonstrates the implementation of an interrupt-driven UART, an on-chip peripheral block featured in Zilog’s Z8 Encore! XP and Z8 Encore! MC families of microcontrollers. This ...
One of the very first examples for an MCU or SoC usually involves the famous ‘Blinky‘ example, where an LED is pulsed on and off with a fixed delay. This is actually a lot more complicated than the ...