Hi
I'm "Lightning Flash" Asuna
Does Arm Compiler 5 support the Armv8-M architecture for Cortex-M23 and M33?
and
Is there a website that lists the Arm architectures supported by Arm Compiler 5?
Please help.My boss is angry.
Arm Compiler 5 (armcc) only supports up to Armv7-M processors.
You need to use Arm Compiler 6 (armclang) or the new Arm Compiler for Embedded (clang).
For a complete list of supported processors use "armcc --cpu list" on the command line.