32.5.14.4.1 Without DMA
- Write PIO_PCIDR and PIO_PCIER in order to configure the Parallel Capture mode interrupt mask.
- Write PIO_PCMR to set the fields DSIZE, ALWYS, HALFS and FRSTS in order to configure the Parallel Capture mode WITHOUT enabling the Parallel Capture mode.
- Write PIO_PCMR to set the PCEN bit to one in order to enable the Parallel Capture mode WITHOUT changing the previous configuration.
- Wait for a data ready by polling the DRDY flag in PIO_PCISR or by waiting for the corresponding interrupt.
- Check OVRE flag in PIO_PCISR.
- Read the data in PIO_PCRHR.
- If new data are expected, go to step 4.
- Write PIO_PCMR to set the PCEN bit to zero in order to disable the Parallel Capture mode WITHOUT changing the previous configuration.