This is an MIT-licensed exFAT implementation for Arduinos. Maybe it can be
adapted?
https://github.com/greiman/SdFat-beta
-adam
On Wed, Sep 2, 2020 at 9:53 PM Pelle Windestam <
pelle.windes...@tagmaster.com> wrote:
>
> > > Hi everyone,
> > >
> > > Is there any support for high capacity SD-cards
> > Hi everyone,
> >
> > Is there any support for high capacity SD-cards in NuttX, i.e. larger
> > than 32GB? I have done some research online and it seems that for
> > those sizes, SDXC cards using the exFAT file system is required. I
> > have looked through the code and cannot find anything indi
Hi Pelle,
On 9/2/20, Pelle Windestam wrote:
> Hi everyone,
>
> Is there any support for high capacity SD-cards in NuttX, i.e. larger than
> 32GB? I have done some research online and it seems that for those sizes,
> SDXC cards using the exFAT file system is required. I have looked through
> the c