You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to get SPI to work (with DMA) on this device using your bare metal code. I've imported the HAL declarations and implementations for SPI but I cannot figure out the clocks, the dividers and the DMA setup, all of which is just different enough from what I'm used to that it's losing me.
And I'm pretty easily lost at this point admittedly, being fairly new to ARMs and brand new to Cortex As.
I was trying to use STM32CubeMX to cheat my way through some of it, but it's not working out. Also tried decoding devicetrees - which I can read a little of due to using zephyr, but I'm not getting very far.
The text was updated successfully, but these errors were encountered:
I've been trying to get SPI to work (with DMA) on this device using your bare metal code. I've imported the HAL declarations and implementations for SPI but I cannot figure out the clocks, the dividers and the DMA setup, all of which is just different enough from what I'm used to that it's losing me.
And I'm pretty easily lost at this point admittedly, being fairly new to ARMs and brand new to Cortex As.
I was trying to use STM32CubeMX to cheat my way through some of it, but it's not working out. Also tried decoding devicetrees - which I can read a little of due to using zephyr, but I'm not getting very far.
The text was updated successfully, but these errors were encountered: