Hi,
Here is a project that demonstrate how to use MikroC pro for PIC
SPI library to communicate three slaves to a master. Simulation and source code is included.
Requirements:
- Proteus 7.10 or above (Not tested on lower version)
- MikroC Pro for PIC 5.x
The project includes:
- Proteus Simulation file
- Master Code
- Slave 1 Code
- Slave 2 Code
- Slave 3 Code
The library was so painful to implement without checking the
SSPSTA.BF that
was not mentioned in the library documentation. Now with this example, you can use it easily.
Download Link:http://goo.gl/CRh58Cheers