MPC5777C How to enable FPU

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

MPC5777C How to enable FPU

Jump to solution
1,134 Views
1620773328
Contributor II
Hello NXP expert, We are using MPC5777CEVB and MPC57XXMB. IDE:s32ds for Power Architecture OS:Windows 10 Is there any FPU test example base on s32ds? If not, how to enable FPU step by step? Regards, Jinus
0 Kudos
1 Solution
1,124 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

this core does not have HW floating point unit.

petervlna_0-1606452576124.png

You have to enable it in MSR core register before use of FPU instrucitons:

petervlna_1-1606452924401.png

 

You can follow the guide how to setup S32DS for EFPU generation here where is also an example code:

https://community.nxp.com/t5/S32-Design-Studio/how-to-enable-and-use-VFPU-and-SPE2-SIMD-for-MPC57xx-...

 

best regards,

Peter

 

 

View solution in original post

0 Kudos
2 Replies
1,125 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

this core does not have HW floating point unit.

petervlna_0-1606452576124.png

You have to enable it in MSR core register before use of FPU instrucitons:

petervlna_1-1606452924401.png

 

You can follow the guide how to setup S32DS for EFPU generation here where is also an example code:

https://community.nxp.com/t5/S32-Design-Studio/how-to-enable-and-use-VFPU-and-SPE2-SIMD-for-MPC57xx-...

 

best regards,

Peter

 

 

0 Kudos
1,109 Views
1620773328
Contributor II

Peter, Thank you very much. Problem solved.

0 Kudos