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