Dynamic Configuration of Const Structures in RTD 3.0.0 SDK

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Dynamic Configuration of Const Structures in RTD 3.0.0 SDK

跳至解决方案
1,238 次查看
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

标签 (2)
标记 (1)
0 项奖励
回复
1 解答
1,208 次查看
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 项奖励
回复
2 回复数
1,209 次查看
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 项奖励
回复
1,183 次查看
ozgrdmo
Contributor I
Thank you
0 项奖励
回复