DSPRelated.com

JTAG

Started by Vasudev Nayak in TMS320c54x22 years ago 4 replies

Mike, JTAG is IEEE 1149.1 for further reference. Emulator is opposed to simulator. Simulator simulates the processor, whereas...

Mike, JTAG is IEEE 1149.1 for further reference. Emulator is opposed to simulator. Simulator simulates the processor, whereas the emulator enables the debugger to display the actual register values etc. Vasudev >Can someone explain exactly what an emulato


JTAG Program Loading on C5409 ; MP/MC = 0

Started by denis rouvre in TMS320c54x24 years ago 1 reply

Hi all, My problem is that I cannot load correctly my program into program memory (mapped 0x00C000 - length : 0x 003EFF) by...

Hi all, My problem is that I cannot load correctly my program into program memory (mapped 0x00C000 - length : 0x 003EFF) by JTAG way. I Just can Find a bit of code in 0x0080, reserved for data. It does not seems to load it into the on-chip memory. Thanks,


JTAG on 'c5402 DSK

Started by Les Newell in TMS320c54x23 years ago 2 replies

Hi, Is it possible to use the C5402 DSK to debug an external C5402 via JTAG? I have an application that can't be fully tested on...

Hi, Is it possible to use the C5402 DSK to debug an external C5402 via JTAG? I have an application that can't be fully tested on the DSK so I need to be able to debug a 'c5402 running on another board. Thanks, Les


About dynamic swapping with UNION

Started by kt_rhee in TMS320c54x22 years ago

Hi, I'm struggling to implement the code swapping technic on C5410. With reference documents, spra824 and ch. 6.10 in C54x...

Hi, I'm struggling to implement the code swapping technic on C5410. With reference documents, spra824 and ch. 6.10 in C54x assembly language tools user's guide, I could swap the critical code into the C5410's internal memory. I started it with a jtag debugger, spe


Moving to a new system...

Started by Brian C. Lane in TMS320c54x22 years ago 2 replies

I finally have a new development system. It should speed things up once I have everything configured . NoICE/ICC430 work great...

I finally have a new development system. It should speed things up once I have everything configured . NoICE/ICC430 work great with the included parallel port. But I need to also JTAG a C5416 DSP on the same machine, so I added a PCI parallel port card. It is s


Memory corruption...

Started by goelhss in TMS320c54x22 years ago 1 reply

Hi, I am facing some memory corruption problem in my system. Here some DSPs(C5420) are working in conjunction with a control ...

Hi, I am facing some memory corruption problem in my system. Here some DSPs(C5420) are working in conjunction with a control processor (CP) with which they exchange data via HPI memory. Entire memory and data is in first page of DSPs only. I am using CCS 2.2/JTAG for deb


parallel port query

Started by satu_swamy in TMS320c54x22 years ago

hi , iam doing a project where i will be using the tms320005402 starter kit , i have installed the ccs i want load my...

hi , iam doing a project where i will be using the tms320005402 starter kit , i have installed the ccs i want load my program on the board using the emulator mode but connection cannot be established between the pc and the board . since i dont have a jtag. is it p


Update FLASH software from RS-232

Started by narcispr in TMS320c54x22 years ago 2 replies

Hello! I use a EVM320VC5409 Spectrum Digital board. I would boot this board from FLASM memory. I have seen that is possible...

