View previous topic :: View next topic |
Author |
Message |
barryg
Joined: 04 Dec 2006 Posts: 41
|
Undefined identifier ADC_TAD_MUL_20 |
Posted: Fri Nov 02, 2007 6:52 pm |
|
|
I got this when I switched from including 18F4455.h, to 18F4550.h.
Undefined identifier ADC_TAD_MUL_20
Seems the relevant block of #define's is missing. My compiler is 3.236. Perhaps this is fixed in a later version. Can someone check...otherwise, I should notify CCS. |
|
|
jecottrell
Joined: 16 Jan 2005 Posts: 559 Location: Tucson, AZ
|
|
Posted: Sat Nov 03, 2007 8:34 am |
|
|
3.249: It's still missing. |
|
|
Ttelmah Guest
|
|
Posted: Sat Nov 03, 2007 9:15 am |
|
|
I'd just copy them in from the 4455 file.
They are still missing for this chip, on the latest compiler. A lot of chips don't support this option, but this one does, and they should be there...
It may be that they tried them, and they didn't work (there is an erratum, concerning the bit layour in the data sheet, which if they tried with the original sheet, might have prevented these from working...), so they left them out.
Best Wishes |
|
|
|