Our company is designing a PLC based in the ARM microcontroller. Our customer wants to be able to program this PLC in the Codesys language. Anyone knows how we could translate from the Codesys code to C used to program the ARM? Another could be compilate directly from codesys to ARM, that exist? best regards
> compilate directly from codesys to ARM, that exist?
Compiler for ARM exists, but you have to use a Cortex A8 instead of STM32.Take a look at the memory requirements. Consider a design change to STR912 ? The Codesys compiler unfortunately only supports interwork and not thumb2 mode only CPUs. Probably you have to sign a contract with 3s that they compile it for you