"FreeRTOS Source Code Detailed Explanation and Application Development: Based on STM32" is supplemented by a large number of routines to comprehensively explain the principles and source code of FreeRTOS. The main content includes task management and task scheduling, system reduction and configuration, time management, queues, semaphores, software Timers, event flag groups, task notifications, low-power Tickless mode, idle tasks and memory management, etc. At the same time, "FreeRTOS Source Code Detailed Explanation and Application Development: Based on STM32" is equipped with a large number of illustrations, which is a good choice for those who want to learn the principles of RTOS systems in depth.
void Ds1302_Write_Time(void) { unsigned char i,tmp; for(i=0;i<8;i++) { //BCD processing tmp=time_buf1[i]/10; time_buf[i]=time_buf1[i]%10; time_buf[i]=time_buf[i]+tmp*16; } For example, the decimal num
The same data packet! The PC and LED screen communicate normally! The mini2440 serial port and LED screen communication have no response! Then connect the mini2440 and PC and check the serial port dat
I learned from E2E that motorware has been upgraded to version 15. I have been downloading since the first version, and now it is version 15. To be honest, I like and dislike this upgrade. Why do I sa
The client sends data packets through the socket periodically. Each packet is about 1K. If a small number is sent in a cycle, it is normal. If too much is sent, the connection will be disconnected. Wh
[i=s]This post was last edited by Brother High on 2014-10-21 16:07[/i] :Cry:I got the Open1081 board a few days ago, and I have quite enough time these two days, so I decided to play with it.However,