[i=s]This post was last edited by 943614033 on 2019-2-24 10:56[/i] [font=宋体][size=5]The chip model is STM32L051K8U6. During the debugging process, a phenomenon was found: after using HAL_TIM_Base_Star...
[i=s]This post was last edited by ksniper on 2021-6-21 16:15[/i]I am very happy to read the physical version of Zheng Huimin's book "Operational Amplifier Parameter Analysis and LTspice Application Si...
I'm tinkering with AD7190. The data can be read, but sometimes it's wrong.Most of the values are correct, but sometimes they are very different.The program was written by another person, who said he u...
We are looking for MCU sales engineers: experienced, able to open orders, annual salary 100,000 to 300,000+, no upper limit. Ms. Sun 15817472114 (same as WeChat ID), location: Xixiang, Baoan....
When reading the book "496 C Language Questions You Must Know", the "Duff Device" is mentioned, mainly the following code:
register n = (count + 7) / 8;
switch (count % 8){
case 0: do { *to = *from++;...
Dear experts, please help me. . I am making an MP3 player recently. The general method is to read the audio file in the SD card with stm32f103vet6, and then pass it to VS1053b for decoding and playbac...