We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I am considering to build application for Cortex-M33 based Microcontroller.
I am wondering is Keil MDK 5 supports simulator for Cortex-M33 core?
Regards,
Dicky
Yes, Cortex-M33 can be simulated in Keil MDK using the Fast Models.
Fast Models Debugger configuration:
http://www.keil.com/support/man/docs/fstmdls/
Some preconfigured examples for Cortex-M33 and Fast Models:
https://github.com/ARM-software/CMSIS_5/tree/develop/CMSIS/RTOS2/RTX/Examples/TrustZoneV8M
Thanks Robert Rostohar for the answer, will take a look on it.