newlib (stdc) + uart + petit_fat integration
- FDR
-
- Offline
Less
More
08 Aug 2012 09:58 #969
by FDR
Replied by FDR on topic newlib (stdc) + uart + petit_fat integration
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.
- FDR
-
- Offline
08 Aug 2012 18:02 - 08 Aug 2012 18:06 #979
by FDR
Replied by FDR on topic newlib (stdc) + uart + petit_fat integration
My dfu builted on Windows doesn't work.
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...
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...
Last edit: 08 Aug 2012 18:06 by FDR.
- PhracturedBlue
-
- Offline
Less
More
- Posts: 4403
08 Aug 2012 18:05 #980
by PhracturedBlue
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.
Replied by PhracturedBlue on topic newlib (stdc) + uart + petit_fat integration
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.
- FDR
-
- Offline
08 Aug 2012 18:07 #981
by FDR
Replied by FDR on topic newlib (stdc) + uart + petit_fat integration
Sorry! It works! 
I forgot to copy the content of the filesystem dir...
I forgot to copy the content of the filesystem dir...
- wuselfuzz
-
Topic Author
- Offline
Less
More
- Posts: 83
09 Aug 2012 11:32 - 09 Aug 2012 11:42 #1000
by wuselfuzz
Replied by wuselfuzz on topic newlib (stdc) + uart + petit_fat integration
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
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
Last edit: 09 Aug 2012 11:42 by wuselfuzz.
- PhracturedBlue
-
- Offline
Less
More
- Posts: 4403
09 Aug 2012 12:52 #1002
by PhracturedBlue
Replied by PhracturedBlue on topic newlib (stdc) + uart + petit_fat integration
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
Time to create page: 0.197 seconds
-
Home
-
Forum
-
Development
-
Development
- newlib (stdc) + uart + petit_fat integration