Re: STM32F405RG and NuttX

2023-08-14 Thread Robert Middleton
Thanks for the tip Alan! I modified that config slightly(reconfigure the clocks) and got it to boot and output information on the serial port. Now I just need to configure the applications appropriately. -Robert Middleton On Sun, Aug 13, 2023 at 2:19 PM Alan C. Assis wrote: > > Hi Robert, > >

Re: SMP and filesystem interactions.

2023-08-14 Thread Gregory Nutt
I am new to nuttx, and I'm hoping someone could point me in the right direction regarding SMP and filesystem interactions, specifically writing to the SD card. Using multiple threads that are writing to separate files, with sdio buffering enabled, do I need to use mutex to prevent fwrite con