CW8/DemoBoard56F8357/ProcessorExpert - SCI Communication

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

CW8/DemoBoard56F8357/ProcessorExpert - SCI Communication

2,697 Views
howdeterminepwm
Contributor I
Hi all,
more one message in forum... hehe Sorry, I am newBie in Embed Systems.
I need test SCI communication in demoBoard56F8357, using Processor Expert. I looked messages in forums with the question SCI communication and has  any question about  SCI how test? I purschase the FreeMaster for test SCI correct? How i made this? I need of other aplication? or i must use HyperTerminal?
What method i must trying? One example of how test sci please, and sorry for mine ignorance.

obs: I connect the Db09 in pc and demoboard (OFF of voltage) and all the leds of demoboard is ON, this correct? Now i must ON voltage of demoboard and debug a project with Bean PC_Master? And after?? How read serial port in pc? Thanks, very thanks.....
Labels (1)
Tags (1)
0 Kudos
Reply
2 Replies

463 Views
howdeterminepwm
Contributor I
Hi all,
new facts, i connected rs232 in the demoboard and in PC. Used the CW for open Project Motor Control e open this project in FreeMASTER. I Order connect and response this error in freeMASTER:

Can not detect the board information! The communication
will be paused. Error code: 0x80000101

What's problem? Thankss
 
0 Kudos
Reply

463 Views
trytohelp
NXP Employee
NXP Employee
Hi,
 
There is a process to use FreeMaster.
This was an answer I sent to a customer about FreeMaster (older PCMaster).
 
You would like to use PCMaster.
This tool is provided by Freescale and integrated in our installation.
You can try a small example by creating a project using Processor Expert (PE) for the DSP56F8357.
PE has a bean managing the PCMaster.
Attached to this email you will find an example. I can not test it on this board because I don't have the EVM for this processor but
it's working for another derivative (8346).
 
To test it you must:
    - open the project sent,
    - compile the code without optimization,
    - start the application.
Now the debugger is started and stopped of the main function.
 
For PCMaster:
    - start the tool,
    - click on Project | Option,
    - check the Comm,
    - In Map Files, in the Default symbool file, select the elf file generated by CW and Elf/dwarf as file format.
        Close this dialog.
    - select the Name field and with the pop-up select "Create new watched var ..."
    - in the variable menu do:
            - select the uiZaehler_ms variable in the "Address" field,
            - valid by ok.
    - Repeat the operation for uiQuadrat_ms and uiOffset_ms,
    - Select New project and with the pop-up menu select Create scope,
    - in the scope dialog, you must:
            - click on setup and select your variables. Refer to the jpeg attached.
    - select New scope.
    - Now you can save the config as a .pmp file.
    - Click on Stop and valid by cancel.
Now, Pc Master is ready.

Go to CW and run the application.
On PC Master you can see the info concerning the 3 variables
    static unsigned int uiZaehler_ms;
    static unsigned int uiQuadrat_ms;
    static unsigned int uiOffset_ms;
Hope this will help you.
 
 
Hope this will help you.
Pascal
 
Message Edited by t.dowe on 2009-10-15 05:36 PM
0 Kudos
Reply