I want to generate phase shifted PWM for 3 channels in Timer 1 of STM32G474.
I want to generate phase shifted PWM for 3 channels of Timer 1 of STM32G474.How to generate, please let me know?
Ask questions, find answers, and share insights on STM32 products and their technical features.
I want to generate phase shifted PWM for 3 channels of Timer 1 of STM32G474.How to generate, please let me know?
I'm trying to receive data from the LPUART1 serial port on the L031K6 development board.Unfortunately all my aproaches failed so far.Sending data works fine in all three modes:BlockingNon-Blocking ITNon-Blocking DMAI'm routing the LPUART1 to PA2 and ...
Hi!How does ST ecosystem helps MCU debugging? TI has their debug waveform which seems being liked by many engineers.
Hello,I am experiencing the AWD interrupt always being activated when using the analog watchdog on the STM32G0B0 to guard channel 0. Here is my configuration:systemclock = 64MHz ADC ClockPrescaler = ADC_CLOCK_SYNC_PCLK_DIV4 Resolution = 12B Con...
I am using TLC5941 Led driver and it communicates with Nucleo-U575ZI-Q and SPI on TLC using three wires only clock, MOSI and MISO and there is no CSso I have an issue with connection so my question is:Is there a way to make SPI on stm32 without CS?
The new STM32C0 series comes to complete the STM32 Mainstream MCUs portfolio.The STM32C0 series is the most cost-effective STM32 MCU. It bridges the gap between 8- or 16-bit MCUs and higher performance 32-bit MCUs. Built on the same technological pla...
I am using timer interrupts to read 2 optical encoders connected to 2 motors. Everything seems to run fine for a while, then I get a hard lockup and everything stops. The time can be 5 minutes or 2.5 hours. I installed and setup watchdog and when it...
We believe there is a register setting to calibrate it, how can we debug this issue please? What are the steps to calculate the calibration register value and how do we get them into the register?
[Update]Seems you can't mix C and C++ files easily, so I converted the main file to C and everything works fine. [/update]I am attempting to do what I thought would be a simple pin change interrupt on PB0.I set up the pin change in HAL and it works, ...