SE050 middleware software with S32K146

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

SE050 middleware software with S32K146

Jump to solution
97 Views
stefan_nagel
Contributor I

Hey NXP,

in the package: se05x_ksdk-evkmimxrt1060_v04.05.00

there is the file:
phNxpEseProto7816_3.c

under:
se05x_ksdk-evkmimxrt1060_v04.05.00\middleware\se_hostlib\hostlib\hostLib\libCommon\smCom\T1oI2C

In the function:phNxpEseProto7816_ComputeCRC in line 125 you declare local variables with the same names you did as registers for the S32K146:

stefan_nagel_0-1719229978289.png

 

uint16_t CAL_CRC = 0xFFFF, CRC = 0x0000;

For sure, I can fix that locally, but it would be great if you fix that in your software.

If you have any questions or feedback, dont hesitate to contact me.

Kind regards

Stefan

0 Kudos
Reply
1 Solution
82 Views
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @stefan_nagel ,

 

Thanks for the report! I will let the MW team know about it.

 

Have a great day,
Kan


-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

View solution in original post

0 Kudos
Reply
1 Reply
83 Views
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @stefan_nagel ,

 

Thanks for the report! I will let the MW team know about it.

 

Have a great day,
Kan


-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos
Reply