STM32 MPUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32MP1 - Bare metal on A7

Hi,I have a current project using the M7 that I need to port over to the A7. The goal is to be running bare-metal code on the A7, like we are on the M7. Currently, I am following this open source guide to run bare-metal on the A7 and it seems to work...

mkurtz by Associate II
  • 1085 Views
  • 6 replies
  • 0 kudos

Resolved! How to configure PTP PPS out?

Hi!   I am trying to enable PTP on STM32F157 DK2 evaluation board.   From my understanding, pps_available should return 1, (if configured correctly).   root@stm32mp1:~# cat /sys/class/ptp/ptp0/pps_available 0 I added "linuxptp" to the image: IMAGE_I...

GLaure by Senior
  • 2584 Views
  • 10 replies
  • 0 kudos

Contact for academia

Hi there. I'm a professor of computer science at a university in Germany. Our main focus is cyber security. I'm currently looking into exploring options with STM for teaching various security mechanisms and, in particular, interested in using the STM...

monnem by Associate
  • 213 Views
  • 2 replies
  • 0 kudos

Resolved! STM32MP1 repo sync error while downloading distrubution package layers. error: garbage at end of loose object '543a1d1527d04f297b90ec25658f8dc71f3d0782'

I was trying to install OpenSTLinux distribution. I am using ubuntu 20.04 for my host machine. Firstly I init repo with this command:repo init -u <LINK FOR GIT ST OE MANIFEST > -b refs/tags/openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15 then when...

Gencay by Associate III
  • 404 Views
  • 6 replies
  • 0 kudos

Regarding Stm32mp1 Cortex A7 Interrupt Handling.

Hi,I am using Cortex A7 processor GIC V2 for Interrupt handling. I configured GICC and GICD both. I enabled timer and interrupt for timer also. After enabling timer i can able to see pending status in GICD but It is not routing to A7 core. For this w...