Thread Safe PE code for K65?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Thread Safe PE code for K65?

跳至解决方案
1,315 次查看
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

标记 (2)
0 项奖励
回复
1 解答
1,132 次查看
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 项奖励
回复
2 回复数
1,133 次查看
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 项奖励
回复
1,132 次查看
ERussell
Contributor IV

Thank you very much!

Elizabeth

0 项奖励
回复