Life is a journey that keeps moving forward, and learning is an indispensable seasoning on this journey. For FPGA engineers , doing research is like learning, with bitterness and sweetness. After a we...
[i=s] This post was last edited by tinnu on 2018-10-4 00:44[/i] [code] void pwm_pin_config(void) { rcu_periph_clock_enable(RCU_GPIOA); gpio_mode_set(GPIOA, GPIO_MODE_AF, GPIO_PUPD_PULLDOWN, GPIO_PIN_6...
The official website provides a lot of ADC routines, as well as USB-CDC (virtual serial port) routines. By combining the two, you can collect analog data through a computer.The main code consists of t...
This is a TVS specification sheet I found.Question 1:
I would like to ask what parameters you usually pay attention to when selecting TVS?
(My focus is on VR, VBR, VC, IPP)
I think the first considera...