Building OCCT for ARM platform

Original subject in the title. Is it possible to use it on controllers? )
Thanks.
With respect, Eugene.

gkv311 n's picture

Which 'controller' are you referring to?

Of course it is possible building OCCT for ARM platforms - it is running on Android, iOS, macOS (Apple M1+) for many years, but I guess you mean something different...

sOup x's picture

He is referring to microcontrollers, in particular the Cortex-M series of ARM. Been thinking about this as well.

Eugene Zaliznyak's picture

Yes, you are right, for example, stm32H7 microcontroller. It is based on Cortex-M7 .

Dmitrii Pasukhin's picture

Please share more details (links). Compiling depends on OS and compiler supports. There will of course some limitations with visualization.

If you be able to build another c++ software on that 'controller', theoretically it is possible, but depends on a lot of things. Needs to support c++11 at least.

Best regards, Dmitrii.

Dmitrii Pasukhin's picture

I have a small look and have no idea how you plan to put a big library in small flash memory.

Even if you will plan to use only DE part, it looks like a bad idea.

Best regards, Dmitrii 

Eugene Zaliznyak's picture

Yes, I understand It depends on OS and compiler. It would interesting is there any success story to use OCCT on microcontroller?
But in any way, thank you for the answer!