Atmel Edge Debug 103 : https://training.eeworld.com.cn/course/68Atmel's latest development environment Studio6.2 includes advanced features such as data breakpoints and detection of real-time operatin...
Many people here always say that their English is not very good, including many excellent engineers I have met. In fact, I personally feel that English is like a spring. If you are hard, it will becom...
A trip back home in early spring this year gave me a lot of feelings.My classmates, brothers and sisters only earn one-tenth of my salary in my hometown county, but I am still just a busy middle-aged ...
STM32F101CBT6, PC13 is defined as GPIO_Mode_Out_PP, and an external PNP controls the LED. When PC13 outputs a low level, there is no problem. After outputting a high level, the RTC crystal oscillator ...
When developing a program, we often want some global variables to have the desired initial values when they are used. We usually use the following two methods to implement the initial value assignment...