Hi
I need to capture a serial bit stream which consists of a sequence of 16 bit words, package them up and transmit over a bluetooth interface - it's a datalogger application. The bit stream has no framing structure and is simply a data line and clock line - so I need something like a simple shift register with an interrupt when i get 16 bits (or 8, or 32 or 64 bits). The nRF52 devices have UART, SPI and i2c interfaces which are serial but can't see a way to make them work in a basic/raw mode where they don't try to impose some structure to the data - but maybe this is possible. Can anyone give me some pointers on this.
Cheers