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
Solved! Go to Solution.
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
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
It's working great! Thank you for your response!