arjun.a
rename files
6c7b14a
raw
history blame contribute delete
491 Bytes
Ticket Name: RTOS/TDA2: Utils_memAlloc memory aligment
Query Text:
Part Number: TDA2 Tool/software: TI-RTOS Hi, I'm new in SoC and heterogen memory systems. How I should choose memory alignment parameter for Utils_memAlloc, if uint8_t, uint16_t element size is used? How does memory alignment influence?
Responses:
Hi, Alignment will depend where you want to use that allocated memory. For ex if you are using it to contain the video data then it should be 32 byte aligned. Regards, Anuj