This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

what action will be performed by the master based on the read and write responce in axi 4?

i read the specification of AXI 4 protocol. i want to know what action will be performed by the master when it receive okay,exokay,slverr or decerr. okay and exokay says that the transfer is completed either by normal access and by the exclusive access, so i think master doesn't have to perform any special thing but if response is slverr or decerr at that time master has to do something either it will reject data transfer request or it can re-initiate the transfer.

is it possible to stop the burst transfer after receiving either slverr or decerr?

what i know is the in axi we can't stop the burst transfer while transfer is going on. so is it possible that someone tell me what master has to do on each response error?