C Reference

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

C Reference

Jump to solution
2,261 Views
JulsPower
Contributor II
Hi
Im using codewarrior for my QE8 micro
It work good with the debugger
currently on the badge demo board

But I was asking myself many time if there is a document about C Reference

saying everything about the type that exist like int int16 long...

and all about embed function

thanks if such a thing exist
Labels (1)
Tags (1)
0 Kudos
1 Solution
661 Views
Lundin
Senior Contributor IV
You should only need to concern yourself with ISO 9899:1999, aka the C standard.

But yes there is such a reference in the Codewarrior help.

Help -> HC(S)08 Build Tools Reference -> HC(S)08 Build Tools Reference

View solution in original post

0 Kudos
4 Replies
662 Views
Lundin
Senior Contributor IV
You should only need to concern yourself with ISO 9899:1999, aka the C standard.

But yes there is such a reference in the Codewarrior help.

Help -> HC(S)08 Build Tools Reference -> HC(S)08 Build Tools Reference
0 Kudos
661 Views
JulsPower
Contributor II
Hi again

is there any build-in function for delay?
or I have to use some asm and loop to make delay?
Thanks
0 Kudos
661 Views
Lundin
Senior Contributor IV
Use one of the built-in hardware timers.
0 Kudos
661 Views
JulsPower
Contributor II
thanks this is what i was looking for
0 Kudos