Does Kinetis has a simulator?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi!
New to kinetis. Does kinetis Design Studio has a simulator like stepping through the code etc. ?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does Codewarrior for K series mcu's provides simulation for the K64P144M120SF5RM which is a FRDM-K64F device?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Alexandros,
CodeWarrior for MCU does not include a simulator for ARM. Options are the ones outlined in this thread. Keep in mind that even these similator are mostly core simulator and do not simulate the full device.
Erich
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Erich,
Is there any simulator for kinetis, which can simulate the full device?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Alexandros,
a simulator is not included in KDS. But there is QEMU which you could use, see The GNU ARM Eclipse QEMU .
I hope this helps,
Erich
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is the uTasker also a simulator that I can use?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
There is pre-built simulator at that link which can be tried [it takes about 30..40s from clicking the download link to running a virtual FRDM-K64F with Ethernet, Web server, Telenet, SD card and USB (although Winpcap should be installed on the PC due to its DLL being needed - it is already there if Wireshark has been installed].
Regards
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Alexandros,
yes, that's another simulator you can use.
Erich