I am using MDK5.37 to develop a RTOS V2 project with different targets.
One target is for a stm32f4 controller and the other for a stm32h7.
Is it possible to use different CMSIS rtx configuration (RTX_Config.h) for each target and controller?
For example:
target stm32f4 -> using 8192 bytes for Global Dynamic Memory size
switching to target with stm32h7 -> using 32768 bytes for Global Dynamic Memory size
The Option "Use for all project targets" in the Options for Component Class 'CMSIS' is not working. Is there any solution to solve this?
Take a look at i.e.:
https://developer.arm.com/documentation/101407/0537/Creating-Applications/Project-Targets-and-File-Groups
https://developer.arm.com/documentation/ka004380/latest
https://developer.arm.com/documentation/101407/0537/Creating-Applications/Multi-Projects/Create-a-Multi-Project