STM32 MPUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32MP157 UART8 Interrupt issue

I've assigned the UART8 device in the devicetree of the linux kernel (OpenSTLinux):&pinctrl { // ... uart8_pins: uart8-0 { pins1 { pinmux = <STM32_PINMUX('E', 0, AF8)>; /* UART8_RX */ bias-disable; }; pins2 { pinmux = <STM32_...

KKett.2 by Associate II
  • 641 Views
  • 8 replies
  • 0 kudos

Resolved! Error in building the OpenSTLinux distribution

I'm trying to build the standard st-image-weston image following this guide:https://wiki.st.com/stm32mpu/wiki/STM32MP1_Distribution_PackageAfter starting the build with bitbake st-image-westonWhen it reaches around the 68% of the process I get the fo...

NRosa.1 by Associate II
  • 1543 Views
  • 13 replies
  • 0 kudos

Resolved! Kernel load address when using FIT images

Hi all, I am trying to switch to using FIT images and I am looking at the example .its file here:https://github.com/STMicroelectronics/u-boot/blob/0e6522cbd1bfccd7281acdf8ab5ebbd37d29eab1/board/st/stm32mp1/fit_kernel_dtb.itsI am trying to understand ...

FreeRtos Debug issues on M4 core STM32MP1

Hi,I am currently using the STM32MP1-DK1 board in engineering modeWhen I am debugging the program and stepping instruction by instruction in IAR, the debugging process is lost at a time during the execution.I can execute the program and and I can ins...

SMang.1 by Associate II
  • 793 Views
  • 1 replies
  • 0 kudos

Distribution SDK installed but will NOT BUILD

I'm trying to get the OpenSTLinux build environment up & running for the 1st time, following the instructions on the wiki step-by-step.So far I have:Built a Ubuntu 18 Virtual machine in Virtualbox - (18.04.5LTS, 4 cores, 8GbRAM, 500Gb HDD)Followed al...

JU by Associate III
  • 206 Views
  • 1 replies
  • 0 kudos