DSPRelated.com

MP/MC VC5407 boot problem

Started by endy_dsp in TMS320c54x19 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


About dynamic swapping with UNION

Started by kt_rhee in TMS320c54x20 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


CCS2 and a custom C5402 board

Started by Jean Viljoen in TMS320c54x21 years ago

Dear all I designed and manufactured a custom board with C5402 DSP and JTAG header. I have trouble getting my Code Composer...

Dear all I designed and manufactured a custom board with C5402 DSP and JTAG header. I have trouble getting my Code Composer Studio to start up with the target. I am using the free evaluation pack (CCS) at this stage, with a XDS510PP emulator from Spectrum Digital. Does anyone


Unable to load code to memory using JTAG! Help!

Started by wais...@gmail.com in TMS320c54x12 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 */ ...


Update FLASH software from RS-232

Started by narcispr in TMS320c54x19 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


Memory corruption...

Started by goelhss in TMS320c54x20 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


Microprocessor / Microcomputer Mode (C5402 DSK)

Started by Krunoslav Sekovanic in TMS320c54x22 years ago

Hi, What's the difference between C5402 DSK operating in Microprocessor Mode and Microcomputer Mode (DIP switch 2 option)? How...

Hi, What's the difference between C5402 DSK operating in Microprocessor Mode and Microcomputer Mode (DIP switch 2 option)? How does the desired selection affect my project in CCS 2.0 while connected through JTAG? Thank you, Kruno


Code Composer Studio

Started by Jean Viljoen in TMS320c54x22 years ago 1 reply

Dear all Maybe someone can shed some light for me. I am designing a prototype with a C5402 DSP and JTAG interface. I have the...

Dear all Maybe someone can shed some light for me. I am designing a prototype with a C5402 DSP and JTAG interface. I have the DSK specific versions of Code Composer Studio. I further have a XDS510PP and a XDS510PP Plus emulator form Spectrum Digital and Code Composer 4.10 (rec


RE: connect C5402 DSK to a win XP PC

Started by etha...@163.com in TMS320c54x18 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


File accessing on EVM

Started by ahma...@yahoo.com in TMS320c54x16 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...


problem on setting wait state of C5402

Started by Yi Li in TMS320c54x25 years ago 1 reply

Hi! all, I'm designing an application board with TI's C5402, I use a JTAG emulator and GO-DSP's Composer (V3.04) to debug my...

Hi! all, I'm designing an application board with TI's C5402, I use a JTAG emulator and GO-DSP's Composer (V3.04) to debug my test program. However, if I set the wait state to more than one cycle (by setting SWWSR register), the Composer will return error message as "Targe


help with application code examples

Started by Apoorv Kakkeri in TMS320c54x19 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


Difference between with emulator connection and without emulator connection.

Started by prathyush kumar in TMS320c54x19 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


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

Started by r.al...@selta.it in TMS320c54x13 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...


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

Started by Jeff Brower in TMS320c54x12 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: Unable to load code to extended memory using JTAG! Help!

Started by wais...@gmail.com in TMS320c54x12 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 TMS320c54x12 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() ...