DSPRelated.com
Forums

Changes in UART Driver!!

Started by mola...@yahoo.com June 1, 2005
Hi,
I am using C6711 with McBSP for S/W UART.The driver file in DDK at the TI site is uarthw_c6x1x_mcbsp.c .Can any one suggest me changes to be made in this file if I need to have some thing like this.

I will send some data(only once)from VB module to DSP via serial port.This Data is to be serviced by EDMA and placed in CPU memory.Then tell CPU about the availability of data.Then CPU should take this data and the code running on cpu side should be given.Then CPU should place 4000 bytes of data in its memory which should be carried to Mcbsp by EDMA and finally out to the PC serial port from where VB module will take.Then VB module will process those 4000 bytes should be able to tell the DSP to send the next 4000 bytes.This should continue until halted by either cpu or by VB module.

MRK