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

STM32H750 adc3 dma and adc1

hi i'm using dma with adc 1 and it works ,but i also need to read from adc3 but i'm having troubles with itusing MX-cube with Cube-IDEhere is the code#include "main.h" uint32_t b; uint16_t adc1[4]; uint16_t adc3[2]; uint16_t a[4]; uint16_t adc31,adc3...

bakhti by Associate II
  • 372 Views
  • 2 replies
  • 0 kudos

stm32l4 SAI code

Hi, I am using STM32L476G-DISCO Board, I want to interface its mic and read audio , process it and transmit it on audio jack, to listen audio,can any body help me or provide me code to do this.ThanksRegards

RKhal.2 by Associate III
  • 1159 Views
  • 9 replies
  • 0 kudos

Unable to assign an address to a pointer!

Hi,I am trying to assign an address to a pointer the following way:#define FM_P_ADDR 0x0807F800uint64_t * addr = ((uint64_t *)FM_P_ADDR);However, running the line will direct the execution to the Hard Fault Handler routine.What is happening? What ...

PMach.1 by Senior
  • 410 Views
  • 4 replies
  • 0 kudos