This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C123GH6PM: EK-TM4C123GXL

Part Number: TM4C123GH6PM
Other Parts Discussed in Thread: EK-TM4C123GXL

Dear Support,

I have TIVAC Launchpad EK-TM4C123GXL with ARM TM4C123GH6PM. The header file is "lm4f120h5qr.h"
I am using IAR Embedded Workbench IDE 9.10.2
the compiler only recognizes register in (__) format: SYSCTL_RCGCGPIO_R = 0x20;
All examples in Youtube are using this format: SYSCTL->RCGCPIO_R = 0x20;
The compiler is not recognizing (->) registers. It is giving errors.
How Can I use (->)?
Thanks,
Raffi Semerjian