C Reference

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

C Reference

跳至解决方案
3,143 次查看
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
标签 (1)
标记 (1)
0 项奖励
回复
1 解答
1,543 次查看
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 项奖励
回复
4 回复数
1,544 次查看
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 项奖励
回复
1,543 次查看
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 项奖励
回复
1,543 次查看
Lundin
Senior Contributor IV
Use one of the built-in hardware timers.
0 项奖励
回复
1,543 次查看
JulsPower
Contributor II
thanks this is what i was looking for
0 项奖励
回复