At present, the "new crown" virus is still raging around the world, and "wearing a mask" has become the most basic and effective "standard" measure for safe travel. In a crowd, we can almost "identify...
When debugging low power consumption, it is best to close the serial port and modify the macro:
HAL_UART=FALSEHAL_UART_DMA=1HAL_UART_ISR=0HAL_UART_TX_BY_ISR=1
However, after the modification, a compil...
After looking at the previous salaries of RF engineers, I feel that RF engineers have become more and more popular in recent years. This may be because the Internet of Things is becoming more and more...
1. SummaryCode Composer Studio (CCSv5, CCSv6, CCSv7) based on the Eclipse open source framework sometimes displays abnormalities during use, such as missing menus or frequent crashes. These abnormalit...
The serial port is not connected, what's going on? ? ? ? ? ? ? ? PERCFG = 0x00; //USART1 is position 1 P0SEL |= BV(4) | BV(5); //Configure P0.4 and P0.5 as peripherals, not GPIO P2SEL |= BV(6); //Func...
Hello, fellow electronics colleagues! I have never been able to fully master the design of analog filters with op amps, and I usually just use simulation tools. I would like to ask two questions: How ...