Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHi, thanks for the reply.
I was using virtual address from my process, instead of physical. Upon using the physical addr of the returned virtual addr, the transfers began to work. We're using real-time extension of Windows called RTX, which has APIs to allocate contiguous mem backed by physical mem from windows' non-paged pool. This apparently preserves the deterministic behavior when mem routines are called. Not using Jungo for device driver dev. So I'm back on track. This forum has good information and great contributors. Regards. --------------