I worked so hard to learn the LAUCHPAD course for so long, and was ready to win the prize. But today, I opened it and saw that I had to log in, and then enter various usernames and passwords. I made m...
I am using STM32F101C8 to make a serial port forwarding program. I use a timer to set the timer to 5ms. If the serial port receives data within 5ms, I need to reset the timer to reset it. But can the ...
Hello everyone, I have a question: I modified the LCD routine of STM32 and ran it on the FPGA board. I encountered several problems as follows: 1. The screen is distorted after initialization 2. The s...
I am studying software engineering, and my major is embedded system. There are not many courses now, so I would like to find some books to read, but I don’t know what kind of books to read. Can you gi...
The Android compilation environment itself is relatively complex and unlike ordinary compilation environments: only the top-level directory has a Makefile file, and each other component uses the unifi...