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! Bootloader DFU on STM32F439ZITx

Hi everyone, I'm developing a bootloader that works like this. I was inspired by the example: https://github.com/pramodk51/bootloader_for_stm32f4.  I developed this initially on Nucleo F439ZI for the test phase and I managed to implement it with the ...

memory_map.png

Resolved! Returning to STM32:: STM32U0 vs STM32L0

Bonjour, (in english below)J'ai travaillé sur un Nucleo-L053R8 de 2015 à 2019 (j'ai encore le Nucleo)Je reprends un travail analogue (réseau d'IoT basse énergie(LE) en milieu agricole, capteurs (certains nécessitant ADC), commandes, petits moteurs .....

Resolved! STM32F439 I2S double the audio frequency

Hi all,I reach out to you all to give some pointers or advice for me where to look into to solve this mystery.I set up my Nuc-STM32F439ZI eval board i2s peripheral to play my audio sine wav file.I used Audacity to generate 13KHz sine wave audio file ...

STM32F429I-Disc1 LCD BSP Issue

Hello, I'm working on a project on the STM32F429I-Disc1 development board and wanted to use the BSP to write characters to the LCD screen. I used STM32CubeMX to configure with LTDC enabled with the default parameters. Since there wasn't BSP configura...

IMG_0225.jpg

USB Device hangs on high data rate in STM32H750VB

I am reaching out to request your assistance with an issue we are encountering on the STM32H750VB microcontroller related to USB data transmission. The problem arises when operating at high data rates, specifically with external USB synchronization a...

Saagar by Associate
  • 259 Views
  • 1 replies
  • 0 kudos

I2C read operation modification in driver

I have been working on interfacing a Realtek switch and the Realtek configuration was done by i2c bit banging. I am currently trying to change to HAL I2C and am in need of performing a read operation as shown.Here the read operation is performed such...

image.png
MSGokul by Associate II
  • 224 Views
  • 1 replies
  • 1 kudos

ADC-DMA configuration

I have 6 channels on ADC1 and 2 channels on ADC2. I need the first two channels of ADC1 to be sampled simultaneously with the two channels of ADC2. The sampling needs to be triggered by a timer and occur twice each time the timer triggers. Here’s wha...