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! Problem with USB OTG in host mode, no HOST_USER_CLASS_ACTIVE.

I configured USB_OTG_FS on STM32H745I-DISCO board using STM32CubeIDE.Here are my settings:My `MX_USB_HOST_Init()` function is called in `DefaultTask`.It completes without errors.`USBH_UserProcess()` is called whenever a USB disk is inserted to the po...

HTD_0-1688578891118.png HTD_1-1688578957743.png HTD_2-1688579014255.png HTD_3-1688579059105.png
HTD by Senior III
  • 5733 Views
  • 9 replies
  • 0 kudos

An SPI problem on NUCLEO-U575

Hello everybody!Running into a weird problem with SPI. A super simple code, which runs once a second and sends a 16-bit number over SPI. If I leave the TSIZE field in CR2 at zero - everything is okay. However, if I write any number in the TSIZE, then...

Skfir by Senior
  • 1281 Views
  • 1 replies
  • 0 kudos

STM32G484QET6 Pin File

I need a pin file for the STM32G484QET6 with the die to lead frame distance through bond wire etc. and die to lead frame delay. Where do I find this?

Using accelerometer IIS3DWB

Hello all, I am trying to read the temperature out of the IIS3DWB chip and I am following the github example (iis3dwb_reg.c).    My code is given below.However, once I start running the programme, the temperature I am measuring in degrees Celsius doe...

KKots.1 by Associate II
  • 1778 Views
  • 3 replies
  • 0 kudos

STM32H5 Can't initialize i3c device BMI323

I am working off of the example I3C_Controller_ENTDAA_IT for the STM32H5 series to initialize a device (BMI323 IMU). I am hitting an error handler at the HAL_I3C_ErrorCallback before it tries to add the device on the bus.The SER value at the HAL_I3C_...

wyatt-m by Associate
  • 1471 Views
  • 2 replies
  • 0 kudos

Resolved! Hardware JPEG Codec in STM32U5Fx/5Gx

In your document AN5766 Migrating within STM32U5 series microcontrollers.You mention that the JPEG Codec will be available in STM32U5Fx/5Gx. i try find this microcontroller in the Cube IDE but cant.do u have info about it or datasheet for it?RegardsM...

MSale.1 by Senior
  • 925 Views
  • 1 replies
  • 0 kudos

Resolved! ADC fails to start on STM32U575 (Nucleo-U575ZI-Q)

I have a very simple ADC setup for one-time conversion, only one Vrefint channel enabled, no DMA, ADC clock is 16MHz, MX_ADC4_Init() called with no error.HAL_ADC_Start() fails due to a timeout internally waiting for ADC_FLAG_RDY to be set in ADC_Enab...

ADC-Error1.png
TDJ by Lead
  • 1138 Views
  • 1 replies
  • 1 kudos