Skip to main content
mtien888
Associate II
May 7, 2018
Question

HAL I2C DMA Detect NAK (STM32F072)

  • May 7, 2018
  • 0 replies
  • 405 views
Posted on May 07, 2018 at 23:02

I am using HAL I2C to interface Cryptomemory (from ATMEL). Using I2C master transmit(HAL_I2C_Master_Transmit_DMA), I need to differentiate the following two conditions of device,

1. Send B4+ACK, 00+ACK, 00+ACK, 01+NAK

2. Send B4+NAK

They are both valid operations in this device under certain conditions. In the second condition, I need to repeat sending B4 until ACK received.  

I wasn't able to differentiate using HAL_I2C_GetError because both return the same error.  Is there a way to know DMA queue transferred count?  

If not possible, I might need to abandon DMA.

Thanks.    

    This topic has been closed for replies.