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! Unable to write to register (example ADC1->SMPR = 7)

I am trying to use the AD converter on my Nucleo-F030R8 board. (Actually it works with the "HAL" functions, but I am trying to program on a lower level).While debugging I am watching my struct ADC1 (Wich points at the ADC registers). I am trying to w...

RBakk.2 by Associate
  • 877 Views
  • 2 replies
  • 1 kudos

Resolved! USART-5 on STM32 LoRa

HiWe are using the DISCO-L072CZ-LRWAN1.USART-5 uses pin PB3 for Tx, is this pin not available on the LoRa development kit ?Is there a way to re-route the USART-5 Tx pin or access it ?thanks

sgabran by Associate III
  • 1296 Views
  • 2 replies
  • 3 kudos

Resolved! Stm32h747-Disco uart to arduino

UM2411:Caution: The I/Os of the STM32 microcontroller are +3V3 compatible instead of 5 V for ARDUINO ®Uno V3This mean can not conect to Stm32h747-Disco with pines for uart to arduino directly o no ? If hay problem with this how to send data o solve t...

wjian.2 by Associate III
  • 859 Views
  • 1 replies
  • 0 kudos

Resolved! Finding/Porting Examples?

Hello, I have the STM32G474 Discovery Kit and am just attempting to get a blinky LED program to work on it for right now. In the STM32CubeIDE, I imported an example, was able to get it to build correctly (after changing references from caddr_t to voi...

5555.png

Resolved! HAL and GPIO EXTI

If I register a callback function for GPIO EXTI and I have EXTI on multiple ports for the same pin (e.g. PA0 and PB0) how does the callback distinguish between the ports when the event triggers?

Resolved! Timer interrupting on MCU reset

Hello I have set the timer7 for 1 minute interrupt. It is working at every minute as expected. But the interrupt is also triggered as MCU is reset. I have set global counter for increment in timer7 callback. As soon MCU is reset , Timer7 callback is ...

Nico3 by Senior
  • 1431 Views
  • 2 replies
  • 1 kudos