Tool/software:
I am designing an interface between an FPGA and the DSP, I have several 32bit registers into the FPGA.
When the DSP is accessing 32bit register on a 8bit bus, does it lower the CS, access all the bytes then rises the CS, or is the operation done lowering the CS, access one byte, rise the CS, repeat for all bytes?
I would like to use the CS rising to confirm that the entire operation has completed into the FPGA.
Furthermore, can the 32bit accesses operation ever being interrupted by interrupt, DMA or other, is it atomic?
Thanks and regards
Antonio