Bugs item #3443359, was opened at 2011-11-27 00:13
Message generated for change (Tracker Item Submitted) made by galzsolt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100599&aid=3443359&group_id=599
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pic14 target
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Gál Zsolt (galzsolt)
Assigned to: Nobody/Anonymous (nobody)
Summary: [PIC14] 16f628[a] missing bits from header
Initial Comment:
I got this message from the compiler today:
main.c:101: Hiba26: '_TRISA6' not a structure/union member
main.c:108: Hiba26: '_TRISA7' not a structure/union member
main.c:109: Hiba26: '_RA7' not a structure/union member
main.c:169: Hiba26: '_RA6' not a structure/union member
The 16f628 device has PORTA6 and PORTA7 i/o ports and corresponding register bits also. Bit definitions are missing for those pins in the header file.
I attahed a diff file for correct it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100599&aid=3443359&group_id=599
|