2022-01-14 05:30 AM
hello , ı use stm32h750vb
I m trying work spı,I'm trying to raise the miso pin at the beginning of the dialog, I'm wondering how you can do it.
2022-01-14 05:52 AM
MISO cannot be directly controlled, nor does it need to be, as the value only matters on clock transitions.
Use the pin in GPIO mode if you want explicit states.