Content originally posted in LPCWare by JoeHale on Mon May 13 09:44:15 MST 2013Hi,
The latest release of LPCXpresso ships with the<strong> Red State tool</strong> which provides support for the SCT on the LPC800. LPCXpresso is a free download: http://lpcxpresso.code-red-tech.com/LPCXpresso/
You need to create the SCT config in an existing project. If you don't have a project in LPCXpresso, just create a new 'General' project:
<ul><li><strong>File</strong> -> <strong>New</strong> -> <strong>Project</strong> -> <strong>General</strong> -> <strong>Project</strong></li></ul>Next, to create a new SCT configuration, run the state machine wizard:
<ul><li><strong>File</strong> -> <strong>New</strong> -> <strong>Other</strong> -> <strong>Red State</strong> -> <strong>Red State Machine file generator</strong></li><li>Select the project to create the SCT configuration in and enter a file name. </li><li>Press <strong>Next</strong></li><li>Check that the <strong>LPC8xx</strong> is selected as the target and hit <strong>finish</strong>.</li></ul><div>Check out the built-in help for more information about how to use the Red State tool :</div><div><ul><li><strong>Help</strong> -> <strong>Help Contents</strong> -> <strong>Getting Started with Red State</strong></li></ul></div><div>Cheers<strong>,</strong></div><div>Joe</div>