STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32U585: Generate two separate PWM signals

Hello, I have a STM32U585CIUA and generate a PWM with 125Hz 2ms high and 6ms low phase on TIM1 on PA2.I would like to start another PWM with TIM2 50Khz 1us high and 19us low on the falling edge of PA2, which is then stopped after 200 cycles.In all my...

ProNet36 by Associate
  • 189 Views
  • 4 replies
  • 0 kudos

vd55g1 camera driver for stm32n6-dk

Hi, Is there any code for driving vd55g1 in STM32N6570-DK? It is stated in STMicroelectronics/stm32-mw-camera  that vd55g1 is supported, but I have not found the demo for its use. Could you please provide the demo? 

eureka_0-1753610498340.png
eureka by Associate II
  • 143 Views
  • 1 replies
  • 0 kudos

Package SBOMs Black Duck

I had a look at the published SBOMs for Series like STM32U5They all include the the package name, license, sometimes a supplier.And all have a BlackDuck-Component and BlackDuck-ComponentVersion.Hower, only a few external components have a cpe or purl...

stratom by Associate III
  • 291 Views
  • 3 replies
  • 1 kudos

Resolved! USBX HOST printer example

Hi!i have managed to port the exisiting example of USBX device printer to the H563 micro and use it.now i'm trying to do the same thing with the USBX HOST printer class.but there are two problems:1) there isn't an example2) if i create a new project ...

ABasi.2 by Senior
  • 586 Views
  • 7 replies
  • 1 kudos

Generate i2c stop for a single byte read

I need to send a single address byte with write bit and read bit.For the write, I'm using HAL_I2C_Master_Transmit_IT(&hi2c4, I2C_ADDRESS, (uint8_t*)i2c_buff, 0)It works perfect, it sends a start, single address with write bit cleared, slave device AC...

EP.2 by Associate III
  • 230 Views
  • 6 replies
  • 2 kudos

Resolved! fp-aud-aec1 8khz audio

Can someone please guide me with 8KHz audio, echo cancellation is almost perfect for 16khz audio on stm32u5, but seems problematic at 8KHz, i've tested pass-through (loopback, mic connect to speaker) at 8Khz and it is clear when AEC is disabled, also...