Activity
From 05/23/2013 to 06/21/2013
06/21/2013
- MW 02:49 PM Software Development: RE: How to implement the SetOuput function in the tcDspOutputLatch class for DAC application?
- The tcDspOutputLatch class is simply an interface class. The tcdspDacTlv5610 class needs to be able to drive the Chip Select pin for the part prior to issuing the SPI clock and data lines via the McBSP. The Chip Select can be any GPIO...
- Hello,
I am using the MDK on MityDSP-Pro, the documentation of the on board TLV5610 DAC module says:
??The tcDspDacTlv5610 class is used to set up and send data to a TI TLV5610 8-channel D-to-A converter. The converter is accessed via ...
06/20/2013
- Built UDP_echo dbugPro configuration.
usinf spectrum digital XDS510 usb emulator.
cannot connect to the emulator for debugging.
How is the emulator configured for this device? where is the ccxml file for this board?
There is a gel file.
06/19/2013
- KV 09:16 PM Software Development: RE: Mitydsp Pro compile and link errors
- How do you set the active configuration to DebugPro?
Krishna - DS 05:22 PM Software Development: RE: Mitydsp Pro compile and link errors
- Hi Krishna,
Assuming you are trying to build for the MityDSP Pro, did you set the active configuration to DebugPro?
That should take care of the defines and I would assume any other problems.
Dave
- KV 05:00 PM Software Development: RE: Mitydsp Pro compile and link errors
- CHIP_6711 was removed from the compiler predefined variables. The build produces the same errors.
CHIP_6455 was added to predefined variables. The build produced the same errors.
Attempting to build for MityDSP pro - for TI 6455 DSP ...
06/18/2013
- MW 08:50 PM Software Development: RE: Mitydsp Pro compile and link errors
- Hmm.
We'll look some more tomorrow, but the '--define="CHIP_6711"' option to the compiler should not be set for the MityDSP-PRO / MityDSP-6455 platform. You might try removing that from the configuration. (actually, what is the conf... - Downloaded MityDSP 2.12 and installed.
Using CCSv5.1.0.09.
Imported C:\MityDSP\2.12\software\demo\CCSV5\UDP_echo project.
Downloaded csl_c6455 library.
Added csl_c6455/inc in the compiler include path.
Added csl_c6455/lib in the lin...
05/24/2013
- XW 08:56 AM Software Development: RE: Problem compling with the MDK, unresolved symbols
- I just get control of 2 of the 3 LEDs (D1 and D2) on the MityDSP-Pro board, by setting the the anValue to 0x0
or 0xFFFF.. , and mask to be always 0xFFFFF.
D3 is not controlled by these functions.
Thanks a lot for your help Mike.
... - MW 08:49 AM Software Development: RE: Problem compling with the MDK, unresolved symbols
- Most of the I/O is controlled hooked to the FPGA. Do you have an FPGA image programmed (is the RED FPGA programming LED lit of off)?
-Mike - XW 08:41 AM Software Development: RE: Problem compling with the MDK, unresolved symbols
- Mike,
Thanks a lot for your anwser. But i still dont understand much.
Coule your please give an exemple implementation of the setOutput?
Where can i find the chip select pin? In TI C6455 DSP documentation?
In fact my goal is to ma... - MW 08:19 AM Software Development: RE: Problem compling with the MDK, unresolved symbols
- You need to implement a class that derives from the tcDspOutputLatch class. The tcDspOutputLatch is an interface class.
You need to define a simple class that implements the SetOutput value to drive whatever pin the chip select is be... - XW 05:48 AM Software Development: RE: Problem compling with the MDK, unresolved symbols
- It seems ok now with DSP/Bios configuration file added to the project.
But I oberve nothing on the osciloscope. I think it is because the modification to the exemple code.
When I complie the exemple code without modification, CCS comp... - XW 04:12 AM Software Development: RE: Problem compling with the MDK, unresolved symbols
- **** Build of configuration Debug for project testDACoutput ****
"D:\\TI\\ccsv5\\utils\\bin\\gmake" -k all
'Building target: testDACoutput.out'
'Invoking: C6000 Linker'
"D:/TI/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv64+ --ab... - Hi, I am using the MDK 2.10 with CCStudio v5.3. I tried to complied a test project for the MityDSP-Pro development Kit.
The idear is to communicate with the DAC modules and output a analogical signal that can be observed by an occilosco...