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! STM32U575: OCTOSPIM_P1_DQS in SDR mode?

I will use the STM32U575 with OCTOSPIM as Quad SPI (master) adapter.Q: The DQS signal is intended for DDR mode (I know).Could I use also DQS as input in SDR mode (when OCTOSPIM acts as SPI or QSPI master)?Idea:I want to compensate the "Round Trip Del...

tjaekel by Lead
  • 2037 Views
  • 6 replies
  • 1 kudos

stm32u545 OCTPSPI can't output wave in io pins

hello, I ues OCTOSPI device in STM32U545, it just generate cs and clock wave when run this code.HAL_OSPI_Command(hospi, &sCommand, HAL_OSPI_TIMEOUT_DEFAULT_VALUE)But io 0-3 nothing happened.I have reference the examples, it's use OCTOSPIM what not in...

LoganLi by Associate II
  • 1528 Views
  • 6 replies
  • 0 kudos

Problem with USB OTG FS (Device)

Hey everyone!Some context:We are developing a medical device using STM32H7ZIT6 MCU. We succesfully developed a working prototype, using UART connection protocol.  Couple of consistency problems (i.e. the device works flawlessly at times, sometimes we...

WhatsApp Image 2023-12-25 at 19.02.44.jpeg WhatsApp Image 2023-12-25 at 20.13.34.jpeg WhatsApp Image 2023-12-25 at 20.20.32.jpeg WhatsApp Image 2023-12-25 at 20.11.35.jpeg
CAdat.1 by Associate II
  • 2736 Views
  • 2 replies
  • 0 kudos

Resolved! Jump to application from bootloader not working

I have reviewed the many posts from others that have not been able to jump from a bootloader the application code and nothing that I tried worked.My MCU has its 128kB of flash in two banks, one at 0x08000000 and the other at 0x08040000.  When the MCU...

Usage of both SDIO interface at the same time in STM32H747

Hi, I observed a limitation in the STM32H7 reference manual saying that "The current version of the SDMMC supports only one SD/SDIO/e•MMC card at any onetime and a stack of e•MMC."So my application requires to control two SDIO slaves from both SDIO i...

Rekhas19 by Associate
  • 2001 Views
  • 4 replies
  • 0 kudos

stm32f103rct6 iwdg cann't be initialed success

I want to use IWDG with stm32f103rct6 chip with ll library. such samples code as below:```static int iwdg_init (unsigned short int expired_ms){/* 开启 LSI, IWDG */ __HAL_RCC_LSI_ENABLE(); LL_RCC_LSI_Enable(); while (!LL_RCC_LSI_IsReady()); LL_IWDG_Enab...

NUCLEO-STM32F401RE SPI able to Write to a MAX31856 but cannot echo back register values with HAL_SPI_TransmitReceive()

Hi everyone,I am using the NUCLEO STM32-F401RE V dev board and trying to communicate with an MAX31856 temperature amplifier. I am using SPI2 peripheral. I am able to write values on the SPI line. I have printed them out to the UART and have verified ...

_legacyfs_online_stmicro_images_0693W00000bhasIQAQ.png _legacyfs_online_stmicro_images_0693W00000bhas8QAA.png
RPisa.1 by Associate
  • 1818 Views
  • 1 replies
  • 1 kudos

Resolved! Problem with STM32411 Chip

HI there,  I have rewitten this simple piece of code from scratch multiple times with no success. I am just attempting to turn on a set of LEDs.  First in the While Loop. Second in the interupt handler for TIM2.  The chip is a STM32F411CCU in a homes...

SpeedyPLH by Associate II
  • 5412 Views
  • 7 replies
  • 4 kudos