??? 05/28/06 07:10 Read: times |
#117192 - Re: Timed access Responding to: ???'s previous message |
Jez,
I mostly know c programming from a pc standpoint so I'm more acquainted to having a header and code file for each of my groups of functions. SDCC is severly lacking in the multi file source compiling area so I include my header files at the top of my primary code file and include the code file that goes with the header files at the bottom. Just my silly little work around till I get more familar with using SDCC. I've only been programming for the 8052 a week now. Well the datasheet does not mention timed access but I gave it a try anyway and no go. Thanks for the idea though. |