STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Is it possible to use UART with more than one buffer?

I have no idea why this code is not working. I am sending chunks of a file with UART followed by short instructions of 2 bytes to tell the MCU whether another chunk is coming or to start playing the file.The MCU receives the first chunk without an is...

EYako.1 by Associate III
  • 1333 Views
  • 9 replies
  • 0 kudos

Resolved! Strange interrupt handler problem on STM32H7

Another day, another bug....I'm trying to use ADC3 with BDMA on H753. Started from some cube-generated code that assigned BDMA channel 0 to ADC3.Allocated memory in SRAM4. Added interrupt handler for BDMA_Channel0 and ADC3.When I start the ADC3, I hi...

Pavel A. by Evangelist III
  • 1810 Views
  • 9 replies
  • 1 kudos

STM32L0xx saw tooth current in permanent run mode

Hi,if I never call any wfi / wfe and run my stm32l0xx mcu in permanent run mode, I got a sawtooth shaped consumption current. In normal mode, where I call wfi, this is not a issue, but I'm curious.Any ideas where this comes from?Thanks & best regards...

aritec by Associate III
  • 575 Views
  • 3 replies
  • 0 kudos

Trigger DMA for SPI based on Timer interrupt

Hello,I need to sample an ADC at 20ms using SPI. I setup a timer interrupt to do this, but I would like to fill a double buffer at SPI_RxHalfCplt and RXCplt.My timer seems to be working correctly, however the Rx Half Complete Callback is being Called...

kcire L. by Associate III
  • 729 Views
  • 3 replies
  • 0 kudos

Data to Store Array

I keep the important information in 32 byte. But every block have 32 byte .There are more than 300 block and every block have 32 bytes of data. So I've 32*300 byte data. How can I keep in the RAM successfully. Sould I Keep with array (uint32_t) or po...

DCtech by Associate II
  • 569 Views
  • 1 replies
  • 0 kudos