Thread Safe PE code for K65?

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

Thread Safe PE code for K65?

Jump to solution
657 Views
ERussell
Contributor IV

I was wondering whether the new PE code generated using KDS 3.0.0 for the K65 processor can be considered thread safe? As an example, if I have two threads running at different priorities and one uses i2c1 and the other uses i2c2, will the PE generated code be thread safe since the i2c components are sharing functions in the SDK?

Thanks,

Elizabeth

Tags (2)
0 Kudos
1 Solution
474 Views
DavidS
NXP Employee
NXP Employee

Hi Elizabeth,

Yes the KSDK_1.3 code is thread safe.

PE is actually only used to generate configuration structures that are used by the static code/drivers in the KSDK.

Regards,

David

View solution in original post

0 Kudos
2 Replies
475 Views
DavidS
NXP Employee
NXP Employee

Hi Elizabeth,

Yes the KSDK_1.3 code is thread safe.

PE is actually only used to generate configuration structures that are used by the static code/drivers in the KSDK.

Regards,

David

0 Kudos
474 Views
ERussell
Contributor IV

Thank you very much!

Elizabeth

0 Kudos