Other Parts Discussed in Thread: EK-TM4C123GXL
Hello!
I've noticed that in the file
D S -T M 4C 123G H6 P M - 1 5 8 4 2 . 2 7 4 1
S P M S 376E
which is a datasheet for Tiva TM4C123GH6PM there's a wrong offset for the data register:
The datasheet says offset 0x0000 but the Code Composer Studio IDE has this register offset at 0x03FC. Writing to offset 0x00 does nothing, while I can confirm with an ek-tm4c123gxl board the pins toggle only if you write to offset 0x03FC. Am I correct or am I missing something?
Took me 1 day to figure it out :-D Now I know a lot about the Tiva's GPIO.
Regards,
L. B.