Dynamic Configuration of Const Structures in RTD 3.0.0 SDK

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Dynamic Configuration of Const Structures in RTD 3.0.0 SDK

ソリューションへジャンプ
1,239件の閲覧回数
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,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 件の賞賛
返信
2 返答(返信)
1,210件の閲覧回数
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,184件の閲覧回数
ozgrdmo
Contributor I
Thank you
0 件の賞賛
返信