Technical discussions about the TI C55x DSPs (including the c5501, c5502, c5503, c5507, c5509, c5510 and OMAP5910).
Does anyone know of source code in C or C++ for AES (Advanced Encryption Standard) on the C55xx platform using Code Composer Studio. I ported a version from the Linux Kernel source code, but it required 10K+ of stack space to run. I found another version that was smaller, but was having problem with all the internal pointers that it used that assume you have 8-bit bytes instead of the goofy 16-bit "byte" in CCS. Any thoughts? Thanks