I am very much new to Embedded systems, and will like to develop myself in this aspect.
I will like to use a port, E,g PORT A. I know that i will have to activate the clock for the port, set the direction register and so on, but my problem is getting the addresses needed.
for example: #define SYSCTL_RCGC2_R(*((volatile unsigned long *) 0x400xxxx)
How do I get this from the data sheet.
Thank You