Question:The default multiplexed pins of STM32 interconnected USART1 are PA8, PA9, PA10, PA11, and PA12. When using the USART1 function, if only the TX (PA9) and RX (PA10) pins are used, will the othe...
Look at the picture below. I have just started using STM8L152R8T6. There is a compilation error. How can I solve it? Please give me some advice:victory:; I have another question. Are the library funct...
When calling a function defined in another .c file in the main function, the following warning appears: "../main.c", line 47: warning #112-D: statement is unreachable, (the corresponding .h file is in...
I have a set of boards and corresponding programs that run well on wince 4.2. Now my boss wants me to run it on 5.0. Can you give me some advice? I searched online and some experts said there are two ...
Awards have been presented, including cruelfox's interpretation of each station's tasks and outstanding participants' interpretation of each station's tasksI'm tired of running bare metal, and I alway...
Power management and monitoring is a very complex part that is difficult to master. It not only involves the selection of source mode, but also involves complex interrupts and how to handle interrupts...