Understanding Selection Statements in C Language

Understanding Selection Statements in C Language

Today, let’s talk about the C language. When I first started learning, I was also confused, thinking it seemed simple, but I encountered various problems when using it. After years of trial and error, I would like to share some of my insights with you. Here are examples of using selection statements in C language: … Read more

Introduction to C Language: From Basics to Hello World

Introduction to C Language: From Basics to Hello World

Hello everyone, I am Xiaoyu, and today we will discuss the introductory knowledge of the C language, starting with the classic program “Hello, World!”. Although it seems simple, there is a lot of programming knowledge worth exploring behind it. Today, we will start with the most basic syntax, gradually analyzing each line of code, allowing … Read more

Microcontroller Programming Development Tips

Microcontroller Programming Development Tips

Wu Jianying Microcontroller Development Board Address Taobao Store:【Wu Jianying’s Shop】 Address:【https://item.taobao.com/item.htm?_u=ukgdp5a7629&id=524088004171】 After working for 7 months, I have gradually become familiar with programming microcontrollers. Previously, I always knew that microcontrollers combined timers, state machines, and interrupts, which was quite efficient. However, after taking over the development of the GPF chip, I discovered another kind of … Read more

Step-by-Step Guide to Setting Up Embedded Development Environment on Ubuntu 18.04 – Part Two

Step-by-Step Guide to Setting Up Embedded Development Environment on Ubuntu 18.04 - Part Two

In the previous blog post we installed the Ubuntu 18.04 LTS system. Now, I, Old Wu, plan to delve into some basic concepts of Ubuntu. Ubuntu is a South African concept focusing on the loyalty and connection between people. The word comes from Zulu and Xhosa. Ubuntu (pronounced “oo-BOON-too”) is regarded as a traditional African … Read more

Setting Up An Embedded Linux Development Environment on Ubuntu

Setting Up An Embedded Linux Development Environment on Ubuntu

Baibai Network has created a complete Ubuntu image, which can be downloaded from here: Link: https://pan.baidu.com/s/1vw4VUV_Mvt0HXz8IC66ACg Extraction code: iftb We are also starting to teach driver basics using a pure Ubuntu environment for free starting from (2022.10.17). If you are using our Ubuntu image, you can skip the content in chapters 1 to 6 and … Read more

Embedded Linux and Android Learning Roadmap

Embedded Linux and Android Learning Roadmap

Website/Forum: www.100ask.net, www.100ask.org Taobao: 100ask.taobao.com Email: [email protected] WeChat Official Account: baiwenkeji Company Weibo: 百问科技 Personal Weibo: 韦东山 Version: V1 Date: 2016.07.29 Author: 韦东山 Description: Version 1, Android part not written I entered university in 1999, majoring in physics. During my freshman year, there was a general sense of unease in our class about the future, … Read more

GDB Debugging and Common Commands in Embedded Linux

GDB Debugging and Common Commands in Embedded Linux

1. GDB Deployment Establishing GDB Debugging Connection: 1. Start GDB on the host, and start the server gdbserver on the target board. 2. Ensure that the compiled options for the program being debugged include the -g option to add debugging information, and that the debugging programs on both the host and target board are consistent. … Read more

Complete Embedded Linux Learning Roadmap and Resources

Complete Embedded Linux Learning Roadmap and Resources

A systematic embedded Linux learning roadmap, detailed e-books, accompanying guides, and complete source code are all packaged for free download. Be sure to save this! ZLG supports the maker plan, providing you with all the Linux learning materials in one go~ Linux has rapidly developed in just a few years, and its inherent advantages are … Read more