2025-06-05 2:39 AM - last edited on 2025-06-05 3:59 AM by Andrew Neil
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
2025-06-05 4:50 AM
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.
2025-06-05 5:01 AM
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
2025-06-05 5:09 AM
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.
2025-06-05 5:16 AM
I can use HSO functions (function call) using STM32F4 and code also builds and compiles, but my question is, will HSO work?