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

Azure RTOS and STM32

Based on the link below, Azure RTOS will be free for some STM32 Microcontrollers. What microcontrollers would be?https://azure.microsoft.com/en-us/pricing/details/rtos/

Asantos by Senior
  • 1693 Views
  • 7 replies
  • 0 kudos

STM32G070RB flash pages erase and write problem

Hi,I am trying to save some device specific configuration in one of the page of flash memory but it gives HAL_FLASH_ERROR_PGA error.I have tried running Cube repository example code but found same problem.If I skip (just for test) erase page then it...

K_K by Associate III
  • 563 Views
  • 0 replies
  • 0 kudos

STM32 Firmware Compatible Suffixes

Which suffixes can share the same elf file or bootloaded app binary?- Likely Temperature range has no effect on firmware load?- Will changing only the package type affect firmware load? (LQFP, BGA, CSP ...)- Will changing only the number of pins affe...

Paul1 by Lead
  • 734 Views
  • 1 replies
  • 0 kudos

QSPI not responding anymore on STM32F746G-DISCO

I am trying to communicate with the QSPI memory on the discovery board STM32F746G-DISCO. I was able to properly read the memory ID (through instruction 0x9E) once. After that any read attempt on the flash memory returned 0xFF, I've tried reading the ...