STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Hard fault on Using FMC ram on stm32h753

I'm using a STM32H753 with external RAM. We were using it for LCD framebuffer. Now we are trying to migrate the stack and heap to the external RAM, when we run the code, getting hardfault on lines where std::array is declared. Any idea on how to debu...

sivaram by Associate III
  • 42 Views
  • 6 replies
  • 1 kudos

Writing from Bootloader on STM32H735

Hello everyone,I am currently working on a bootloader project for the STM32H735, using the pre-configured ExtMem_Boot project provided by the STM32CubeIDE. However, I am encountering an issue when trying to write to the external flash memory at addre...

HispaEmo_0-1718294101014.png
HispaEmo by Associate III
  • 165 Views
  • 6 replies
  • 2 kudos

Effect of live wire insertion/removal of SPI signals

Hello, I am looking for a solution to my problem.I am using an STM32C031 to light LEDs using SPI signals.I am using a connector to connect the STM32 mounting board to the LED mounting board. The connector connects the DC power supply and the SPI sign...

shank by Associate II
  • 37 Views
  • 2 replies
  • 0 kudos

Clock change in the sbsfu application

Hello,I am using the stm32u5 SBSFU application and I am trying to implement my own 64 MHz clock. But when I change it from 160 Mhz to 64 Mhz the application does not work. Can the SBSFU clock work with less than 160 MHz or does it have to work only w...

Writing 32-bit Data to Flash Memory on STM32G474

I'm working with an STM32G474 microcontroller and need guidance on how to write 32-bit data to flash memory. Could someone provide me with a proper procedure or example code that demonstrates how to accomplish this task efficiently and correctly? Any...

Labels