Other Parts Discussed in Thread: TMS320VC5501 Currently, I use CCS5.5 to develop TMS320VC5501 code, but don't know how to check the peripheral register.
I use the following way to write register and read back:
*(ioport UINT16 *)addr = val1;
val2…
Hi LalindraSir,
I am working on a project where one TMS320VC5501/5502 processor communicate with same other 16 processors on same UART, I simply want to know how that multiprocessor communication of UART mode can be used in DSPs, they Explained some Parity…
Other Parts Discussed in Thread: TMS320VC5501 Hi,
Please help me to calculate the external SDRAM memory required for 24 channel Echo cancellation in TMS320VC5501 device. if I am running SDRAM at 100 MHz, please let me know the data width required for…
Hi AartiG,
Thank you for your reply - I did end up using my external command.cmd file, and made some small (almost imperceptible) changes, and it worked (such as removing ";" before the /* text here */. Strangely enough, these weren't in my original…
Other Parts Discussed in Thread: TMS320VC5501 1.Does AM335X have the multiply-add functionality in single-cycle as DSP??
2. AM335X has VFP,NEON unit If i execute floating operations such as FFT code, Which one will be used??
3.If i execute floating operations…
Other Parts Discussed in Thread: TMS320VC5501 Dear All,
I need to use C5509A's McBSP to implement some SPI Slave function which is similar to the SPI Slave port of ordinary SPI Flash.
According to subsection 6.7 McBSP as an SPI Slave of SPRU592E ( TMS320VC5501…
Hi Rajasekaran,
I am using TMS320vc5501 (DSP). I want to know how to calculate the resources required for different blocks of VOLIB.
thanks and regards
Ajay
This is what I meant, Though the errata doesn't specifically mention about C & A versions for bootloader & device,but it does mention how these fields needs to be interpreted.
Further In the comments section of Table 3 in errata it states…
Other Parts Discussed in Thread: TMS320VC5501 Dear All,
I've a question about the transmit clock polarity of C5509's McBSP2 working as SPI Slave.
I'd like to configure my C5509A's McBSP2 as SPI Slave and set the polarity of its CLKX & CLKR to what…
Other Parts Discussed in Thread: TMS320VC5501 Dear All,
I've a question about using C5509A's McBSP as SPI Slave. The desired SPI protocol is similar to the one used in ordinary SPI Flash. In such protocol the SPI /CS signal remain asserted (Lo) during…