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

Keil vs TrueSTUDIO IDE

Posted on January 19, 2018 at 16:19I have been using Keil IDE for years (as a hobbyist).Maybe someone who knows both Keil & TrueStudio could share some details about pros & cons.I know that the primary difference is lack of licensing limits in TS (K...

ADC SPURS STM32H743

Hi! I use embendded ADC1 channel 3 in STM32H743VIT6 for sampling data. Input in differential mode. For improve SNR i added capacitor 47pF parallel to diff input pins see fig1. Also this capacitor required by AN5354 This led to decrease noise floor l...

0693W000001smNPQAY.gif 0693W000001smOIQAY.jpg 0693W000001smPkQAI.png 0693W000001smQ4QAI.png
VIvan.1 by Associate II
  • 255 Views
  • 0 replies
  • 0 kudos

software reset for STM32f302vb

i have flashed RTOS firmware at location 0x8000000. i have another firmware(led blink) at location 0x8001e00. i am unable to jump from 0x8001e00 to 0x8000000 location. but i am able to jump from 0x8000000 to 0x8001e00(led bllink) and it is working.pl...

ADC - DMA transfer fills only half buffer Stm32f7

I'm using an adc channel of Stm32f767zi to get 1024 samples of an analog signal and transfer data directly in memory trough DMA. I configured ADC and DMA with cubeMx, and I start the conversions trough software, when it starts until the half DMA call...

CCont.1 by Associate II
  • 998 Views
  • 4 replies
  • 0 kudos

read from UART DMA buffer on the fly

Hi, I have the below code where I trigger the UART DMA and write to a buffer, and in the while loop I simply do a read from the buffer 1st element:MX_UART7_Init(); Uartret = HAL_UART_Receive_DMA(&huart7, uartbuf, 300); while(1){ if(Uartr...

0693W000001sOXLQA2.png
Wleon.1 by Associate II
  • 2260 Views
  • 13 replies
  • 0 kudos

Hard Fault Detected STM32L031k6t6

Hey STM team, Recently I started to work with the STM microcontrollers. In my current project I have a STM32L031k6T6 with the ADC0 (PA0) reading the voltage and the channel 1(PA1) reading the Current. My Sample rate will be 1920Hz ( 32 points / cycle...

0693W000001shf9QAA.png
CMart.3 by Associate II
  • 230 Views
  • 0 replies
  • 0 kudos