change pulse width
Hi thereMCU:STM32F429.I have a signal like in the picture below.(input to MCU)I want to change one of it's pulses width and send it to the output.Is it possible to do it with timer peripheral?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi thereMCU:STM32F429.I have a signal like in the picture below.(input to MCU)I want to change one of it's pulses width and send it to the output.Is it possible to do it with timer peripheral?
Hi all,I am trying to get a single pulse out of TIM1, triggered by a rising edge on a Pin.I got it almost working, but the problem is that after the counter reached ARR value, the output channel is reset...I use PWM mode and the complementary output ...
Please help me to provide the HSE and LSE parameters to select the proper crystal and load capacitorsDo you have aything in the lab tested or qualified part for the STM32F413VH MCU.What is the typical values to be chosen for the HSE crystal
Hi, I am working on STM303CBT6 MCU custom design board, USART3 Interrupt callback working fine when program is running in debugging mode.If program running in Normal mode without debugger, USART3 Callback function not calling.Note, MCU BOOT0 pin is c...
I can see an output in my serial monitor if i am using CubeMX and CubeIDE but with baremetal in Keil, I dont understand why i am not seeing any . I have a B-l475E-IOT01a board with me, and from the schematic I can see both UART1_TX and UART1_RX conne...
Hi clive I have interfaced UART DATA device(sender) and NUCLEOF401RE(receiver) I have set the proper BAUD RATE 115200I am using UART-1 to receive dataI generated the code in the IDE and first tested for transmit functionality and it works fineI took ...
I am using STM32F407VG MCU (STM32F4 Discovery board) and I want my MCU to wake-up from STOP mode when it receives a message from UART. I had to adjust some things manually because the STM32CubeMX is unable to set UART Rx pin as an GPIO interrupt pin ...
I can send and receive packets in run mode, but I never get a RX DMA interrupt when in sleep mode. I do not have any interrupts enabled in the USART hardware, and do have DMAR and DMAT enabled. Any ideas on what might be missing?Thank you.