Hello,
I am developing software using the RTD 3.0.0 SDK for the S32K344. I need to dynamically configure and manage the state and configuration of the generated code. However, all these configuration structures are defined as const (read-only), which prevents modification.
Could you advise on how to handle this situation? I am using S32DS v3.5.
Thank you!
Best regards,
Umut
Solved! Go to Solution.
Hi @ozgrdmo
The "Functional Groups" feature in S32 Design Studio provides an efficient way to configure functions and manage code generation. With this feature, you can customize several options for each function. You can specify the generated function name, select the core (for multicore processors only) that is affecting the generated source code, or write a function description (this description is generated in the C file). You can also add, copy, and remove functional groups as needed.
For more detailed information, refer to the S32DS Help section under Help Contents.
BR, VaneB
Hi @ozgrdmo
The "Functional Groups" feature in S32 Design Studio provides an efficient way to configure functions and manage code generation. With this feature, you can customize several options for each function. You can specify the generated function name, select the core (for multicore processors only) that is affecting the generated source code, or write a function description (this description is generated in the C file). You can also add, copy, and remove functional groups as needed.
For more detailed information, refer to the S32DS Help section under Help Contents.
BR, VaneB