Frequently Asked Question
Can Typhoon software generate C code for 3rd party hardware?
Last Updated 18 days ago
Typhoon HIL supports C code generation for 3rd party hardware.
Code generation is covered in this documentation: C code export.
C code export tool will generate code for any ANSI C compatible target. Manufacturer-specific hardware/IO handling is currently not supported by Typhoon HIL code generation.
Exporting Generic ANSI C Code is covered in this tutorial: Tutorial | How to Export Generic ANSI C Code
If you want to import the C code that you previously exported from the same environment into the Typhoon HIL environment, please take a look at this Forum post.