Activity
From 05/29/2013 to 06/27/2013
06/24/2013
- XW 10:09 AM Software Development: RE: MityDSP Pro development kit boot anormally
- Hi Mike, thanks again for your reply.
I tried to regulate the RECONFIG_CLOCKS() to recover the board but the core hungs on the call.
I tried then to set the EMIF frequency to 100MHz with the code in my original post with
@
C6455_PLL... - MW 08:12 AM Software Development: RE: MityDSP Pro development kit boot anormally
- The problem you are having is that the FPGA logic is using the EMIFA clock with a PLL as the main logic clock within the FPGA fabric on the module.
The FPGA fabric is designed to run using a 100 MHz EMIFA clock. When you change the P... - Hello,
I am using the MityDSP-Pro development kit. Recentlly I find the board behaviors strangely.
I was debugging using the CCStudio 5.3, with some command to change the CPU frequency, all
go well. But as soon as I call any firmwir... - XW 07:12 AM Software Development: RE: How to implement the SetOuput function in the tcDspOutputLatch class for DAC application?
- Hi Michael, thanks for your reply.
I am using the MityDSP-PRO Development Kit with the Critical Link provided extention board.
For this board, I dont know which pin to write to select the TLV5610 DAC module.
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...