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

STM32F030R8 PWM using LSE as source for Timer

Hi all, I was wondering if there is a way to set up the LSE as the source for a Timer on the STM32F030R8 to generate a PWM output signal. Currently doing a deep dive on clock configurations, timers, etc. and I have been able to use the HSE for PWM, b...

tolgaust by Associate II
  • 2168 Views
  • 6 replies
  • 0 kudos

Keyboard Interrupt on UART receive

Hi i m using 26 keyboard key to interrupt via UART received, should i coded the 26 interrupt in a single rxcplt callback function or a multiple callback function? Whats the best way? pls advise...void HAL_UART_RxCpltCallback(UART....){  HAL_UART_Rece...

STM32H723VET6 ULPI problem

Hi,I'm having problems with STM32H723VET6 (100 pin device) and ULPI using USB3343. After ULPI reset USB3343 starts the USB clock (60MHz). But when I enable MCU ULPI clock with __HAL_RCC_USB1_OTG_HS_ULPI_CLK_ENABLE() the USB clock is stopped and never...

MAKA by Associate II
  • 1708 Views
  • 5 replies
  • 0 kudos

Resolved! Backup SRAM on STM32H563

Hi,someone knows where the Backup SRAM is located on STM32H563 (at which address)? I didn't find it in the documentation.Thanks

Ez by Associate II
  • 2188 Views
  • 5 replies
  • 1 kudos

WEAK references in startup_.s not working?

Hello,All of the interrupt handling routines in startup_stm32f765xx.s are marked as WEAK linker references. However it appears that some routines can not be overwritten. SysTick_Handler (sorry) is one of those. There are many solutions posted in the ...

Resolved! How to use virtual COM port with nucleo-H563ZI

Hello,I am new in the STM world.I am using the nucleo-H563ZI deverlopment board and I want to get the virtual COM port to work.On github I found the examples of the Board.https://github.com/STMicroelectronics/STM32CubeH5 I opend the project "...\Proj...

STM320L0 I2C timing issue?

I'm working on a board with a STM32L010K.For some reason, I can't get the I2C code to work properly. I mean it works (data gets read from the slave) but not if a lot of things are done in succession, then a hard fault is thrown.Below is the block rea...

The strange GPIO pullup output voltage

I tried 3 boards F407vet6 x2 and F427 x1.I found both pullup and pulldown gpio output in PP and OD will put a low voltage. 20mV in down and 50 mv in up.This situation is based on the stdperiph-LibHowever, use the Hal-Lib to implement the gpio output,...

Rian by Associate
  • 1313 Views
  • 2 replies
  • 2 kudos

STM32H7 USB Audio as USB device class

Hi everyone,in my latest PRJ, i had to run some arbitrary waveforms. The idea was to connect my STM32H7 to the host and configure it as USB audio device. As far as good...the problem is that i had to drive 60kSps (16Bit). So since i've read on the X-...