axi_spi_master icon indicating copy to clipboard operation
axi_spi_master copied to clipboard

Results 4 axi_spi_master issues
Sort by recently updated
recently updated
newest added

During a burst operation the data corresponding to higher address is returned first and then the data for lower address. See attached waveform ![wrong_burst](https://github.com/pulp-platform/axi_spi_master/assets/1273287/e54d38e4-af54-4d5f-b113-8fa831b85911)

Support for phase and polarity switching would be greatly appreciated. Is there any reason to not make these modes configurable?

s_eot signal not asserted for spi transactions without any data. E.g. NOR flash write enable, write disable commands. Thus programs using IRQ will lost such event interrupts.

spk_clk_div = 0 is generating spi clk @half clk frequency, and sdo missed first spi_clk rising edge thus first bit(s) was not latched correctly by slave. Delay en by 1...