Forum Discussion
Altera_Forum
Honored Contributor
8 years agoThe problem solved. I rechecked all the addresses, then I got, as I use integer data type and memories are built by 32bit cells, My C program violates the last address of each memory blocks, hence something like address overflow! So I should have divided each address span of memory blocks by 4 in order to find the last addressable locations. All in C code.