Hi,
I am trying to build software(esp device driver support) for a particular Cortex-M33 microcontroller offering from my company. I have a few questions about software IDE and tools supported by ARM:
Regards
Radhika
Hello Radhika,
which edition of Keil MDK do you have? For secure and non-secure programming, you need at least MDK-PLus (see comparison table). In the CMSIS pack, we do have examples for Cortex-M33 with FP and TrustZone available. In Pack Installer, on the Devices tab, expand Arm and search for ARMCM33_DSP_FP_TZ. On the Examples tab you will see at least three example projects that can be run on an FVP or real hardware:
Why do you want GNU support for the device? Arm Compiler 6, which is part of MDK offers better performance and code size.
Kind regards,
Christopher