Sign in

username:

password:



Not a member?

Search c54x



Search tips

Subscribe to c54x



c54x by Keywords

5409 | 5416 | AD5 | ADC | BIOS | Boot | Booting | Bootloader | C540 | C5402 | C5409 | C5416 | CCS | Codec | DMA | Dmad | DSK | DSKPlus | Dsplib | EVM | FFT | FIR | Flash | GPIO | HPI | Initialization | Interrupt | JTAG | LOG_printf | MCBSP | RFFT | RTDX | Sampling | STLM | UART | VC540

Sponsor

NEW! TMS320C6474: 3x the performance. 1/3 the cost. Three 1 GHz cores on 1 chip.

Discussion Groups

Discussion Groups | TMS320C54x | Update FLASH software from RS-232

Technical discussions about the TI C54x DSPs (including the c5401, c5402, c5402a, c5404, c5407, c5409, c5409a, c5410, c5410a, c5416, c5420, c5421, c5441, c549, c5470 and c5471).

  

Post a new Thread

Update FLASH software from RS-232 - narcispr - Jan 11 10:30:00 2005





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 comercial use).
Is possible do this?

Thank you very much!!!

Narcís.





(You need to be a member of c54x -- send a blank email to c54x-subscribe@yahoogroups.com )

Re: Update FLASH software from RS-232 - Dileepan C - Jan 12 1:08:00 2005

hi,

yes, it is posible to do this. but you need to develop
the following softwares:

1) an application in the host side which reads and
writes to the com port of the PC.

2) functions for reading and writing to the uart
registers and buffers. This code wil be running from
the dsp.

3) flash writing and reading functions. this will also
be executing from the dsp.

now suppose you want to send the boottable to the dsp
for writing it to the flash. so the host application
issues a command to the dsp through uart. the dsp gets
ready to receive the data and acknowledges the
command. once the host receives this, it starts
sending the data which will be recived by the dsp.
upon the completion of reception of the entire
boottable, the dsp starts writing them to the flash.

please note that you need to have a small protocol for
the handshaking between the host side application and
the dsp application.

regards,
Dileepan.
--- narcispr <> wrote: >
>
> 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
> comercial use).
> Is possible do this?
>
> Thank you very much!!!
>
> Narcís. __________________________________________________
">http://mail.yahoo.com





(You need to be a member of c54x -- send a blank email to c54x-subscribe@yahoogroups.com )

Re: Update FLASH software from RS-232 - sks_dsp - Jan 31 12:56:00 2005



--- In , "narcispr" <u1034199@c...> wrote: > 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 comercial
use).
> Is possible do this?
>
> Thank you very much!!!
>
> Narcís.

We have developed this solution. We have what we call Live Data
Exchange which allows a PC to talk to a DSP target over RS-232. LDX
comes with a PC Active-X interface so that you can talk to the
controller over Matlab, Visual Basic, Excel, Visual C++ etc. We used
this solution for one of our automotive customers. Send me an e-mail
if you would like more information (or see our web site)

www.appliedsignalprocessing.com

-Shawn Steenhagen




(You need to be a member of c54x -- send a blank email to c54x-subscribe@yahoogroups.com )