In order to directly read/write to internal registers, where can I find some header files with description of all internal registers of a microcontroller ?
i.e.
#BYTE TMR0 = 0x01
#BIT T0IF = 0x0B.2
Thanks !!!
dbotkin
Joined: 08 Sep 2003 Posts: 197 Location: Omaha NE USA
Posted: Thu Nov 16, 2006 8:53 am
The .H file for your processor will have some. For the common ones, I haven't found anything but it would be pretty simple to write using the data sheet. I usually just add a few #defines for any registers I need to set directly.
ckielstra
Joined: 18 Mar 2004 Posts: 3680 Location: The Netherlands
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum