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! STM32L4+ and W25Q QSPI weird problem

Hi guys,Currently i am trying to get QSPI W25Q512 working correctly with STM32L4R9 but weird thing happened.I am able to write data to the memory but if i start with address 0u i get data somehow shifted by 1u. For example the array of test data star...

Eiffel by Senior
  • 2173 Views
  • 3 replies
  • 0 kudos

Resolved! FLASH_PageErase() works but HAL_FLASHEx_Erase() does not

SOLVED:  I didn't convert the flashErase_handle.PageAddress to hex, so I was passing in the integer 800_8000, which is much less than 0x800_8000I'm using the Nucleo F303RE board and as part of a bootloader trying to erase pages of flash containing th...

How to enable only M7 core on dual processor MCU.

Hi, I have a STM32H745 MCU, which has both M7 core and M4 core. I created a project in CubeIDE, and the code that is automatically generated expects both processors to be active.Indeed, in the code of the main. of core M7, wait for core M4 to boot be...

FMass.1 by Associate III
  • 1547 Views
  • 2 replies
  • 0 kudos

Resolved! How to configure I3C port on NUCLEO-H503

Hello.I'm trying to make an I3C Master device using the NUCLEO-H503 board.I am trying to implement GPIO by directly controlling, without using HAL Library.However, I3C port uses both Open Drain and Push pull,Is it possible to implement this function ...

sh.lee by Associate II
  • 2330 Views
  • 2 replies
  • 2 kudos