Part Number: TMS320C5534
Hello,
What is the difference between the silicon and CPU revisions of the TMS320C5534?
In the TMS320C55x User Guide, the Huge Memory Model is described based on the C55x CPU revision 3 as follows. However, the Silicon revision…
Part Number: TMS320C5534 Recent customers have responded that our Omnidirectional Mac USB (C5534 CHIP) connection to Android Box Driver is very slow. Every time you plug in USB, you have to wait about 40-50 seconds to set it up. Customers want to optimize…
Part Number: TMS320C5534
Recently we received a feedback from a customer that when the USB speakerphone (C5534 CHIP) connects to an Android terminal, the driver recognition goes too slowly, every time after connected via USB, it takes about 40-50…
Hi Ran, I asked about the boot source and reset/ power on timing because the C55 can take a relatively long time to boot. It cannot enumerate as a USB device until after it has bootloaded the code and the software is running. The bootloader checks sequentially…
Hi,
thanks for the pointers, ther eare quite a lot of infos there, so to some extent this makes me more aware
however, i still do not understand this magix 0x027F address which is put there ...
Part Number: TMS320C5534 Hello,
I am using DMA to pull samples from I2S3 (source) and send them to an audio codec thru I2S0.
For doing that, i am using DMA in ping/pong mode, etc ...
While the whole path works reasonably well (+- some odds in the…
After a LOT of trials, i managed to solved that.
First, it seems that the clock tick was not correctly defined for some reason, so I added
bios.CLK.MICROSECONDS = 1000;
in the .tcf. Previously, i also tweaked the platform definition (.tci) to change…
I kinda found a workaround: I am maintaining a C5534.tci file in my tree which I copy over to the normal location
before building :( .In CCS, this can be done easily in the "CCS Build / Steps tab", adding:
cp ../packages/ti/catalog/c5500/C5534.tci…