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

DFSDM filter and aliasing

Hi,I see an alias, using DFSDM (sinc3) and a PDM mic at 16kHz, while a speaker produces 1...24kHz.The spectrogram is attached.As I understand, the DFSDM filter has a notch at 16kHz rather than at 8kHz, and attenuates 8kHz for 12dB only.Is it possible...

ERROR by Associate II
  • 203 Views
  • 0 replies
  • 0 kudos

Resolved! SPI communication between two controllers

I am trying to figure out SPI communication between two microcontrollers: I have an STM32H755 Nucleo and a Nucleo G47RE. I tested basic communication by shorting MOSI and MISO on both boards separately, and it works in full duplex master mode. Both c...

sarun_3-1718101043409.png sarun_2-1718100868669.png sarun_0-1718100703317.png sarun_1-1718100751506.png
sarun by Associate III
  • 450 Views
  • 3 replies
  • 3 kudos

Why I am getting FLASH->SR reset value is 0xC0

HiI am using STM32L476ZG MCU development board. I created a new project without adding any interrupts. I noticed that FLASH->SR = 0xC0 at reset and when I try to clear it, it comes back after the next command I execute.I'll add screen shots to clarif...

Flash_SR_1.PNG Flash_SR_2.PNG Flash_SR_3.PNG Flash_SR_4.PNG
Namir by Associate
  • 237 Views
  • 1 replies
  • 0 kudos

Resolved! stm32h503cbt isn't working with high frequency

I am using STM32H503CBT6 with a frequency of 250MHz, but my program is not running. I have a counter variable in a while loop, but it is not incrementing. When I lower the frequency to 100MHz, the program works. Please help me!

giangpa by Associate II
  • 582 Views
  • 7 replies
  • 3 kudos

Resolved! FDCAN on STM32G0

Hi, I am trying to communicate via FDCAN with a board equipped with a STM32G0 by using this library https://github.com/owennewo/SimpleCAN I already tested it successfully with both STM32H743 and STM32H723 but I am having troubles with the G0  When I ...

Angelo3 by Associate II
  • 571 Views
  • 6 replies
  • 0 kudos

Resolved! STM32 MQTT

Hi, I'm using a STM32F407VGTx, trying to use MQTT on this microcontroller.I first made a test program on a NUCLEO dev kit (also a F4 controller) and it worked.Now I get an error and it doesn't want to connect to my PC which is the broker. I have trie...

WilliamVR by Associate III
  • 998 Views
  • 6 replies
  • 0 kudos

Resolved! stm32h743zit6 Ethernet Can't Ping

Hope all is going well. I'm trying to ping STM32H743ZI NUCLEO 144 using LWIP middle-ware. Code generated by CubeMX. Configurations: Set the HCLK to 400 MHzEnabled the CPU ICache and DCache (under Cortex_M7 Configuration)Enabled MPU (Region0, Region1 ...

Labels