Hexadecimal and Binary Number System basics for Embedded Programming
To get started in Embedded programming following things need to be absolutely clear in our heads: Binary and Hexadecimal Number Systems. Interconversion of Binary and Hexadecimal. Bit Level Operations. Pointers , etc.. This tutorial mainly deals with Hexadecimal & Binary Numbering Systems and how to inter-convert them. This lays the foundation for bit level operations. [...]
