STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 933 Views
  • 1 replies
  • 1 kudos

Resolved! STM32H503RB I3C Target TX-FIFO Size Question

I am using NUCLEO-H503RB as I3C Target with LL library.What's the minimum size of TX-FIFO available when I3C Target is reading by Controller?I setup I3C Target TX-FIFO using function "LL_I3C_ConfigTxPreload" with 1 byte, but it always runs 8 bytes pe...

Tx-FIFO.png FIFO-Sram.png I3C_Read_Test.png
BRIAN_LAI by Associate II
  • 5169 Views
  • 6 replies
  • 0 kudos

Resolved! How to transition from blocking to non-blocking I2C?

I'm trying to talk to a New Haven NHD-0216CW-AG3 OLED, and I set up a driver using the HAL system on a STM32F373 controller. I realized once I'd written it that it's blocking, and I want to move to a non-blocking system using the _IT functions.Just c...

CHill.1 by Associate
  • 2270 Views
  • 3 replies
  • 0 kudos

Stm32h7 Hal qspi autpolling timeout

I am writing a library for a flash memory. At the beginning I am trying to reset the flash memory. So in order to avoid a bad reset. I am checking if wip is enable. However, the flash memory could be in spi or qpi mode. So I am trying to perform and ...

JCuna.1 by Senior
  • 1740 Views
  • 6 replies
  • 3 kudos

STM32F4 Retriggerable one pulse mode

Hello Community,I am struggling to get a retriggerable one pulse mode working on a STM32F405 and I reached the point where I am not sure whether this is actually possible with the processor. I saw that newer processors have the "Combined Reset Trigge...

cascadingTimers2_1_3.jpg triggerTimer2viaTimer1.jpg
Luke4 by Associate II
  • 5700 Views
  • 4 replies
  • 0 kudos

I2C Problem

I have 2 MCU, one is the STM32F401RE acting as master and the other is STM32G474RE acting as slave, I have kept both the controllers in open drain and pulled up, the slave address is 0x30<<1, I think the data is being transferred because on pressing ...

Epsilon03 by Associate II
  • 1670 Views
  • 4 replies
  • 0 kudos