An example of STM8L SPI DMA regular buffer exchange between master and slave.
The example from STM8L15x-16x-05x-AL31-L_StdPeriph_Lib doesn't explain the way a regular buffer (i.e. 20 - 30 bytes of data) exchange between two MCUs in master and slave mode. Can anyone explain the steps of configuration on both sides?Now I have ST...