2025-08-27 1:03 AM
Hello everyone.
I'm developing a bare metal project on STM32mp135F-DK using Keil RTX5 operating system.
Actually I'm using the default "stm32mp13xx_a7_ddr.ld" finded in SDK, but in it no RTX related section are indicated.
I'm working with:
STM32CubeIDE
Version: 1.19.0
Build: 25607_20250703_0907 (UTC)
Can anyone help me with an example of loader file to use?
How indicate the 8 byte aligned section necessary to RTX for stack and heap threads?
It's necessary particular settings for MMU and CACHE?
Thanks in advance.