where is the mc9s08aw16.h?

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

where is the mc9s08aw16.h?

2,303 Views
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.  
Labels (1)
0 Kudos
Reply
3 Replies

964 Views
CrasyCat
Specialist III
Just a side note.
 
CodeWarrior HC08 V5.1 comes with a header file mc9s08aw16a.h for HCS08AW16.
 
CrasyCat
0 Kudos
Reply

964 Views
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 Kudos
Reply

964 Views
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 Kudos
Reply