Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
I want to use direct port access such as LPC_IOCON->PIO1_13 = (0 | 1<<5 | 1<<4); to access and define some of the needed registers bits but im getting errors while I do as such in the mbed online compiler! I want to know can I use direct functions at all? If yes then how?