I wrote an LED--IP core according to the above logic, defined two registers (control register) (data register), and replaced PIO-LED according to the my-first-hps-fpga project template. When executing...
The chip used is STM32F030.[b][size=3]My original code is in the timer interrupt function TIM3_IRQHandler, by checking if(__HAL_TIM_GET_FLAG(&htim3, TIM_FLAG_CC3) != RESET), to capture the external PW...
[i=s] This post was last edited by ddllxxrr on 2018-7-29 07:39 [/i] [backcolor=rgb(222, 240, 251)] The standard library of STM32 is a very convenient solution for porting. However, I have recently loo...
One of the components often used in electronic circuit design is the resistor. We all know that the resistor plays the role of voltage division and current limiting in the circuit. However, in actual ...
The Bluetooth module we use has a CC2541 inside, so there must be a program inside it.
But I don't have the source code. If I want to connect CC2541 to this Bluetooth module,
You need to know the prop...