Quote Originally Posted by Blacky View Post
I'm pretty sure there is no numerical limit on the DMA address value (other than the 32 bit limit).
That error occurs when there is a mismatch between the number of OS numbers listed in the "OS=" line v's the number of addresses listed in the <DMA_PID>= line.

Regards
Paul
My bad, the DMA address is handled as a signed value. 0xD0001480 is negative when treated as a signed 32 bit value. That is triggering the "BAD Address" error.
I'll look into a solution...

Regards
Paul