STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Can't get a simple GPIO External Interrupt to fire

Hi there. I'm having a lot of trouble.I've managed to get UART (just direct calls, not interrupt based), PWM, and ADC working on a Nucleo board (namely, the STM32F070RB board). However, I'm having serious trouble getting a simple push-button to fire ...

0690X000006CmDsQAK.png 0690X000006CmE7QAK.png 0690X000006CmE2QAK.png
SWill.10 by Associate II
  • 824 Views
  • 4 replies
  • 0 kudos

STM32 UART RS485 DE probelm

Hi, AllI am using STM32F303CB to build a modbus environment which connected to RS485 bus. (BTW, MCU as slave side)I using STM32 HAL lib to setup whole UART & RS485 setting. I suppose DE pin waveform should be matched to Slave_Tx ( X wrong)-> The DE p...

0690X000006Cof7QAC.png 0690X000006CofHQAS.png
clee.10 by Associate III
  • 2313 Views
  • 3 replies
  • 1 kudos

Resolved! Bugged PWM generation via timer in slave mode on STM32L496?

Hello,I implemented a simple function generator as part of a project with a NUCLEO-L496ZG-P board.A cosine signal is generated using TIM2 (internal clock, no prescaler, period set by ARR value) -> DMA (with 256 point cosine table in memory) -> DAC (t...

f.bayer by Associate II
  • 2207 Views
  • 6 replies
  • 0 kudos

Resolved! STM32072B-EVAL : where is the (working) software and updates?

I am using a STM32072B-EVAL board because I need a working demo about HDMI-CEC.It is clear that there are problems: the original firmware already on the board has errors about icons (some graphics is broken), about images (it hangs if try to show an ...

MarcoM by Associate II
  • 1206 Views
  • 4 replies
  • 0 kudos

Resolved! PA0 and NUCLEO-H743ZI

Hello,I want to use TIM3 as 32-Bit counter. Clock source is set to ETR2. The corresponding Pin is PA0. For test purpose I use TIM3 to generate a clock signal (Pin PC6) to feed the TIM3 counter.Connecting these to pins together (PA0 and PC6) results i...

HAL_UART_Receive not working after a while!

Dear friends,there are two threads in my application , one is used for TCP/IP using lwIP and the other one is for RS485 protocol. Everything works fine correctly and I can send and receive data on RS485. After two or three hours or sometimes sooner, ...

Mujtaba by Senior
  • 400 Views
  • 1 replies
  • 0 kudos

Resolved! Where does the output of 'sprintf' goes to ?

Hello,I use stm32cubeH7 examples.I find in some of them call to sprintf, yet I don't understand where is the output of the sprintf goes to:I tried opening the "STMicroelectronics STLink virtual com port" - nothing is printed hereI also tried to searc...

ranran by Senior II
  • 936 Views
  • 3 replies
  • 0 kudos