Intel® System Studio
Share information with other developers using Intel® System Studio.

Bay Trail E3800 Win7 I/O Drivers

zzz2
Beginner
339 Views

I am in the process of writing drivers to access devices attached to the SPI on an E3800.

 

Does anyone have full working examples for any SPI  devices?

 

I have read through the following document and used the code from within it without success: Intel® AtomTM Processor E3800 Windows 7 IO Driver Software Developer’s Manual


Question:

  • Re; IOCTL_SPI_READ, IOCTL_SPI_WRITE
    • How do I specify the device register to be read/writing when sending a command
    • The SPI_TRANSFER_BUFFER has no place to specify the address we wish to read from.
    • From the example code in the document the read commands does not give an error but all the bytes rad are 0xFF..

 

Please help with example code or documentation detailing how to specify the address to read from in  interface.

0 Kudos
2 Replies
Anoop_M_Intel
Employee
339 Views

I am moving this thread to Intel System Studio Forum since this question is specific to SPI driver interface.

Thanks and Regards
Anoop

Hubert_H_Intel
Employee
339 Views

Dear Customer,

Sorry, this is not the right forum either to anser driver development questions. This forum is for software development tools related questions/problems only within the product Intel® System Studio.

Please check if you can find any support source in the Intel® AtomTM Processor E3800 Windows 7 IO Driver Software Developer’s Manual.
Did you check out already this webpage to find any help?
http://www.intel.com/content/www/us/en/embedded/products/bay-trail/software-and-drivers.html

I'm sorry,
Regards Hubert.

 

Reply