You are here

Migrate to STM32H7

3 posts / 0 new
Last post
ERG
Offline
Last seen: 1 year 10 months ago
Joined: 2022-06-19 19:27
Posts: 2
Migrate to STM32H7

Im currently having some issues with my FOC. Anyway I think part of the reason is the limited capabilities of my chines analog signal preparation as well as the "limited" ADC performance of the STM32H4.

 

Since the ADC performance is massively improved in the H7 compared to the F4 (mostly: internal calibration now involves compensation of non linearity of the ADC) - and the difference in pricing is low, I think it would be smart to think about porting the VESC to the H7.

 

Has somebody already done such a code migration/ is it planed to do?

david
Offline
Last seen: 2 months 2 days ago
Joined: 2017-09-12 01:01
Posts: 15

I don't think any plans are in the works, Benjamin keeps figuring out how to get more and more out of a rather dated MCU!  If you're thinking of working on this yourself i would consider the G4 series since it's very cost competitive, is super fast, and has some nice ADCs (not sure about internal calibration).  https://www.st.com/en/microcontrollers-microprocessors/stm32g4-series.html

brokulp
Offline
Last seen: 2 months 6 days ago
VESC Free
Joined: 2023-10-15 15:54
Posts: 1

Hi,

I found this file in the current firmware.

https://github.com/vedderb/bldc/blob/release_6_02/blackmagic/target/stm3...

does this mean VESC has been ported?