SPI with DMA is not working in stm32g0
Hello,
Currently I am trying to configure SPI with DMA, where i am only using DMA for Transmit and Not for Receive, I have generated the code through STM32cubeIDE, i have c=external clock at 16mhz and my Baud rate is 4Mhz. i am not using any SPI interrupt. DMA interrupts are by default enabled
I am using SPI for writing into FRAM.
My code is misbehaving like sometimes it will write and sometimes not. Sometimes it will read sometimes not. I am not able understand the reason. Basically, it's not working properly
