where is the mc9s08aw16.h?

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

where is the mc9s08aw16.h?

2,317 次查看
allegropro
Contributor I
now i am working on a project using mc9s08aw16,but i can't find the header file for it in codewarrior,and i searched the codewarrior updates,still i can't find it,why?there are mc9s08aw32 and mc9s08aw48 and mc9s08aw60 header files in the web,please tell me the reason.  
标签 (1)
0 项奖励
回复
3 回复数

978 次查看
CrasyCat
Specialist III
Just a side note.
 
CodeWarrior HC08 V5.1 comes with a header file mc9s08aw16a.h for HCS08AW16.
 
CrasyCat
0 项奖励
回复

978 次查看
admin
Specialist II


CrasyCat wrote:
Just a side note.
 
CodeWarrior HC08 V5.1 comes with a header file mc9s08aw16a.h for HCS08AW16.
 
CrasyCat



Funny, my CW5.1 didn't :smileysad:
0 项奖励
回复

978 次查看
bigmac
Specialist III
Hello,
 
Since the differences between the header files for the other devices is minimal, you should be able to create your own header file for the AW16.  Copy and rename one of the existing files.  I would suspect that the only edit required would be to replace the lines -
 
#ifndef _MC9S08AW60_H
#define _MC9S08AW60_H
 
with the following -
 
#ifndef _MC9S08AW16_H
#define _MC9S08AW16_H

This are the only difference between the other header files.
 
Regards,
Mac
 
0 项奖励
回复