Hi @Tesla DeLorean , Have tried giving exit paths also by giving CS HIGH still unable to read the BANK STAT.Dont know what we are missing. The Datasheet says First we need to send Command 0x85(READ VOLATILE REG) then the Address of BANK STAT(0x11) fo...
Hi @KDJEM.1 We are able to do the RWW operation by controlling the CS in software in multiplex mode .I am able to write to a bank and at the same time able to read the data from another bank. But there is one thing i need to read the BANKSTAT regist...
@KDJEM.1 Our Requirement is to achieve the RWW for our Flash chip which has RWW capabilityOur Use case is to Write to Particular Bank(We have 4 Banks)And while writing we need to read from another Bank.Regards,Sanath
Hi @KDJEM.1 Sorry for the delayed response.We are able to Read and Write by controlling the Chipselect in Software in Multiplexmode. Now we are trying to do RWW where we are trying to Write Using OSPI2 and Read using OSPI1 DMA . Any specific Inputs...