stm32mp1-baremetal icon indicating copy to clipboard operation
stm32mp1-baremetal copied to clipboard

Baremetal framework and example projects for the STM32MP15x Cortex-A7 based MPU

Results 6 stm32mp1-baremetal issues
Sort by recently updated
recently updated
newest added

I've been trying to get SPI to work (with DMA) on this device using your bare metal code. I've imported the HAL declarations and implementations for SPI but I cannot...

@danngreen Your docs refer to STM32MP157**A**-DK1 but that seems to be discontinued and there's a (newer?) [variant ](https://www.mouser.com/ProductDetail/STMicroelectronics/STM32MP157D-DK1?qs=zW32dvEIR3uOFdeAsko4%252BA%3D%3D)STM32MP157**D**-DK1 do think this will matter?

There's no available hardware yet AFAICT, but ST have published Linux kernel support about this device and there's some info online. So it's a [simpler MPU](https://trustedfirmware-a.readthedocs.io/en/latest/plat/stm32mp1.html#stm32mp13-versions) with 1 A7 core...

Hi @danngreen, You know, vs code is a practical and lightweight IDE so I'd like to introduce how to add vs code IDE and how to configure the OpenOCD gdb...

Having a Docker container that can build the examples would make it easier for anyone coming across this project to get the toolchain running

Hi Dan, thanks for providing these introductory projects. If possible, could you provide a very basic ethernet example? E.g maybe just hook up to a network with ARP and send...