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

Hardfault and BFAR address

I am using stm32f4. I have a hardfault error at sometimes, when I write new code in to the flash. So I check the Fault Registers like in below:SerialPrint("Fault: %08x %08x %08x\n",SCB->HFSR, SCB->CFSR, SCB->BFAR);Output results:SCB->HFSR = 0x400000...

DCtech by Associate II
  • 1609 Views
  • 2 replies
  • 0 kudos

STM32F407 hang and watchdog doesn't reset

Hi everybody,I'm sorry for poor English.I'm using STM32F407VET6 in my board and I set up watchdog timer. However sometimes microcontroller hangs . Here is the main loop of my code:while(TRUE) { // ====================================== ...

mh2 by Associate III
  • 2416 Views
  • 17 replies
  • 0 kudos

How to use NAND flash ECC

Hi everyoneIm still dealing with nand flash and im at the ecc part now :).I found a very good topic in ST but i still had questions and that topic was closed.https://community.st.com/s/question/0D50X00009XkZjD/nand-flash-fsmc-and-ecc?t=1637138511900T...

I2C_SDA pin value setting

Good evening, I would need, for a project with a custom board that mounts a micro STM32H7A3... to be able to set the value of a pin to 0 or 1 during the code and not via MX cube for the initial settings which function could I use? I would like to poi...

Icont.1 by Associate II
  • 491 Views
  • 3 replies
  • 0 kudos

Resources for SPI connection to external flash memory

Hi,I would like to know if there are any resources for learning and understanding how to communicate (read/write/erase) from an external flash memory using SPI.I am using an STM32F446RE and my external flash memory is a w25q128.Ideally I would like t...

DCont.1 by Associate II
  • 1703 Views
  • 2 replies
  • 0 kudos