Activity
From 05/25/2013 to 06/23/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...