Forum Discussion
Altera_Forum
Honored Contributor
16 years agoIOWR, IOWR_32DIRECT, alt_flash_read... need help to get the bits
I have got a quite simple problem I think, but I am messing around about half a day now with that and don't figure it out. So I would like to ask for your advice. I want to copy data from my EP...
Altera_Forum
Honored Contributor
16 years agoEverything is in bytes. datasize is a number of bytes, and the addresses point to bytes in memory (i.e. you need to increase them by 4 to jump to the next 32-bit word, as long as they are ints or char*).