User Activity

Hi, I am using an STM32F429 to calculate the pulse times from an an IR receiver. The IR receiver outputs a signal that follows the NEC Protocol, which is defined here: https://techdocs.altium.com/display/FPGA/NEC+Infrared+Transmission+ProtocolThe pro...
Using an STM32F429 board, I am attempting to enable DMA transfers for the UART8 TX and RX. However, while reading the data sheet, I found the following DMA channel/stream mapping: You'll note that for the UART8 TX and RX DMA request, both requests li...
I am working on a project that requires UART transmission using DMA. I am attempting to do this solely through register manipulation. Currently I am only able to transmit data using DMA transfer once, but when I try and send again, the UART sends not...
I am working on a portion of code that handles some UART messages that come in periodically from an LCD. The reception of a message over UART from this screen will generate a response based on the parsing of the message received.It is part of a large...
Hi everyone, I'm just trying to test and verify some clock frequencies for a PWM waveform are correct. I used CubeMX to generate some code that has set the clock frequency of the MCU to 72 mHz and I am trying to achieve a 20 kHz PWM frequency. I enab...