No more delay component for CPU?

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

No more delay component for CPU?

Jump to solution
1,586 Views
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

Labels (1)
0 Kudos
1 Solution
656 Views
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

View solution in original post

0 Kudos
2 Replies
657 Views
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 Kudos
656 Views
lander
Contributor IV

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

0 Kudos