Matrix Calculation on MPC5XXX

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

Matrix Calculation on MPC5XXX

Jump to solution
1,112 Views
EmilyZhou8
Contributor III

I am working on multiarray calculation on MPC5566. Is there any math function helping to do matrix calculation ? Or is there any easier way to calculate matrix?

MPC5566 MPC5554VBBOARDS 

0 Kudos
Reply
1 Solution
1,103 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

On the MPC5566 microcontroller, there is no built-in hardware support for high-level matrix operations like in MATLAB or Python's NumPy. However, you can perform matrix calculations using manual implementation in C.

There is no official Freescale/NXP matrix library for MPC5566.

Best regards,

Peter

View solution in original post

0 Kudos
Reply
1 Reply
1,104 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

On the MPC5566 microcontroller, there is no built-in hardware support for high-level matrix operations like in MATLAB or Python's NumPy. However, you can perform matrix calculations using manual implementation in C.

There is no official Freescale/NXP matrix library for MPC5566.

Best regards,

Peter

0 Kudos
Reply