Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

McBSP0 problem on DSK C6713?

Status
Not open for further replies.

muoinhohn

Full Member level 2
Joined
Nov 5, 2004
Messages
135
Helped
5
Reputation
10
Reaction score
5
Trophy points
1,298
Location
Hanoi
Activity points
1,007
Hi all
I've a problem in using McBSP0 on DSKC6713 board.
My program :
---------------------------------------------
#define CHIP_6713 1
#include <stdio.h>
#include <csl.h>
#include <csl_mcbsp.h>
void main()
{
MCBSP_Handle hMcbsp0;
Uint32 SampleRateGenDelay;
CSL_init();
hMcbsp0 = MCBSP_open(MCBSP_DEV0,MCBSP_OPEN_RESET);
//.....
}
-----------------------------------
This program is on CCS 3.1.
If I use the C6713 simulation, there isn't any problem. MCBSP_open() always returns the value != INV. This is ok.
But, when I connect DSK C6713 board with CCS and run debug, I always receive the value INV returned by MCBSP_open(). This is error.

Do you have the some comments or ahvices for me?

Best regards
Muoinho
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top