STM32 MPUs Embedded software and solutions

Ask questions and find answers on STM32 microprocessors and dedicated embedded software solutions, such as Yocto SDK, Qt, and OP-TEE.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32MP1 FreeRTOS debug issue

Hi,We are currently using the STM32MP1-DK1 board.We have tried several examples but we are facing some issues with the one using FreeRTOS (FreeRTOS_ThreadCreation) :We have no issues running the program on the M4 both in Engineering mode and Producti...

romain2 by Associate III
  • 2072 Views
  • 4 replies
  • 0 kudos

SPI slave mode with DMA throughput

STM32MP157 has a M4 core, so I am asking questions here in MCU section although the chip is belong to MPU. What I am trying to do is using M4's SPI4 to receive data at throughput of 20.6Mbits/sec, basically each SPI transition has 10.5KB block data, ...

HZhu.12 by Associate II
  • 3285 Views
  • 5 replies
  • 0 kudos

Resolved! On STM32 CubeMX : FreeRTOS and Timebase Source not selectable ?

Hello dear ST community,I try to test FreeRTOS on the STM32MP1 for the Cortex-M4 and I encounter a problem: I've got the following warning: "When FreeRTOS is used, it is strongly recommended to use a HAL timebase source other than the Systick" Ok, bu...