Page 1 of 1

18F05Q41 datasheet SFR without Ports, why?

PostPosted: Fri Apr 15, 2022 8:08 pm
by DevOp
I am starting to work with 18F05Q41. I use ccs compiler and like to use #BIT to assign a variable to a port bit, so I can control port pins directly.
The older 18F datasheet show the addresses of the ports in the Special Function Register table.
The datasheet of the 18F05Q41 seems to show no port addresses in the SFR table (at least I can´t find it).
Is there a technical reason why the info is missing?
Do you know the SFR addresses of the 18F05Q41 ports and if so, can you please share it with us ?
I am a bit confused and wonder what is going on here...

Re: 18F05Q41 datasheet SFR without Ports, why?

PostPosted: Sat Apr 16, 2022 9:37 am
by Roche
It seems the datasheet format has changed... try under section 47 - register summary.

Re: 18F05Q41 datasheet SFR without Ports, why?

PostPosted: Sat Apr 16, 2022 11:48 am
by DevOp
Thanks, that´s it. :)