The first issue - Zero Basics Introduction - 47 episodes The second issue - Kernel Programming - 20 episodes The third issue - Bare metal development - 21 episodes The fourth issue - Driver development - 82 episodes available
Manual compilation
When it comes to compiler issues, it must be GNU's famous GCC, which also includes related connectors and assemblers.
The GCC for arm is of course arm-linux-gcc. The version I use i
I recently developed a program for stm32f107 chip to read USB disk. So far, I have successfully implemented: USB disk insertion detection, USB bus reset, start SOF, enumerate USB disk, and send and ex
I have just opened a forum for Electronic Engineering Home, but I don’t know how to set up my personal signature for the forum and blog. Can anyone tell me? Thank you!
I have just started to develop drivers. Recently, I tested the driver compiled by bulkusb in DDK. The application program also uses the exe in bulkusb of DDK example. However, I found some problems. I