gremain sd fat - a debugging journey

Post here first, or if you can't find a relevant section!
ag123
Posts: 1657
Joined: Thu Dec 19, 2019 5:30 am
Answers: 25

Re: gremain sd fat - a debugging journey

Post by ag123 »

note that i've logged an issue in greiman's SdFat repository
https://github.com/greiman/SdFat/issues/252
hence, he may use

Code: Select all

return m_spi->dmaTransfer((const uint16_t) 0xff, buf, count);
after all
stevestrong
Posts: 502
Joined: Fri Dec 27, 2019 4:53 pm
Answers: 8
Location: Munich, Germany
Contact:

Re: gremain sd fat - a debugging journey

Post by stevestrong »

He will not use any version, he does not want to support the Libmaple driver.
But I have forked it and I will continue to update it from his repo.
So if you want to use SdFat with Libmaple this is the repo you should use.
There I already fixed/adapted several functions for the STM32 SPI driver.
ag123
Posts: 1657
Joined: Thu Dec 19, 2019 5:30 am
Answers: 25

Re: gremain sd fat - a debugging journey

Post by ag123 »

thanks, saw that, possibly too many to maintain
i've made a recent fork, but i think i'd work on your fork too.
Post Reply

Return to “General discussion”