Part Number: TMS320C5505
55x Rev 2.x core (5510A, 5509A, 5507, 5506, 5503, 5502, 5501) data access has 64K-word limitation. as C5505 is Rev 3.x core, I think it has not such limitation.
but the RTS function malloc(unsigned int size) argument is 16-bit data type, so it stil llimited to 64K.
If application need >64K word dynamic allocated buffer, share your suggestion please...