Embedded Intel Atom® Processors
Technological Conversations about Intel Atom® Hardware, Software, Firmware, Graphics
1149 Discussions

BayTrail E3800 SMBUS drivers for Windows Embedded Standard 7 (WES7)

DBres
Beginner
2,094 Views

Hi all,

we're putting together a design that relies on a third party embedded board with limited IO and have been forced to use the SMBUS interface from the E3800. The target system will use WES7 and there are no obvious user-space interfaces to the SMBUS although an Intel SMBUS driver is listed in Device Manager.

So, a quick question, are there any drivers or documented user-space interfaces available to expose the SMBUS to user-space in WES7? Driving it in either SMBUS or I2C mode is fine as the attached devices would support either protocol.

Things I know so far:

  • Some manufacturers provide APIs for SMBUS, eg Advantech have their SUSI drivers. Our supplier doesn't. :-(
  • The Intel Embedded Drivers for Windows 7 package supports the 7 I2C peripherals, not the SMBUS peripheral.

Any pointers would be greatly appreciated.

Cheers,

Dave Breslin

0 Kudos
5 Replies
Gabriel_T_Intel
Employee
795 Views

Hello David,

Welcome to the Intel Embedded Community,

We are working in your case, we will contact you as soon as possible.

Regards,

Gabriel Thomas.

DBres
Beginner
795 Views

Hi Gabriel,

Thanks very much. I'm hoping that I've just missed something simple, otherwise we'll just need to write a driver for the device. Not the hardest thing in the world but we'd like to avoid reinventing the wheel.

Best regards,

Dave

0 Kudos
DBres
Beginner
795 Views

So, for info, here's how we avoided writing a driver:

We are only interested in extremely infrequent low speed transactions. So, rather than building a driver, we're accessing the device via DeviceIoControl() in kernel32.dll. This is working really well for us and we have had no issues. This is extremely inefficient versus a dedicated driver but in practical terms, it works for us.

Thanks to all,

Dave

0 Kudos
Gabriel_T_Intel
Employee
795 Views

Hello David,

Thanks for your update, we are glad the you solved this issue. Your feedback is helpful.

Regards,

Gabriel Thomas

0 Kudos
Reply