Ardumower future PCB: Unterschied zwischen den Versionen
Aus www.wiki.ardumower.de
(→Software) |
(→CPU) |
||
Zeile 8: | Zeile 8: | ||
=CPU= | =CPU= | ||
− | * STM32F4 (Cortex M4, DSP, 100 I/O pins) http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/PF252419 | + | * STM32F4 (Cortex M4, DSP, 100 I/O pins, 256K RAM) http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/PF252419 |
=PCB= | =PCB= |
Version vom 9. Februar 2015, 11:02 Uhr
Inhaltsverzeichnis
Abstract
Ideas for a future PCB...
Circuits
The PCB circuits (for battery, charging, etc.) should be based on the Mega/Due PCB:
https://code.google.com/p/ardumower/source/browse/#svn%2Ftrunk%2Fpcb
CPU
- STM32F4 (Cortex M4, DSP, 100 I/O pins, 256K RAM) http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/PF252419
PCB
- One board or
- 2 boards (one cpu/imu + one IO board for example)
Software
- For the software part, ChibiOS could be a very nice start . It's a good RTOS with high integration of STM32 drivers , FATFS integration, LWIP etc... http://www.chibios.org/dokuwiki/doku.php?id=chibios:matrix
And: There's chibistudio (modified Eclipse) for chibi...