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

Resolved! ADC1 and ADC2 interleaved mode using DMA + injected

Currently I'm able to run ADC1 and ADC2 in interleaved mode using seperate (on purpose) DMA channels for ADC1 and ADC2. To start I'm using:  SET_BIT(hadc2.Instance->CFGR, ADC_CFGR_DMAEN); //Enable DMA transfer for ADC slave (ADC12_CCR.MDMA = 0b00 -> ...

CyberNerd by Associate III
  • 433 Views
  • 1 replies
  • 0 kudos

Resolved! Flash programming issue using custom tool

Hi everyone, I facing some issues with the custom flash loader tool and MCU, I developed the tool and bootloader code of the STM32H503RBt6 controller, and I flashed the hex file using the custom tool, its works but the data is not flashed in the cont...

Mohan30 by Associate III
  • 690 Views
  • 4 replies
  • 2 kudos

Resolved! DBGMCU ID code not available by software on STM32U073

MCU use : STM32U073RBT6STM32CubeIDE use : 1.16.0 We are currently working on a project that require to read the ID Code of the MCU. The software work well when ran in debug mode, but return 0 when running without the debug mode running.The code that ...

BIN vs. ELF File Uploads - CRC Mismatch

Hi,I'm currently trying to figure out how to properly upload a program to an STM32. I'm using VS Code with the STM32 Extension. I've noticed an issue where uploading the program using either a .elf file or a .bin file results in different values in a...

JR2963_0-1723043628480.png
JR2963 by Senior II
  • 475 Views
  • 2 replies
  • 1 kudos

Resolved! STM32G4 FMAC Filter Performance Benchmarking

Dear community,I'm currently working on a student project where we need to analyze the performance of the FMAC unit of the STM32G4. My idea is to implement an FIR filter and measure how many clock cycles the FMAC operation takes to filter a predefine...

Bitmap integrity

Our design involves storing the images in external flash. Images are fetched in run time from external flash and displayed on LCD. Is there a built-in integrity check to verify the validity of the bitmap before displaying on the LCD?A question came u...

BGuth.1 by Senior
  • 400 Views
  • 3 replies
  • 0 kudos

Resolved! Missing header file error...

Hi,I am relatively new to STM32 development and would greatly appreciate any assistance with the following issue.I am encountering the following compile-time error: C:/mvt1/TouchGFX/gui/src/settingsa_screen/SettingsAView.cpp:7:10: fatal error: ..\Dri...

iDeew by Associate II
  • 815 Views
  • 2 replies
  • 0 kudos