where is the mc9s08aw16.h?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

where is the mc9s08aw16.h?

2,339件の閲覧回数
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 返答(返信)

1,000件の閲覧回数
CrasyCat
Specialist III
Just a side note.
 
CodeWarrior HC08 V5.1 comes with a header file mc9s08aw16a.h for HCS08AW16.
 
CrasyCat
0 件の賞賛
返信

1,000件の閲覧回数
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 件の賞賛
返信

1,000件の閲覧回数
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 件の賞賛
返信