This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I have a few question regarding to the "align" parameter for heap multi-buf:
1. For Cortex-M3 core, does it mean the "align" has a unit of 1 byte?
2. If I would like the heap to start with an even address, should I configure the align to 2 or something else?
3. Cortex-M3's address has 32 bits, does it mean we need to configure "align" to 4?
4. When the heap is configured with some alignment other then 0, can we still request memory_alloc with 0 align?
5. Could you provide some example or use cases with different alignment configuration?
Thanks.