background image

Connect the Tower System to the computer – the USB cable connected to the TWR-K70 is now connected ready for 
programming the K70 Microcontroller.  At this point the power lights on the Tower, the K70 & FTM-3SE modules 
should light up, and the display backlight should also come on. 

Press the debug button within CodeWarrior (the little green BUG symbol) and the project should compile and attempt 
to program the K70 controller.  If this is the first time downloading to the K70 within this session of CodeWarrior the 
attempt will fail because of an error in the MK70FN1M0.mem memory definition file and you will get an error like this: 

 

Select the MK70FN1M0.mem file within CodeWarrior and change the following line  

From this: 

… 

reserved   0x20010000 0x5FFFFFFF 

… 

To this: 

… 

reserved   0x20010000 0x3FFFFFFF 

… 

and save the file. 

Now you can press the debug button again & all should go well.  You should see the status indicating that the K70 is 
being programmed and the debugger will be ready to execute the code.  Press the green ‘Play’ button to run the code. 

 

 

 

Start the code running by 

pressing the green ‘PLAY’ 

button. 

Отзывы: