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

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

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

Jump to solution
1,117 Views
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 Kudos
1 Solution
1,001 Views
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 

View solution in original post

0 Kudos
1 Reply
1,002 Views
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 Kudos