4ms / stm32mp1-baremetal

Baremetal framework and example projects for the STM32MP15x Cortex-A7 based MPU
Other
148 stars 28 forks source link

Suggestion to Use STM32MP13 HAL Library for STM32MP1 Project #30

Closed young-sea closed 2 months ago

young-sea commented 2 months ago

Hello, After reviewing your project, I am wondering if it might be possible to use the STM32MP13 HAL library instead of the STM32MP1's. From ST's official perspective, the STM32MP1's HAL library is designed for the Cortex-M4 core, and thus lacks support for many of the hardware features controllable by the Cortex-A7. On the other hand, the STM32MP13 HAL library is specifically designed for the Cortex-A7 and hardware-wise, it resembles a scaled-down version of the STM32MP15.