STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to use the HAL I3C Library

HelloI'm using NUCLEO-H503 to make an I3C master, and I have some issues.1. I sent the ENTDAA command for I3C communication, but it does not go to HAL_I3C_STATE_READY.The code written after several attempts is as follows.HAL_I3C_Ctrl_DynAddrAssign(&h...

sh.lee by Associate II
  • 2738 Views
  • 6 replies
  • 4 kudos

STM32U599 PA11 as input

Hey, I have a U599 and would like to use the PA11 pin as an input with a pull-up. I've set the CR1_FORCE_USBPWR, USBPWREN, and VDD11USBDIS bits. However, the pull-up voltage only reaches 1.21V in this configuration. The pin works fine as an output.  ...

AGeis.4 by Associate III
  • 1152 Views
  • 8 replies
  • 1 kudos

Alternate microcontroller for STM32G431RBT6

Hello,Would you please suggest us alternate microcontroller for which should be the advance version of STM32G431RBT6 and operating voltage should be more than 105 Celsius.best regards,Nisha Yadav @Peter BENSCH

ny851 by Associate II
  • 1249 Views
  • 9 replies
  • 3 kudos

Resolved! STM32H723ZGT6 ADC stuck after first sample

I'm trying, unsuccessfully, to get a simplest single-channel single-ended polling-the-ADC example going on the nucleo h723 eval board.At first I started bare-metal in assembler from the datasheet, but couldn't get the second ADC sample to fire no mat...

n719z by Associate
  • 990 Views
  • 3 replies
  • 2 kudos

Audio glitches on SAI slave sub-blocks (STM32H7)

Hi all,I am using the SAI peripheral on the STM32H753 and I have it set-up as follows:SAI2A - Master TX, asynchronousSAI2B - Slave RX, synchronous with sub-block ASAI3A - Slave TX, synchronous with SAI2SAI3B - Slave RX, synchronous with SAI2(SAI2 SYN...

Slave-SAI-Glitch.PNG
sweera by Associate II
  • 1187 Views
  • 7 replies
  • 1 kudos

STM32H7 SAI synchronization clarification

In the STM32H7 ref manual (RM0433 - Section 51.4.4), the following is said about configuring an SAI block in synchronous mode with the other SAI block in the same SAI peripheralI'm confused about the following statements:Typically, the audio block in...

SAI-synchro-manual.PNG
sweera by Associate II
  • 566 Views
  • 1 replies
  • 0 kudos

USB Suspend/resume in STM32F7

Hi,I want to put the USB bus into SUSPEND/RESUME state, currently I'm using gState in USBH_HandleTypeDef to manually put the device into HOST_SUSPENDED state and similarly to move to the Idle state I'm manually assigning gState to be HOST_IDLE.With t...