User Activity

Posted on July 10, 2014 at 07:10 Hi, I'm trying to establish SPI communication between PIC18F2580 as master and STM32F4 Discovery as slave. Using logic analyzer,I found that PIC and STM32F4 actually sending bytes (PIC's MOSI and STM3...
Posted on July 07, 2014 at 12:48Hi, I've successfully implement SPI communication between STM32F4 Discovery (as master) and PIC18F2580 (as slave). Everything works fine, clock signal is sent from STM32F4, MOSI and MISO data are correct. However, whe...
Posted on July 04, 2014 at 11:25 Hi, I'm currently trying to make SPI communication between PIC18F2580 as master and STM32F4 Discovery as slave. The communication doesn't work, both master and slave receives 0xFF all the time. I have it ...
Posted on July 02, 2014 at 03:20 Hi, I want to haveSTM32F4 Discovery as SPI slave and PIC18F2580 as SPI master. I tried to modify examples found on the internet to suit my need, but none of them work. I haveneither access to oscilloscope...