How to create a function combined by C and assembler language in S32DS?

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

How to create a function combined by C and assembler language in S32DS?

ソリューションへジャンプ
1,176件の閲覧回数
446018332
Contributor I

Hi,Support

I am using S32DS to create a function combined by C and assembler language which is copied from your official net. This project is used in MPC5643L. But it has a problem when I tried to build the project. I wonder if there are problems in my setting or format, etc. Could you give me a demo about how to create a function combined by C and assembler language?

 pastedImage_1.png

0 件の賞賛
1 解決策
1,060件の閲覧回数
alexanderfedoto
NXP Employee
NXP Employee

Inline assembly syntax can be slightly different for compilers.

In case you use GCC syntax is described there Using the GNU Compiler Collection (GCC): Extended Asm 

元の投稿で解決策を見る

0 件の賞賛
1 返信
1,061件の閲覧回数
alexanderfedoto
NXP Employee
NXP Employee

Inline assembly syntax can be slightly different for compilers.

In case you use GCC syntax is described there Using the GNU Compiler Collection (GCC): Extended Asm 

0 件の賞賛