I bought an Atmel ARM Cortex M7 development board a few weeks ago. Cost was ~$40. Here's a link to the board on Mouser:
http://www.mouser.com/search/ProductDet ... AME70-XPLDAttachment:
ATSAME70XPLD_SPL.jpg [ 36.14 KiB | Viewed 4757 times ]
Anyway, after a week of getting to know how the built in tools worked, I was able to port some of my old 65C02 Simulator for Windows C code and have a working emulator running. It is using a virtual COM port over USB set at 115200 baud and running my SBC2OS. Tonight, I built in a cycle counter and tomorrow I plan to play with onboard timer interrupts to calculate the emulated processor speed. With a 300MHz Fmax, it should be pretty darn fast - even with 0 optimizations.
From there, I will start playing with all of the built-in IO on the dev board. It has USB support (in addition to the debug USB port), 2MB of SDRAM, Ethernet, SD card, SPI, TWI, multiple USARTS, and many other features. I may even play around with some sort of video output and/or 65816 Emulation.
Its the big brother to my other Atmel 65C02 Emulator ->
http://sbc.rictor.org/avr65c02.htmlI'll share more as I go.
Daryl
_________________
Please visit my website ->
https://sbc.rictor.org/