Is FreeRTOS Dynamically Allocated Memory?

Is FreeRTOS Dynamically Allocated Memory?

Follow+Star PublicNumber, don’t miss the wonderful content Author | strongerHuang WeChat Public Account | Embedded Column Some readers might ask: Can FreeRTOS create tasks and delete tasks? Is it dynamically allocated memory? xTaskCreate(LED_Task, "LED_Task", 128, NULL, 6, NULL); If we want to elaborate on this question, there are many related knowledge points involved. Below are … Read more

STM32 Serial Communication: Interrupt vs Polling

STM32 Serial Communication: Interrupt vs Polling

1. From Polling to Interrupt Many students prefer polling over interrupt-driven operations. Is this related to our nature? Everyone likes to have everything under control and dislikes being interrupted. We often have experiences where we are talking to someone and suddenly receive a phone call, and after the call, we can’t remember what we were … Read more

Open Source Industrial IoT Gateway Based on .NET6

Open Source Industrial IoT Gateway Based on .NET6

What is an Industrial IoT Gateway An Industrial IoT Gateway (IIoT Gateway) is a hardware device or software program that serves as a bridge between local devices (such as PLCs, barcode scanners, robots, CNC machines, non-standard upper computers, etc.) and cloud systems (such as IoT platforms, SCADA systems, MES systems, etc.). All data flowing between … Read more

Weekly Lesson: Implementing Graphical Interface with Arm-2D on Cortex-M Chips

Weekly Lesson: Implementing Graphical Interface with Arm-2D on Cortex-M Chips

Click the card below to follow Arm Technology Academy Weekly Lesson is a new column at Arm Technology Academy, where I regularly select public courses from the Extreme Technology Community for everyone to learn more technology. Welcome to follow Weekly Lesson. Public Course Content This session introduces how to deploy Arm-2D on Cortex-M processor chips … Read more

11 Motor Drive Design Solutions

11 Motor Drive Design Solutions

24V Brushless DC (BLDC) Motor Sine Wave Drive for Air Purifier Fan This reference design is an economical, small form factor (SFF), three-phase sine wave driver for brushless DC (BLDC) motors, capable of delivering up to 50W at 24V. The board accepts a 24V input and provides three motor outputs to drive the BLDC motor … Read more