RFid click example for Easypic 7 PRO

General discussion on mikroElektronika development boards.
Post Reply
Author
Message
divivoma
Posts: 20
Joined: 12 Dec 2013 19:15

RFid click example for Easypic 7 PRO

#1 Post by divivoma » 19 Jun 2015 13:05

Hello All,

Is it possible to have a suitable example of the RFid Click board also for the Easypic 7 pro dev board?

I've tried to adapt the example of the EasyPic 7 by changing the pin configuration as below:

Code: Select all

// RFID Click Connections
sbit SSI_1  at LATA.B0;//AN  --> was RA2 now RA0
sbit SSI_0  at LATC.B0;//RST --> was RE1 now RC0
sbit IRQ_IN at LATC.B1;//PWM --> was RC0 now RC1
sbit CS     at LATE.B0;//CS	 --> always RE0

sbit SSI_1_Direction  at TRISA.B0;	//like above
sbit SSI_0_Direction  at TRISC.B0;
sbit IRQ_IN_Direction at TRISC.B1;
sbit CS_Direction     at TRISE.B0;
I'm using the PIC 18F87K22 instead of the *F45 used for the example.

After this modification my example is not working..

Any hints? ( code reworked is attached)

Thank you in advance.

Marco
Attachments
RFid Click.zip
(2.92 KiB) Downloaded 112 times

divivoma
Posts: 20
Joined: 12 Dec 2013 19:15

Re: RFid click example for Easypic 7 PRO

#2 Post by divivoma » 19 Jun 2015 15:47

Hello,

I've just noticed that the RB0 and RB1 pin are connected to both the GLCD CS and also the MikroBUS INT pin!

Also the RB2 is connected to a GLCD pin and the MikroBUS 3 INT..

Does this mean that it is not possible to use the GLCD while using MikroBus modules?


Thank you in advance.

Marco

Post Reply

Return to “Development Boards”