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

How to handle "2019 STM32 Wish List"

Is there any easy way to get to the newest contributions in above thread? It is over 100 entries long and to get to the bottom, where newest contributions reside, requires tedious scrolling, clicking, waiting for reload, scroling, clicking ... etc.Is...

Resolved! Can I set the heap size to zero?

In my STM32F72xx/3xx project, I'm not allocating memory dynamically, i.e., I'm using neither malloc nor free. And I'm restricting myself to C, with no C++ parts.Is there a reason I shouldn't set the heap size to zero? Do any of the drivers, HAL or ...

Compile LAPACK (and BLAS) for STM32L452CEU5 (C++)

Hi,I'm trying to use Armadillo (http://arma.sourceforge.net/docs.html) with the above mentioned STM32 MCU.The goal is to use it for the inversion of a dense, symmetric, positive semi-definite Matrix (actually a convariance matrix) with float values (...

Resolved! STM32F407VE USART DMA RECEIVE

Hello everyone, I am a beginner on STM32F4. I want to using DMA for receiving data via USART. But it doesnot work, please help me to solve the problem. Here is my code:void USART2_ConfigDMA(void){  DMA_InitTypeDef DMA_InitStructure;  RCC->AHB1ENR = ...

HNguy.6 by Associate II
  • 826 Views
  • 3 replies
  • 0 kudos