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

stm32 spin eval 3201 connection issue

After downloading the latest version of MC workbench required drivers and the latest firmware. I am still getting the following error in the IDE- "Connection Failed! No response, check communication cable, the power or the baudrate(set to 9600)". Ple...

Jayadeep by Associate
  • 257 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F401RE Pushbutton interrupt

So here's the code ; The issue with it is that whenever I press the button, weird things occur, such as my output resetting completely-going to the maximum, at my output I have a variable PWM signal void PB_Init(void){ RCC->AHB1ENR |= RCC_AHB1ENR_...

Petrarka by Associate II
  • 635 Views
  • 3 replies
  • 0 kudos

Resolved! STMG431 RBT6 - ADC sync does not seem to work as per manual

Hi,i am testing the ADC at the moment, and the values i get out of it look pretty good. Except, when using a squarewave.See my video: https://www.youtube.com/watch?v=TmKADM2yQvU The manual states for having the ADC run from AHB clock: "... has the ad...

Tobe by Senior III
  • 722 Views
  • 2 replies
  • 0 kudos

ADC DMA pointer issues

Hello everyone,First of all, I want to say that I have a very limited knowledge about C memory stuff, so a bit of guidance would be of help. I am trying to set up a timer-triggered multi channel ADC with DMA, which I have already succesfully achieved...

dweggg by Associate
  • 294 Views
  • 0 replies
  • 0 kudos

ADC sampling with TIM1 and saving to DMA

Hello ,I am generating PWM wave of 16khz ,by using TIM1 ,the Duty cycle updating from the DMA array in circular mode .(to generate sinewave ).And worked as expected . The TIM1 is configured the Trigger (TRGO) to update event.Now i want to sample ADC ...

Screenshot 2024-05-04 at 9.13.21 PM.png

Resolved! STM32H7 Pseudo SRAM compatibility

Hi,I'm looking for SRAM memory for STM32H757xI and found thishttps://eu.mouser.com/ProductDetail/ISSI/IS66WVS4M8BLL-104NLI?qs=doiCPypUmgHfByEUFkOsAw%3D%3DDoes such kind or SRAM memory work with this MCU model?Thanks.

Ajaho by Associate III
  • 751 Views
  • 4 replies
  • 5 kudos

MTBF/FIT Reliability Data for STM32H743VIT6

Hi,I am trying to calculate the MTBF (mean time between failures) value for the STM32H743VIT6 module. Please suggest any techniques for the same. I am currently using the Qjc (Junction to Case Thermal Resistance) and Pd (Power Dissipation) values to ...

Resolved! Some STM32 do not like JTAG debugging

Beside my Nucleo-H7S3L8 board, I have other boards where the MCU can do JTAG and have JTAG pin accessible, but neither STM32CubeProgrammer not OpenOCD and other programmers can detect/attach  via JTAG. SWD works works fine on these boardsHere the out...