Go to advanced search

by April2727
Sun Jan 07, 2018 11:14 pm
Forum: C/C++
Topic: SPI receive -> strange Byte shift
Replies: 5
Views: 3078

Re: SPI receive -> strange Byte shift

The really problem was the Kernel module on the Pi. At the time of my post, nobody could answer and I switched to I2C, but there was a similar problem in the kernel module of the Pi. After some hot discussions on the kernel mailing lists, we found a workaround and included it in the kernel module. ...
by April2727
Fri Nov 17, 2017 11:39 am
Forum: C/C++
Topic: SPI receive -> strange Byte shift
Replies: 5
Views: 3078

Re: SPI receive -> strange Byte shift

hello have you solved the problem? My project is just like yours. STM32 communicate with Pi through SPI. I also add an extra pin to send request to Pi to trigger the Interrupt in PI and then start to send data. My code is as followed. As I test , the interrupt can be triggered, but wiringPiSPIDataRW...
by April2727
Fri Oct 27, 2017 1:03 pm
Forum: General discussion
Topic: nucleo board communicate with raspberry pi through SPI
Replies: 0
Views: 324

nucleo board communicate with raspberry pi through SPI

the task is to make nucleo board L476 to commucate with raspberry pi 3 through SPI. Now the code on both sides are finished and build successful. But I don't know how to test if the data are sent successfully. Is there anybody who has experience with this and could teach me how to test.

Go to advanced search