xoviat[m]1 has quit [Quit: Idle for 30+ days]
jkristell[m]1 has joined ##stm32-rs
jkristell[m] has quit [Ping timeout: 245 seconds]
AnsgarSchmidt[m] has quit [Ping timeout: 245 seconds]
AnsgarSchmidt[m4 has joined ##stm32-rs
<firefrommoonligh> It looks like you can config SPI to use hardware-CS. (This sounds great!) Is that teh solution re CS?
<firefrommoonligh> * It looks like you can config SPI to use hardware-CS. (This sounds great!) Is that the solution re DMA CS?
<thalesfragoso[m]> firefrommoonlight the usual question, have you enabled all the clocks ?
<thalesfragoso[m]> The DMA clock in specific
<firefrommoonligh> Yep
<firefrommoonligh> Handled in the Dma constructor
<firefrommoonligh> Maybe I need to enable and disable DMA each byte transferred, instead of as an init step?
<firefrommoonligh> * Maybe I need to set and clear `rxdmaen` and `txdmaen` each byte transferred, instead of as an init step?
<firefrommoonligh> * Maybe I need to set and clear `rxdmaen` and `txdmaen` each transfer, instead of as an init step?
<firefrommoonligh> Maybe I need to clear the dma.ccr.en() bit after each transfer?
dne has quit [Remote host closed the connection]
dne has joined ##stm32-rs