How can I use ExecuTorch to deploy a model to Infineon TC3xxx MicroController?

Hello,
Is it possible?
If yes,any example is highly appreciated.

2 Likes

I am not very familiar with this series of 32b MCUs. ET runtime is very portable and does not assume availability of an operating system, or filesystem etc.

FWIW, we have a tutorial to cross compile and run ET on Cortex-M processors.