I read something like pointer must be byte-aligned.
My understanding in a typical 32bit architecture… all pointers are byte aligned…No ?
Please confirm.
can there be a pointer which is not byte-aligned ?
Basically this is mentioned in a hardware reference manual for tx descriptor memory.
Yes, you cannot address any amount of memory smaller than a byte.