[i=s]This post was last edited by hehung on 2022-1-19 22:05[/i]The previous post tried to port FreeRTOS to GD32L233C and successfully implemented two LED lighting tasks: https://en.eeworld.com/bbs/thr...
Can anyone recommend the following chips or circuit diagrams for analog input and output buffering? The chips I use are AD7705 and DAC8411, which have internal buffers, but the teacher said that an ex...
[size=4] [backcolor=white][color=#000000] NI/MH batteries have been around for a very long time, and are already very mature in terms of technology. They seem to have reached their technological limit...
Power supply is now the limiting factor
Power delivery and power efficiency have become the biggest issues for large-scale computing systems. With the advent of ASICs and GPUs that handle complex AI f...
My previous posts have introduced how to compile BSP, and also have examples of ordinary TTL serial port output
Initialize the basic serial port
stdio_init_all();
Output Data
puts("Hello, world!");
Th...
When developing a project, the number of IO pins of the microcontroller is not enough. How to deal with it?Microcontrollers, as key components of general electronic product projects, are often used by...