Difference between revisions of "Modify the LatticeMico8 Tutorial (lm8 1 4 tutor.pdf) for the MachXO2 Pico Development Kit"

From MKRD.info Wiki
(Created page with "1) Change the device type for the build process. In Task 1 Step 6, set the device according to the one installed in the Pico board: a. In the Family box, select MachXO2. b. I...")
 
 
Line 1: Line 1:
1) Change the device type for the build process. In Task 1 Step 6, set the device according to the one installed in the Pico board:
=Change the device type for the build process=
 
In Task 1 Step 6, set the device according to the one installed in the Pico board:




Line 15: Line 17:


e. In the Operating Conditions box, select Commercial.
e. In the Operating Conditions box, select Commercial.
=Tutorial Errata=
Correction for the tutorial:
Figure 22 shows an incorrect path for the MSB System. It does not show the lm8_tutor folder preceeding the platform1 sub-folder.
=Change the Demo Code=
Later, we will change the demo LED toggle C code to either toggle IO pins (readable with a scope) or control the LCD display instead.

Latest revision as of 22:53, 6 July 2012

Change the device type for the build process

In Task 1 Step 6, set the device according to the one installed in the Pico board:


a. In the Family box, select MachXO2.

b. In the Device box, select LCMXO2-1200ZE.

c. In the Part Names box, select LCMX02-1200ZE-2MG132C.


The speed grade should populate with the proper grade of 2.

d. In the Package Type box, select CSBGA132.

e. In the Operating Conditions box, select Commercial.


Tutorial Errata

Correction for the tutorial:

Figure 22 shows an incorrect path for the MSB System. It does not show the lm8_tutor folder preceeding the platform1 sub-folder.


Change the Demo Code

Later, we will change the demo LED toggle C code to either toggle IO pins (readable with a scope) or control the LCD display instead.