No more delay component for CPU?

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

No more delay component for CPU?

跳至解决方案
1,620 次查看
lander
Contributor IV

I worked with CW 6.3 and recently moved to CW 10.2 and I'm messing with PE and noticed there is no delay method in the CPU's method list.  Am I missing something, like maybe another component meant to act as a CPU delay?  The only components I'm working with are UART (AsynchroSerial) and a single I/O bit.

Thank you,

Liz

标签 (1)
0 项奖励
1 解答
690 次查看
BlackNight
NXP Employee
NXP Employee

Hi Liz,

that delay method still exists for S08 and ColdFire. But does not exist for say Kinetis.

That's why I wrote my own component to overcome this.

The component is available here: Wait

The latests version and sources (and other components) are available on GitHub here: GitHub

An example usage of it is shown here: Tutorial: Enlightning the Freedom KL25Z Board | MCU on Eclipse

Hope this helps,

Erich

在原帖中查看解决方案

0 项奖励
2 回复数
691 次查看
BlackNight
NXP Employee
NXP Employee

Hi Liz,

that delay method still exists for S08 and ColdFire. But does not exist for say Kinetis.

That's why I wrote my own component to overcome this.

The component is available here: Wait

The latests version and sources (and other components) are available on GitHub here: GitHub

An example usage of it is shown here: Tutorial: Enlightning the Freedom KL25Z Board | MCU on Eclipse

Hope this helps,

Erich

0 项奖励
690 次查看
lander
Contributor IV

It's working great!  Thank you for your response!

0 项奖励