Hello,
i try to get SPI running in WinCE 7 with latest BSP downloaded from adeneo. There was an demo image for beaglebone inside.
My Questions are now: In this SPI working in this example image fo WinCE 7? In User Guide is written, there is an documentation of SPI in sdk_spi.h. But there a lot of information missing for me. I can't find Flags/undefined symbols which are written in SPI example in the user guide. How can i get working for me?!
What i did so far:
-got BSP running on BB but without running kitl on it ( can't find BB in network when kitl is activated)
-c++ application for example given in user guide -> doesn't work even if I add these flag by my own (i found them some where on ti pages)
- c# managed code application and tried to DLLImport "am335x_mcspi.dll". i call SPI_Open("name") but get an native error from windows "error_not_supported"
Some information or useful stuff what be kind :)