Prasan Dutt
Prasan Dutt

Reputation: 243

Windows 10 IoT RPi3 default controller driver

What is the difference between "Inbox driver" and "Direct Memory Mapped driver"? My basic LED blink remote application worked only after selecting Direct Memory mapped driver. What is the unique things associated with this driver?

enter image description here

Upvotes: 0

Views: 184

Answers (1)

Michael Xu
Michael Xu

Reputation: 4432

The Direct Memory Mapped Driver(DMAP) is an in-developement driver that provides GPIO performance improvements over the default inbox driver. If you use Lighting Driver in your application, you should set the controller driver as Direct Memory Mapped Driver,or there will be exception thrown.As far as i know,there is no more official statement about the detailed difference.

Upvotes: 1

Related Questions