DSPRelated.com

My DSP got locked!

Started by nima...@yahoo.com in TI C200012 years ago

Hello everybody I am using the on-chip flash programmer in CCS 3.3 to program a F2812. After clicking execute program in the on-chip flash...

Hello everybody I am using the on-chip flash programmer in CCS 3.3 to program a F2812. After clicking execute program in the on-chip flash programmer window, first it started working normally but at the beginning of the erasing procedure it stopped. I waited for a long but there was no progress in that procedure. I decided to close the on-chip flash programmer window, reset the board and unplug ...


compare match 4 Interrupt-F2812

Started by baha...@hotmail.com in TI C200012 years ago

Hi, I am using F2812 chip to implement the following. 1- Generate a symmetric three phase PWM, PWM7-12, using EVB on chip. 2- Map the compare...

Hi, I am using F2812 chip to implement the following. 1- Generate a symmetric three phase PWM, PWM7-12, using EVB on chip. 2- Map the compare match 4, CMP4, to call a software Interrupt service routine using PIE. The first task, PWM generation, was successfully done. I have verified the physical hardware output using a scope. However, for the second part, compare match Interrupt, I couldn?t


Erasing DSP flash

Started by Nimmy in TI C200012 years ago 1 reply

Hi all, I have bought a few DSP - TMS320F2810 from a broker. When opening the flash utility, the flash is password locked. When the...

Hi all, I have bought a few DSP - TMS320F2810 from a broker. When opening the flash utility, the flash is password locked. When the password addresses in flash memory((0x3F7FF8 - 0x3F7FFF)) verified, it shows all zeros. This means that, the DSPs are already locked. But without knowing the password, it can never be unlocked, using JTAG emulator. Does , anybody know , some other metho...


Controller program doesn't work in flash F28035.

Started by "Dr. DHARMRAJ V. GHODKE" in TI C200013 years ago

Hello everybody,     The three phase PFC controller program was developed in CCS 3.3 using control card F28035 RAM, now I want to flash...

Hello everybody,     The three phase PFC controller program was developed in CCS 3.3 using control card F28035 RAM, now I want to flash it, the following changes I made to run it from flash.   Option ? customize ? debug properties ? perform go main automatic ? disable. -         connect to the target at the start ? disable. -         program/project/CIO ?


Getting started (from the very bottom)

Started by fran...@ieee.org in TI C200013 years ago

Hi, I'm a college student from argentina and I've received a Texas Instruments DSP Control Card with a 320F2808 and another with 320F28335, and...

Hi, I'm a college student from argentina and I've received a Texas Instruments DSP Control Card with a 320F2808 and another with 320F28335, and I'm kind of lost. I've downloaded the CCSv4 and tryed to begin programing, but I found I´m missing the basic concepts. If any one can help me with this, I will be very thanked. My basic questions are: 1) How do I adress the registers in the core? I've...


problem in intialization of UART(SCIa) of TMS320F28335

Started by sbhu...@rmsindia.com in TI C200013 years ago 1 reply

Hi. I am using TMS320F28335 starter kit by texas. I am having problem in running of SCI(UART) code example given with software. As according to...

Hi. I am using TMS320F28335 starter kit by texas. I am having problem in running of SCI(UART) code example given with software. As according to software example, it is running at 115200 baud rate at 25Mhz clock. But when run the code and check at hyperterminal(hyperterminal is working properly), I found wrong data at the terminal. Also I have checked the code for different baud rates.According to ...


string to hex/string problem

Started by hasan mustafa in TI C200014 years ago 3 replies

hello everyone, im facing a problem, im sending a HEX values to the PC, put the PC program display it as string, BUT i want it as HEX, i cant...

hello everyone, im facing a problem, im sending a HEX values to the PC, put the PC program display it as string, BUT i want it as HEX, i cant change the PC part, because its displaying other information too, it will be easier for me if i change the TI code, for example, i want to send 0xEA on the screen i received it as ?,,, i want to see it as EA i did like that tempTXFrame= 0...


Flash programing

Started by amin...@yahoo.com in TI C200014 years ago

Hi everyone I have a problem with flash programing, I have my F2812 custom board and run my program in internal ram then it's work good. i use...

Hi everyone I have a problem with flash programing, I have my F2812 custom board and run my program in internal ram then it's work good. i use xds510 emulator, now i want to load my code into flash for stand alone working. the problem is my code runnning but some peripheral not work in this mode,ADC_ISR and T0_ISR are work but SCI and SPI not work, i track my code and saw SCI and SPI ISR runnin...


UART, easy prob.

Started by hasan mustafa in TI C200014 years ago 2 replies

hi everyone im using 2811,,,,the problem,is im trying to receive and send the same char 8-bit .from other processor Uint16 Rx_UART,...

hi everyone im using 2811,,,,the problem,is im trying to receive and send the same char 8-bit .from other processor Uint16 Rx_UART, Tx_UART; //Transmit&Receive while ( ScibRegs.SCIFFRX.bit.RXFIFST != 0 ) { Rx_UART = ScibRegs.SCIRXBUF.all; Tx_UART = Rx_UART; } while (ScibRegs.SCIFFTX.bit.TXFFST != 0); ScibRegs.SCITXBUF = Tx_UART; SciaRegs.SCIFFRX.bi...


SPI 2812 Buffer again [1 Attachment]

Started by hasan mustafa in TI C200014 years ago

Ciao Tutti, kindly advice, im facing really annoying problem, EALLOW; GpioMuxRegs.GPFMUX.all |= 0x000F; EDIS; ...

Ciao Tutti, kindly advice, im facing really annoying problem, EALLOW; GpioMuxRegs.GPFMUX.all |= 0x000F; EDIS; SpiaRegs.SPIFFTX.all=0xE040; SpiaRegs.SPIFFRX.all=0x204f; SpiaRegs.SPIFFCT.all=0x0; SpiaRegs.SPICCR.all =0x0008; SpiaRegs.SPICCR.bit.SPICHAR = 0x7; SpiaRegs.SPICTL.all =0x0006; SpiaRegs.SPIBRR =0x007F; SpiaRegs.SPICCR.all =...


Ask a Question to the DSPRelated community

To significantly increase your chances of receiving answers, please make sure to:

  1. Use a meaningful title
  2. Express your question clearly and well
  3. Do not use this forum to promote your product, service or business
  4. Write in clear, grammatical, correctly-spelled language
  5. Do not post content that violates a copyright