Hello,
I'm using the Tiva C series launchPad with TI TM4c123GXL MCU. I've a proble using bit-specific addressing.
I first define port E1 as:
#define PE1 (*((volatile unsigned long *)0x40024008))
Setting PE1 to '1' using
PE1 = 0x20; don't set such pin but using
PE1 = 0x02 does the job, so where is the correct definitions for port pins??
Thanks & best regards,
Moataz Fouad