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

Resolved! Yocto build failure

Hi all,I am trying perform build for yocto for the DK2. But running into the following error. I am pretty sure this was working until a month back but now link appears to be broken. ERROR: openocd-stm32mp-native-0.11.0-rc2.AUTOINC+a5e526d857-r0 do_fe...

NPal.2 by Senior
  • 3825 Views
  • 4 replies
  • 0 kudos

OpenSTLinux build broken by openocd

Hi!The repository git://repo.or.cz seems to be permanently offline.Alternatives are:https://sourceforge.net/p/openocd/code/https://github.com/openocd-org/openocd/Broken recipes are:layers/meta-openembedded/meta-oe/recipes-devtools/openocd/openocd_git...

GLaure by Senior
  • 531 Views
  • 1 replies
  • 0 kudos

stm32mp1 SAI DMA issue

Hi,We are using stm32mp157a in our custom board.We are configured SAI for Cortex M in cubemx.But we are unable to get dma interrupt and data through DMA. you can see my code flow below.In main.we are calling below functions.int main(){ MX_DMA_Ini...