Hello! I use a EVM320VC5409 Spectrum Digital board. I would boot this board from FLASM memory. I have seen that is possible write the FLASH program with JTAG emulator an FlashBurn utility. However, I need to change the FLASH software using the RS-232 UART (for comerc


help with application code examples

Started by Apoorv Kakkeri in TMS320c54x21 years ago

Hi I am looking for application code examples (examples which actually have codes) for TMS320C5402 on the TI website. I am using...

Hi I am looking for application code examples (examples which actually have codes) for TMS320C5402 on the TI website. I am using spectrum digital JTAG and EVM for 5402. The "ti" folder( provided with CCS ) has an example "audio" ....but that is for 55X. I am not able to find any examples for 5402 in particular on the webs


MP/MC VC5407 boot problem

Started by endy_dsp in TMS320c54x21 years ago

Hello, I'm trying to boot program on vc5407 from serial flash memory. Everything goes well except of the MP/MC bit in PMST register. It ...

Hello, I'm trying to boot program on vc5407 from serial flash memory. Everything goes well except of the MP/MC bit in PMST register. It should be changed during reset due to the MP/MC external pin. MP/MC pin is low (connected to ground), but the bit is high all the time. I can change it in CCS on my own while working with JTAG and then the program is booti


Difference between with emulator connection and without emulator connection.

Started by prathyush kumar in TMS320c54x21 years ago 1 reply

hi to all I want to know the reason for a simple question. I am using XDS510PP Jtag emulator in my project.So when i connect this emulator...

hi to all I want to know the reason for a simple question. I am using XDS510PP Jtag emulator in my project.So when i connect this emulator to my target board i can run the Dsp only if i open my project in code composer studio (Texas instruments) and give a run from there. But i am able to run the Dsp if i just turn on the power supply without connecting emulator. I wan


RE: connect C5402 DSK to a win XP PC

Started by etha...@163.com in TMS320c54x20 years ago

hi, if you use USB connection,it will be very simple if you use parallel connection,you can check parallel set mode > > > > ...

hi, if you use USB connection,it will be very simple if you use parallel connection,you can check parallel set mode > > > > hi, > > do you want to make a serial connection, or via parallel or jtag? > derk > > > > -----Original Message----- > > From: Ping Li [mailto:] > > Sent: dinsdag, september 17, 2002 11:44 > > To: > > Subject: [c54x] connect C5402 DSK t


Re: Re: Problem in CCS

Started by Jeff Brower in TMS320c54x19 years ago 1 reply

Vijay- > didnt even watch the 'To' dropbox! for last 2 times....apologies for that. > > I dont have a debugger :( (programming is thru...

Vijay- > didnt even watch the 'To' dropbox! for last 2 times....apologies for that. > > I dont have a debugger :( (programming is thru SPI bootloader)and > simulaur is not helpful in this matter... > > so i am planning to inspect the example files and thier disassembly > > lets see.... Your manager (or Prof) has to get you a JTAG emulator. There's no way you can be assigned to de


File accessing on EVM

Started by ahma...@yahoo.com in TMS320c54x18 years ago

Dear friends; I have loaded a program on EVM54cst. In this program I used "fopen" function for accessing a file in PC. But when it go to running...

Dear friends; I have loaded a program on EVM54cst. In this program I used "fopen" function for accessing a file in PC. But when it go to running this function the CCS go interminable condition. Do you know why and the solution? I used XDS510PP+ JTAG emulator. regards Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercial & Consumer End Equi...


Can't Initialize Target CPU: Error 0x00000200/-1081

Started by r.al...@selta.it in TMS320c54x15 years ago

Hello, I am having trouble getting CCS to initialize a target upon startup. I am getting the error shown below. The processor is a TMS320VC5416. I...

Hello, I am having trouble getting CCS to initialize a target upon startup. I am getting the error shown below. The processor is a TMS320VC5416. I am running CCS 2.20.00.I am using a Spectrum Digital XDS510-USB emulator. I have successfully detected the JTAG device in the scan chain by doing an emulator test in SDConfig. Probing the board reveals that the processor is receiving power. Searching fo...


Unable to load code to memory using JTAG! Help!

Started by wais...@gmail.com in TMS320c54x15 years ago

Hi, We are trying to load code in TMS320vc5416 using Ashling XDS560. We are not able to load the code. 1. In start, we are unable to load the...

Hi, We are trying to load code in TMS320vc5416 using Ashling XDS560. We are not able to load the code. 1. In start, we are unable to load the following GEL file. ///////////////////////GEL/////////////////////////// StartUp() { setup_memory_map(); /*------------------------------------------------------*/ /* Uncomment the OnTargetConnect() call for CCS 2.X */ ...


Re: Unable to load code to extended memory using JTAG! Help!

Started by wais...@gmail.com in TMS320c54x15 years ago

hi, We are trying to load the code on TMS320VC5416 using Ashling XDS560. we are unable to load the code 1. In start we are unable to load...

hi, We are trying to load the code on TMS320VC5416 using Ashling XDS560. we are unable to load the code 1. In start we are unable to load the GEL file. When we tried to load the GEL file. Emulator hangs and unable to load GEL file. Here is the GEL File. /*--------------------------------------------------------------*/ /* StartUp() ...


Re: Unable to load code to extended memory using JTAG! Help!

Started by wais...@gmail.com in TMS320c54x15 years ago

hi, We are trying to load the code on TMS320VC5416 using Ashling XDS560. we are unable to load the code 1. In start we are unable to load...

hi, We are trying to load the code on TMS320VC5416 using Ashling XDS560. we are unable to load the code 1. In start we are unable to load the GEL file. When we tried to load the GEL file. Emulator hangs and unable to load GEL file. Here is the GEL File. /*--------------------------------------------------------------*/ /* StartUp() ...


Re: Re: Unable to load code to extended memory using JTAG! Help!

Started by Jeff Brower in TMS320c54x15 years ago

Waiser- > We are trying to load the code on TMS320VC5416 using Ashling > XDS560. we are unable to load the code > > 1. In start we are...

Waiser- > We are trying to load the code on TMS320VC5416 using Ashling > XDS560. we are unable to load the code > > 1. In start we are unable to load the GEL file. When we tried > to load the GEL file. Emulator hangs and unable to load GEL file. Before loading code, did you verify the emulator connection? What are the results of SDConfig? If SDConfig doesn't pass then you may have a


Re: Re: Unable to load code to extended memory using JTAG! Help!

Started by Jeff Brower in TMS320c54x15 years ago

Waiser- > Thanks for reply. > > Disappointed from forums.Every response take 3-4 days. > It should be fast. Well, for one thing you...

Waiser- > Thanks for reply. > > Disappointed from forums.Every response take 3-4 days. > It should be fast. Well, for one thing you have to post to the group, not to individuals. You're posting to me, then I reply and copy the group. No surprise that no one else jumps in to help -- your usage of groups is flawed. > Every thing on software and hardware is correct. > I just changed