stevstrong
stevstrong
I just made two commits to support SDIO for variant F103R8 in my repo. I did not test it because I don't have such a board, but it should compile...
@serkanc , have you managed to compile an example error free?
@serkanc Can you eventually post here the example you compiled?
@serkanc , thank you for the example. Maybe we should add it to the repo examples.
Honestly, I am starting to have doubts on the whole `_currentSetting` stuff. I think that was introduced to allow switching from SPI1 to SPI2 in a comfortable way using setModule(x)....
setModule() in actual form has the issue with bus sharing (several devices on the same bus). We should maybe rework the callback function registration by passing CS pin as input...
I think I will merge the version from my repo which has already implemented ISR pointers assigned for each port in part, which would solve this issue.
Everyone is welcome to contribute and make some necessary changes in the available examples.
I cannot check this as I don't have any MAC. Can someone please double check this?
Why breaks that strategy? What is the problem when both devices uses the same frequency?