From: hamilton on
On 7/22/2010 1:11 AM, Jon Kirwan wrote:

> Too bad the internal ROM is ... ROM.

This is the perfect FORTH machine.

The ROM is only to boot code out of the SPI flash.

The crypto engine is used to protect the code base.

32K (bytes) of code and data space is not much, but you can always
overlay with code from the SPI flash.

And you only need to stock one part cpu and one part flash.

It would be interesting to see what products this gets put into.

don