cancel
Showing results for 
Search instead for 
Did you mean: 

HSO Algorithm for STM32F4 or STM32F7 ?

Rahuld
Associate III

Hi,

I have generated code for HSO on a workbench as recommended by the release note. But we are thinking of using the STM32F4 or STM32F7 series of controllers. So, my question is: Does the HSO algorithm work for dual-channel FOC on the STM32F4 or STM32F7 boards if we port the code? HSO is not for the STM32F4 Series. Is it due to peripheral limitations or not introduced?

 

Thanks,

Rahul D

4 REPLIES 4
Gael A
ST Employee

Hello Rahuld,

There is currently no plan to port the HSO to STM32F4 or STM32F7. We currently put our efforts on newer MCUs than those two.

If you agree with my answer, please consider accepting it by clicking on 'Accept as solution'.

Hope this will help,
Gaël A.

Hi @Gael A ,

 

There is some misunderstanding.

I am asking if I generate a code with G4 control Board and use its application layer (HSO functions) with same configuration & run in F4/F7 control Board code. Will it work?  

 

Thanks,

Rahul D

You would need to rebuild the HSO functions to run on different targets.

As @Gael A  said in your other thread, the HSO functions are not supplied as source code - so you can't do that.

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

I can use HSO functions (function call) using STM32F4 and code also builds and compiles, but my question is, will HSO work?