Forum Discussion
Altera_Forum
Honored Contributor
12 years agoDon't you just want:
data = *(int *)(echoBuffer + i); which will be ok provided echoBuffer is 4 byte aligned.Don't you just want:
data = *(int *)(echoBuffer + i); which will be ok provided echoBuffer is 4 byte aligned.