Satar,
the 28027 and 28027F controlCARDs should be identical other than the instaSPIN ROM that is included on the "F" device. You should have no issues with debugging or running.
The controlCARD you mentioned is compatible with the docking station…
Other Parts Discussed in Thread: TMS320F28027 Hi,
I want to learn the DSP Programming of TMS320 series.
can anybody tell me which develoment borad is good to start it?
can i use TMDSDOCK28027 development kit?
Is the code composer is free firmware…
Hi Ryan,
Please make sure all the jumpers are correctly populated as mentioned in the 'hardware setup' section of the TMDSHVRESLLCKIT user guide. Please check that you are getting the 5V and 3.3V on the base board. The fact that you run into similar…
Other Parts Discussed in Thread: TMDSDOCK28027 Hello fine forum people:
I would like to connect my custom board design (a Piccolo 28022) to my CCS v3.3 (Full version) using a XDS510PP pod.
I can connect to my board using the XDS510PP pod OK with the…
Michael, Using GPIO-06 should be an option. Note that according to the pinout in the datasheet (see page 78 of the datasheet), GPIO-06 cannot output PWM1A. However, it can be attached to PWM4A. Link to datasheet: http://www.ti.com/lit/ds/symlink/f28m35h52c…
Hi Israel, 1) In many of C2000's kits, we use a FT2232D or FT2232H to convert USB from a host PC to JTAG and also USB to UART/SCI. That chip has two parallel paths and both can be utilized - and we often do in our kits. JTAG should only be used for programming…
Other Parts Discussed in Thread: TMDSDOCK28027 Many Controlcard boards come with onboard XDS100 JTAG emulator to debug and program the on-card CPU.
Can this XDS100 JTAG be used to debug and program external cpu's on other boards also or is it necessary…
Part Number: LAUNCHXL-F28069M Other Parts Discussed in Thread: MOTORWARE Tool/software: Code Composer Studio Hi all,
I have laid out some details in the attachment (would help to read first). Also, Design/Part recommendations just from reading the attachment…
I could not make it work. The code I am loading on M3 is this:
//###########################################################################
// FILE: Lab1_M3.c
//###########################################################################
//
#include…
Hi,
yes, attached file contains description of all labs, this one is Lab5. In few words: C28 gets some results from ADC, then stores it into the shared CtoM RAM, send IPC flag to M3 to tell it "Result is ready", M3 get's that flag, copies results from…