Basics of Embedded μC/OS-II System

Basics of Embedded μC/OS-II System

Wu Jianying Microcontroller Development Board Address Shop:【Wu Jianying’s Shop】 Address:【https://item.taobao.com/item.htm?_u=ukgdp5a7629&id=524088004171】 μC/OS-II maintains all information of an event control block through the OS_EVENT data structure defined in uCOS_II.H [Program Listing L6.1], which is the event control block ECB mentioned at the beginning of this chapter. This structure not only includes the definition of the event itself, … Read more

Inter-Processor Communication: Mailbox and MUTEX

Inter-Processor Communication: Mailbox and MUTEX

For related content, click the card below to follow Arm Technology Academy This article is authorized to be transferred from the WeChat public account TrustZone. This article mainly shares the communication between MailBox and MUTEX. 1 Preface Many solutions in the industry now involve multiple processors, either hard-core processors like Arm A9, A53, or R5, … Read more