Other Parts Discussed in Thread: UNIFLASH
Hi There,
We have designed a small PCB for developing with the TMS320F28027PT. Currently we are trying to load code via JTAG by using a LaunchPadXL that previously also housed a F28027. The uC has been removed from the launchpad though, and wired connections placed from the isolators' outputs to the JTAG connections on our own PCB.
The connections connect +3V3, GND, JTAG_TRST, TMS, TCK, TDO and TDI, but not the SCI_RX or SCI_TX. To test this method of connection, we replaced our own board in this setup and connected a second launchpad - this one with the isolators removed and the uC remaining. This works fine.
However, when substituting our own PCB for the second launchpad we see the following errors when attempting to load the code (using either CCS v6.2 or the UniFlash tool):
C28xx: Writing Flash @ Address 0x003f6a9e of Length 0x000000b5 (page 0)
C28xx: Erasing Flash Sector A
C28xx: Erasing Flash Sector B
C28xx: Erasing Flash Sector C
C28xx: Erasing Flash Sector D
C28xx: Writing Flash @ Address 0x003f7ff6 of Length 0x00000002 (page 0)
C28xx: Writing Flash @ Address 0x003f68e8 of Length 0x000001b6 (page 0)
C28xx: Writing Flash @ Address 0x003f6000 of Length 0x000008e8 (page 0)
C28xx: Flash Programmer: Error encountered when writing to flash memory
C28xx: File Loader: Memory write failed: Unknown error
C28xx: GEL: File: projectDir\Debug\projectName.out: Load failed.
And the following error message in a message box:
File: projectDir\Debug\projectName.out: Load failed.
Where projectDir and projectName match my file system and .out file as expected.
I have checked the gel file is specified correctly (using the one from the device support files), tried changing the uC on the PCB with a new one - to no effect.
The fact that the setup works with another launchpad and not with our PCB points to the schematic for the uC on our PCB being at fault, but I have not yet been able to find any issue with the signals measured on any of the pins.
The JTAG signals all seem fine, until they stop, The test pins is left floating as specified, the power, gnd and reset lines all hold steady, pull-ups, pull-downs and capacitances all seem to match those specified and the launchpad board... at a loss as what to try next really!
Is there any way to get more information on what is causing the error messages?
Is there any specific documentation on schematic and layout for integrating the F2802x?
Has anyone else had similar issues before?
Thanks, T