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 ...
Anyone who has worked with a microcontroller is familiar with using printf as a makeshift debugger. This method is called tracing and it comes with the limitation that it uses up a UART peripheral.
Embedded World, Nuremberg, Germany: Using the recent Embedded World show as its platform, Future Technology Devices International (FTDI) launched the FT232H USB2.0 Hi-Speed device. The single-channel ...
A fundamental skill that embedded software developers need to master is understanding how to write drivers. Within an embedded system, there a typically two types of drivers: microcontroller ...
12 Mbit/s USB host bridge IC simplifies integration of a USB link into peripheral hardware from any Android platform with a USB device port. A 12 Mbit/s USB host bridge IC from FTDI, the FT312D, ...
As embedded systems hardware is becoming more powerful, the demand for high quality, sophisticated and compelling applications is increasing. In addition to that, due to fierce competition in the ...
When considering the impact of reading and writing of data has on an embedded system’s power utilization we cannot just think about memory access: we need to pull data into and out of the device as ...
The new NXP LPC11E37H and LPC11U37H microcontrollers, based on an ARM® Cortex™-M0 processor, include an "I/O Handler" peripheral offering designers the flexibility to add peripheral functionality at ...
This application note presents an interrupt-driven UART for Z8 Encore! XP® and Z8 Encore! MC™ microcontrollers. It describes the UART register description, the circular buffer implementation, as well ...