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

STM32H725 ADC3 DMA

I read the adc value using ADC3 + DMA using STM32H725.​ADC3 channel 0,1,10,11 are reading adc value. ​1) ADC3 + DMA1 : RAM 0x24000000 ~ 0x2401FFFF2) ADC3 + BDMA : Allocate an array to store adc values to SRAM4.In all experiments, the correct value do...

ssooki by Associate III
  • 677 Views
  • 4 replies
  • 0 kudos

Resolved! Is it safe to use +5 volts for I2C with this MPU?

I'm using a Portenta H7 from Arduino. It hosts the STM32H747 microprocessor. I was wondering if it is safe to use +5 volts for I2C even though the MPU runs at +3.3 volts? To clarify, on how the Portenta H7 is wired up, I'm using the pins associated w...

0693W00000FC7VUQA1.png
JChan.12 by Associate II
  • 801 Views
  • 4 replies
  • 0 kudos

Resolved! STM32L562CET6 won't enter EXTI callback function.

I am quiet new to STM32 programming and can't get the external interrupt to work.I started with the NUCLEO-L011K4 and wrote my programm without any issues. I switched to my own board (pdf included) and weren't able to get extrenal interrupts to work....

LOlhe.1 by Associate II
  • 1706 Views
  • 12 replies
  • 0 kudos

ADC

Hi All,I would like to configure my ADC such that it is able to read from 2 channels. And that the conversion of the channels will be stored in the memory through DMA. But most importantly, I want the conversion to be triggered by a TIMer's rising/fa...

STM32H743 out of sequence packet issue

HI,I am using stm32h743 controller and trying to port http webserver application which was working on stm32f7 platform. the application is using socket based apis. here i am generating the code using stm32cubeMX with STM32Cube_FW_H7_V1.9.0 package. A...

Labels