STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with SPI and SDIO using same DMA

Hello,I'm working on an STM32F411 and I'm using two peripherals : one SPI and one SDIO.The SPI is triggered every millisecond in a timer ISR and is using two DMA2 streams 0 and 2 in direct mode at a very high priority for TransmitReceive. Then, the D...

Resolved! Are there any examples of RS485 UART in the F0 STM32 Cube?

I have a STM32F091 Nucleo-64 and have the basic RS232 UART examples (ComPolling and IT) from the Cube working.I need to implement RS485 and was hoping to find a basic example to build upon.I'm currently going through the STM32Cube_FW_F0_V1.9.0 exampl...

SPren by Associate II
  • 915 Views
  • 1 replies
  • 0 kudos

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 (...