Essential C Language Knowledge for Beginners

Essential C Language Knowledge for Beginners

Click the blue text Follow us Due to changes in WeChat public account push rules, please click “See” and add “Star” to get exciting technical shares immediately Source from the internet, please delete if infringing C language is essential foundational knowledge in microcontroller development. This article lists some common basic knowledge of C language in … Read more

How to Achieve Byte Endian Conversion in Embedded Programming?

How to Achieve Byte Endian Conversion in Embedded Programming?

Recently, I encountered a problem with byte endian conversion in a protocol, so I lazily went online to check it out and came across a similar issue, learning a new term called butterfly swapping. The Problem Is As Follows The protocol requires that the low byte is on the left and the high byte is … Read more