#embedded
Read more stories on Hashnode
Articles with this tag
API Functions APIUsage SEGGER_RTT_ConfigDownBuffer()Configure or add a down buffer by specifying its name, size and...
SEGGER's Real Time Transfer (RTT) is the proven technology for system monitoring and interactive user I/O in embedded applications. It combines the...
Insertion You are given two 32-bit numbers, N and M, and two bit positions, i and j. Write a method to insert M int N such that M starts at bit j and...
Bit Manipulation Bit manipulation is used in a variety of problems. Sometimes, the question explicitly calls for bit manipulation. Other times, it's...
A First Lock at Embedded Systems As microprocessors have become smaller and cheaper, more and more products have microprocessors "embedded" in them to...
C How to Program #5 · Equality and Relational Operators Executable statements either perform actions (such as calculations or input or output of data) or...