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

ADC polling to GPIOs

Hi. I'm trying to develop a kind of DSP for voice processing and I decided to do a bypass application first. I'm simulating my project with proteus and STMF103T6 device. As this device haven't DAC, I need to use a external 12 bits - DAC, and I did pr...

Dmato.11 by Associate
  • 213 Views
  • 0 replies
  • 0 kudos

Resolved! STM32G070RBT6 effective speed when running on 64MHz

I've read in RM that, when running on 64 MHz it has 2 wait states, meaning that 1 cycle instructions execution takes actually 3 cycles. If I understand this correctly, that means that the effective speed is actually 21.3 MHz? What use is there using ...

Slina by Associate III
  • 212 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F4 discovery - DMA2 TC interrupt does not triggered

Hi, guys.Here is short description of my project:I have an ADC, that samples data via one regular channel and result sended via DMA. This DMA are working in Normal mode, so after DMA compete its transmission I processed received data and then enable ...

chupys by Associate II
  • 665 Views
  • 4 replies
  • 0 kudos

Troubleshooting ADC2 on STM32L412KB

Hi,I'm using both ADC's on the STM32L412KB, code is generated used the STM32 Cude with Low Level Drivers.ADC1 works as expected, but ADC2 always reads 0, no matter in which configuration. So I'm assuming it's not a hardware fault, but a configuration...

0693W000005CBx3QAG.png
CLang.3 by Associate
  • 220 Views
  • 0 replies
  • 0 kudos

Strange fault under debugger, Atollic

A strange debugger (?) issue bugs me on Atollic TrueStudio.There's a "main firmware", started by bootloader at default address 08000000.To debug it I just created a default run config in Atollic, which does "monitor reset" before and after load. This...

Pavel A. by Evangelist III
  • 217 Views
  • 1 replies
  • 0 kudos

Resolved! STM32L476RG Differential ADC functioning as singled-ended

I am working on a project using the STM32L476RG microcontroller and have run into an issue with using the ADC in differential configuration. When using the ADC configured as differential the output from the ADC is the same as if it was configured as ...

0693W000005C3QuQAK.png
Kcloc.1 by Associate II
  • 3087 Views
  • 6 replies
  • 0 kudos

Resolved! STM32L4R5ZI stucked on polling for adc conversion

Hi, I'm using STM32L4R5ZI nucleo board for my thesis project. But I have a problem doing a very easy thing: read an ADC conversion value. The program do just this: read the value and sends it over usart. The program does this:HAL_ADCEx_Calibration_St...

0693W000005C9fvQAC.jpg
Labels