Dynamic Configuration of Const Structures in RTD 3.0.0 SDK

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Dynamic Configuration of Const Structures in RTD 3.0.0 SDK

Jump to solution
1,228 Views
ozgrdmo
Contributor I

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

Labels (2)
Tags (1)
0 Kudos
Reply
1 Solution
1,198 Views
VaneB
NXP TechSupport
NXP TechSupport

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

View solution in original post

0 Kudos
Reply
2 Replies
1,199 Views
VaneB
NXP TechSupport
NXP TechSupport

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

0 Kudos
Reply
1,173 Views
ozgrdmo
Contributor I
Thank you
0 Kudos
Reply