UART – What is it and How to use?
Background: Serial communication (such as UART, SPI and other protocols) is widely used in modern applications because of its practicality […]
UART – What is it and How to use? Read More »
Background: Serial communication (such as UART, SPI and other protocols) is widely used in modern applications because of its practicality […]
UART – What is it and How to use? Read More »
Background: SPI was originally developed by Motorola, who are now known as Freescale, which NXP has bought out. SPI’s purpose
SPI – How to use it and When? Read More »
Background: Say you have this C program which fakes a sin waveform output by calculating a floating-point number and then
How do floating-point numbers represent in memory? Read More »
Bugs are inevitable in any complex software system. That is why we should reduce code, test it and then reuse it when it is bugs-free.
How to Test Code for Bugs? And What Is Unit Testing? Read More »
Outline What is a Software Bug? What causes Software Bugs? How do we measure Software reliability? How much do Software
What Are Software Bugs? How To Discover Them In Code? Read More »