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,163 次查看
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

标记 (3)
0 项奖励
1 解答
1,047 次查看
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,048 次查看
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 项奖励