This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

one project - two targets for different controller - individual cmsis rtx_config

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?