newlib (stdc) + uart + petit_fat integration
- FDR
- Offline
Only MatCat could tell, but I think it should be fine...PhracturedBlue wrote: I'm not sure how much spce we have, so if that 50MB file is too big, feel free to remove it.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
It flashing the screen and restarting over and over with a 1s cycle time...
EDIT: Nop, my bad, it is working! I forgot to copy the filesystem dir...
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Then it didn't completely fail, since that is the watchdog kicking inFDR wrote: My dfu builted on Windows doesn't work.
It flashing the screen and restarting over and over with a 1s cycle time...
Did you try using the stm32.zip I supplied? If you get the same result with that then it is likely the code as opposed to the toolchain. By the way you can install it wherever you want as long as it is in your path, so you can have both toolchains installed simultaneously.
Please Log in or Create an account to join the conversation.
- FDR
- Offline
I forgot to copy the content of the filesystem dir...
Please Log in or Create an account to join the conversation.
- wuselfuzz
- Topic Author
- Offline
- Posts: 83
Compiled size of the complete FatFs Module and of this one ultra-embedded.com/?fat_filelib to be tested.
+1: www.larwe.com/zws/products/dosfs/index.html
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
I'd also check out ELM. Make sure you can change the sector-size, since we require 4096k sectors.wuselfuzz wrote: I'll test out other FAT implementations, soon. I don't really trust petit_fat for the write limitations, I'd rather see a full FAT implementation.
Compiled size of the complete FatFs Module and of this one ultra-embedded.com/?fat_filelib to be tested.
+1: www.larwe.com/zws/products/dosfs/index.html
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- newlib (stdc) + uart + petit_fat integration