How can TIM1 trig to TIM16 ?
I want to start TIM16 when TIM1 starts. I am using stm32f030 series and periph library. TIM1 depends on external clock.
I want to start TIM16 when TIM1 starts. I am using stm32f030 series and periph library. TIM1 depends on external clock.
I have a sine wave DAC code using tim6 trigerout with 128 sampling points, I want to measure the sine wave frequency I know the formula to measure the frequency but I don't know how can I determine the number of times the Timer autoreload at 128thTha...
I am trying to transmit (65535 bytes) 3 buffers through UART I just want to transmit all of them. the main buffer is separated into 3 DATA buffers when I tried to transmit all of them I will be able transmit only DATA1.**/* USER CODE BEGIN PD */ #def...
I use my STM32F469I-DISCO board as slave to communicate with Arduino Mega. The communication is OK. I got the correct values in my array (uint8_t buff_read[10]). But the order is not correct! It shifted with some index but not a fixed number. If i ru...
We have custom board design based on stm32157C-DK2. We just ise other LCD panel. We have updated device tree and probe function of panel is called. But in method: ltdc_load it fails to find any panel.bridge when calling: drm_of_find_panel_or_bridge (...
I will use STM32H753 to design the CAN bus circuit. I saw the CAN TX and RX but couldn't find out the flow control pin.Some chips call it nSTB or S.Could you tell me which gpio I can use?PS: the transeciver I will use is SN65HVD1050-EP
I am trying to figure out how to use the built-in ADC and DAC ports of my Nucleo-F446RE board. My end goal is to record and play a block of sound using the Hal-library. The setup is simple, I want to connect a built-in speaker and microphone of a hea...
I create new StCubeIDE project base on NUCLEO-U575ZI-Q EVB.Set LPTIM1 as "Counts internal clock events" mode and enable interrupt, set clock source to "LSE".Did some simple modification in main.c to verify it:Add #include "stdio.h"Overwrite weak func...
Hello,I am trying to work with the CAN filters and I am experimenting with various techniques. One thing I would like to do is have more than one filter on the same bus. For example, I would like to have the following message IDs be possible:0x10 and...