Speaking of lighting, everyone is probably familiar with it. Basically, every board has to light a light! Looking at the development board trial posts, almost as long as there is a light on the develo...
[i=s]This post was last edited by tagetage on 2022-4-5 13:16[/i]In the previous test, I simply drove the segment LCD screen. This time, I will mainly test the chip temperature of CH582 and display the...
The UCS of the MSP430F5XX/MSP430F6XX series devices contains five clock sources, namely: XT1CLK, VLOCLK, REFOCLK, DCOCLK and XT2CLK. For a detailed introduction to these five clocks, please refer to t...
CC1310 is a Sub-1G-capable SOC in TI's Simplelink MCU series. Aiming at the application requirements of many customers who need to use the serial port for firmware upgrade, CC1310 has a built-in ROM-b...
The output pin of stm8l152 chip cannot be set to 0. GPIO_LOW(GPIOD,GPIO_Pin_0); GPIO_LOW(GPIOD,GPIO_Pin_1); GPIO_Init( GPIOD, GPIO_Pin_0, GPIO_Mode_Out_PP_High_Fast); //Push-pull output GPIO_Init( GPI...