User Activity

I am working on a project that uses a PWM on a timer to drive a buzzer.  When the buzzer stops I need to set the output compare signal high.  The timer set ARR to 250, and the compare value to 125, giving a 4kHz square wave with a 50% duty cycle.   I...
I have 2 NUCLEO-WL55JC1 boards I am using to communicate using LoRa.  The Tx board sends a message every 10 seconds, the Rx board receives the message and lights up an LED..I have this working at SF7, the same spreading factor as the ping-pong exampl...
I am trying to use timer7 to give me the number of counts when an event occurs.  I could not get this to work, and wrote some test code to show the issue.This test code should set the initial count to zero, then fill an array with 10 timer values as ...
I am using Timer 1 DMA to generate a waveform. The generation part works fine, but the waveform is inverted, so I need to set channel 4 (output of CC4) signal high during initialization. I have tried a bunch of thing, my latest attempt is below. W...
I am having a problem using Timer1 DMA to create a waveform used by one of our peripherals. I have set the timer to count up to 65K with a 1uS tick, and channel 4 as a comparator with a toggle output.I am generating the time between pulses in a tabl...