Thank you, Alexis, for your response. This, indeed, did seem to work for me. However, this begs a few more questions:
1) Should I use FGPIO for all of my GPIO accesses on this part?
2) Normal GPIO Accesses worked for PORTA, Pin 1. Why did this not work for PORTB, Pin 3?
The Reference manual states:
The GPIO registers are also aliased to the IOPORT interface on the Cortex-M0+ from
address 0xF800_0000.
This implies to me that normal GPIO access should work.
Why then, did the normal GPIO access not work for PORTB, Pin 3? I would like to understand the difference.
Best,
Brett Swimley