How to download program to Flash of MC13213 through the super terminal of window xp

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to download program to Flash of MC13213 through the super terminal of window xp

1,108 Views
kelvinNgai
Contributor I

Dear all,
I have design a device to collect signals from mouse's brain. I want to process the signal by the mc13213 and transmit the data to desktop by zigbee of the MC13213
The problem is that, how to use the super terminal of window xp to communicate with my device. I followed all the step freescale beekit. I use the sample code of PER test TX & RX, but there is no display as the document said.:
----------------SMAC RX PACKET TEST-------------------
SW1 - Start Test
SW2 - Change Channel


Since my board is not the development board, so i disable all the switch and LCD output, and I just use the SCITransmitStr to print something to the terminal.

SCITransmitStr("\r\r------ SMAC RX PACKET TEST -------\r");
SCITransmitStr("SW1 - Start Test\r");
SCITransmitStr("SW2 - Change Channel\r");

did i do anything wrong? I think for the initialization, i dont need to do any change since i am using the same MCU with the sample code.
I just keep the following function unchanged
MCUInit();
RadioInit();

could anyone help me?? It is my Final Year Project.

Thank you very much!
Kelvin Ngai

 

PERtest.JPG

Message Edited by t.dowe on 2009-09-04 02:08 PM
Labels (1)
0 Kudos
1 Reply

308 Views
SyaZ
Contributor I

I have the same problem using same example. I have tested my serial port (loopback test) and verified the port and cable is not faulty. But nothing came out on the HyperTerminal.

 

Any ideas?

0 Kudos