7.7.2.2 Get Confirmation Data
If there is a pending ATPL360_TX_CFM_FLAG_MASK event, it is needed to read information relative to the TX confirmation event:
- Master (MOSI):
- Send ID memory region(16 bits): 0x0003 (ATPL360_TX_CFM_ID)
- Send SPI command (1 bit): 0 (read command)
- Send SPI data length (15 bits) (in blocks of 16-bits): 0x05 (10 bytes)
- Slave (MISO):
- Send Firmware Header (16 bits): 0x1122
- Send Firmware Events (16 bits): 0x0001 (ATPL360_TX_CFM_FLAG_MASK)
- Send Firmware TX confirmation data:
- RMS calc value (32 bits)
- Transmission Time (32 bits)
- Transmission Result (8 bits)
If there are no pending events to attend, the nterrupt line is disabled.