You are here

VESC 6.0 MCU Model?

4 posts / 0 new
Last post
josh
josh's picture
Offline
Last seen: 2 years 3 months ago
VESC Original
Joined: 2017-05-24 12:15
Posts: 92
VESC 6.0 MCU Model?

Hello everyone,

I am currently working on desgining a VESC 6 pcb and am trying to figure out which version of the STM32F40X MCU is used in the vesc 6. As far as I can tell, the only difference (other than cost) between the STM32F401 and STM32F407 is the memory size (256KB vs 1MB). Which one does the original VESC 6 use and can the 256KB be used in place if the 1MB is normally used?

Cheers!

Danny Bokma
Offline
Last seen: 2 months 2 weeks ago
VESC Original
Joined: 2017-05-24 12:11
Posts: 53

Keep in mind that you lose half the flash with the firmware update method + a bit of room for the bootloader. Not sure what the current flash usage is.

antonchromjak
Offline
Last seen: 2 months 1 week ago
Joined: 2017-09-05 13:47
Posts: 57

STM32F401 have only 1 ADC and you need 3 like STM32F405

josh
josh's picture
Offline
Last seen: 2 years 3 months ago
VESC Original
Joined: 2017-05-24 12:15
Posts: 92

Thanks for the responses. I will take another look at the schematic and see.