Replies: 3 comments 3 replies
-
Yes, a clock tree setup may have to be added though - and perhas a linker file.
Should be ok, but for the SD card you should really consider using SDIO if you are not constrained on pins. If you want to run the WebUI then currently the plugin need more RAM than available, I may fix this later by swapping out the current json encoder with a new one. So a F7xx MCU with more than 128K RAM is perhaps a better choice? |
Beta Was this translation helpful? Give feedback.
-
If I stick with SPI (for the SD Card) would that have any specific implications? |
Beta Was this translation helpful? Give feedback.
-
OK. Can the pin mappings for SDIO be changed (use pins next to each other) and if yes, is this something that even I can do? |
Beta Was this translation helpful? Give feedback.
-
Is it possible to have a grbl file to suit the STM32F446VET6 MCU?
This MCU has 100 pins, will run up to 180MHz and has up to 4 SPI's.
I am building a custom 6 Axis grbl board tha uses this MCU and will also utilise the HSI (instead of external crystal) to run at max frequency.
I am looking at (but am not sure if it is feasable) to run the SD Card on SPI 1 and to have a Wiznet Ethernet Module and ESP32 WiFi Module (which I am having discussions with you to build a driver) to run on SPI 4.
I have looked at the F446 Nucleo 64 (which I have previously used on another custom board) but I don't think this one will be appropriate. I can also see you have the Nucleo144 debug but I suspect that will not be appropriate either
I do not believe there is a commercial board that uses the 100 pin MCU.
Regards and have a great day
George
Beta Was this translation helpful? Give feedback.
All reactions