Page 2 of 2
Re: gremain sd fat - a debugging journey
Posted: Sat Feb 06, 2021 1:41 pm
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
Re: gremain sd fat - a debugging journey
Posted: Sat Feb 06, 2021 5:41 pm
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.
Re: gremain sd fat - a debugging journey
Posted: Sat Feb 06, 2021 6:00 pm
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.