STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Optimizing wake up time STM32L0.

I am trying to get an STM32L0 MCU to startup as quickly as possible. The datasheet says 5us wake up time from flash memory, but I am getting nowhere close to this. I loaded a super simple program that just toggles a GPIO and watched it on a logic ana...

TAnde.6 by Associate II
  • 1969 Views
  • 6 replies
  • 0 kudos

Resolved! Is this a legit reason to use a global variable?

I understand the general concept of why global variables are not a great idea but I have a specific use that may make sense and I'd like to see if anyone has a better approach.I time stamp a lot of events in my applications and also calculate time in...

magene by Senior II
  • 1954 Views
  • 8 replies
  • 0 kudos

Feeding the next buffer to SAI DMA

Sorry if this has been answered elsewhere, but I'm not seeing it. For background, I do a lot of work with Nordic, and in their I2S implementation, you feed two buffers to the peripheral, then every time a buffer has been transmitted/received, it swi...

jw56 by Associate III
  • 1938 Views
  • 5 replies
  • 0 kudos

Multiple usart using DMA

Hi,Am working on a STM32F745VG micro controller and i want to use multiple uart using dma. Majorly facing issue at the reception side.When i try to receive data from uart 1 sometimes my uart 2 also receive the same data.Even though their handler are ...

Divyanshu by Associate II
  • 3593 Views
  • 6 replies
  • 0 kudos

Resolved! Example of SDMMC on STM32H757 i-EVAL Board

Hi everyone .I'm looking for a demo code to run the SD card (16gb) with FatFs on the STM32H757 i-EVAL Board.When I generate it with CubeMx the demonstration doesn't work (I didn't forget to activate the transiver)Thanks you =)

Tteva.1 by Associate II
  • 1878 Views
  • 4 replies
  • 0 kudos

Resolved! how to checksum the ADC data when it is passing to serial monitor of putty through the USB virtual COM port.

Hello ,I am working on the stm32f070c6 controller , i am reading the adc values from controller and passing to the serial monitor of USB virtual COM port, but i want to checksum the values before transmitting the adc values to the serial monitor .how...

RKUMA.2 by Associate II
  • 1647 Views
  • 6 replies
  • 0 kudos

power consumption stm32l4 in lprun mode

HiI am using stm32l496 in lprun mode but the current consumption is equal to 1.2 mA while in run mode the current consumption is equal to 3 mA while in the datasheet, the current consumption in the lprun mode is about 220 uA.how can I reduce the curr...

0693W00000FAPmAQAX.jpg
alianvari by Associate III
  • 3125 Views
  • 2 replies
  • 0 kudos

Best way to sequence ADC (a lot) without DMA

Hi all, I'm building an application which needs to sample 8 ADC channels at roughly 10kHz, while listening for messages over SPI. The issue I'm facing is that neither of these can be missed, and sometimes they occur simultaneously. Ideally both of th...

Konami by Senior II
  • 893 Views
  • 5 replies
  • 0 kudos