Resolved! Timer 3 counter clock source
Is external clock mode 1 and external clock mode 2 are available only for channel 1 of general purpose timer(Timer 3 specifically)?. Or other channels can also be configured for it?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Is external clock mode 1 and external clock mode 2 are available only for channel 1 of general purpose timer(Timer 3 specifically)?. Or other channels can also be configured for it?
Hi, I am using the stm32h7 SAI Pheripherals for playing the audio.I tried to read data from slot0 and slot2 using HAL_SAI_Receive_DMA. I'm getting combined data of slot0 and slot2 in the buffer. I would like to know seperate data from both the slots....
Hello all I did not find the answer in the datasheet so please try to answer me I would like to use 4 wkup pin on stm32l475 ; my product should last 5 years ; so i need to calculate the battery very good my question which is less current ; wkup pin w...
Hi,I just need an STM32F4 USART library (for any USART pin supported by the STM32F407) that I can use it without going through the porting, etc.Thanks for point me to the right direction!
I'm trying to get CAN working with this micro and a prototype PCB. I managed to rewrite the created code from 1.0.2 CUBE and adjusted it to use the example provided in the STM32756G_EVAL\Examples\CAN\CAN_Networking. The Init does not cause any error...
I want to enable a bluetooth function on the STM32 board, is this possible with the nucleo idb05a1? If not, what can I use as an alternative?
I have a project that require control some peripheral of stm32 MCU via computer running on window 10 operating system. User interface app on computer will have some feature such as on off I/O port, transfer data with MCU via serial port. I think my p...
Hi,I'm using DAC with DMA to implement a shape generator on STM32F746.So i'm creating a buffer filled with the datas of the shape concerned that i transmit to the DMA with HAL_DAC_Start_DMA() function.While most of the time everything is ok and the s...
Hi,I have design a custom board with the STM32F207VE. But I made a mistake in routing the UART TX as RX and UART RX as TX. Is there a way to change the STM32 UART TX port to an RX through the software?