STM32 MPUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! DSI PLL clock configurations in Device tree

We are doing a custom board bring-up and currently trying to display video on our display device. We use CubeMx to generate the device trees for our project, we have configured the DSI PLL dividers to match our display device requirement. Snapshot of...

0693W00000Np8d5QAB.png
SKris by Associate III
  • 1571 Views
  • 6 replies
  • 0 kudos

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
  • 1819 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
  • 240 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...