Hello!
PIC18f14k22 interruption RS232 does not work if I use MFRC522 component.
http://www.matrixtsl.com/mmforums/viewt ... =25#p73107
It only works if the MFRC522 uses software SPI connection.
PIC18F14K22 RS232 interrupt problem
Moderator: Benj
- STibor
- Posts: 263
- Joined: Fri Dec 16, 2011 3:20 pm
- Has thanked: 116 times
- Been thanked: 113 times
- Contact:
Re: PIC18F14K22 RS232 interrupt problem
Hello!
I think I found the problem.
C: \ Program Files \ Flowcode 6 \ FCD \ PIC \ 18F14K22.fcdx file.
Original:
Modified:
It works like this.
This family may be affected:
PIC18F13K22
PIC18LF13K22
PIC18F14K22
PIC18LF14K22
PIC18F13K50
PIC18LF13K50
PIC18F14K50
PIC18LF14K50
I think I found the problem.
C: \ Program Files \ Flowcode 6 \ FCD \ PIC \ 18F14K22.fcdx file.
Original:
Code: Select all
<spi >
<miso port='1' pin='0' />
<mosi port='2' pin='7' />
<clk port='1' pin='1' />
<ss port='0' pin='5' />
</spi>
Code: Select all
<spi >
<miso port='1' pin='4' />
<mosi port='2' pin='7' />
<clk port='1' pin='6' />
<ss port='2' pin='6' />
</spi>
This family may be affected:
PIC18F13K22
PIC18LF13K22
PIC18F14K22
PIC18LF14K22
PIC18F13K50
PIC18LF13K50
PIC18F14K50
PIC18LF14K50
- Attachments
-
- 18F13K50.fcdx
- (24.45 KiB) Downloaded 362 times
-
- 18F13K22.fcdx
- (23.37 KiB) Downloaded 337 times
-
- 18F14K22.fcdx
- (23.37 KiB) Downloaded 356 times
- STibor
- Posts: 263
- Joined: Fri Dec 16, 2011 3:20 pm
- Has thanked: 116 times
- Been thanked: 113 times
- Contact:
Re: PIC18F14K22 RS232 interrupt problem
And PIC18F14K50 FCD file.
- Attachments
-
- 18F14K50.fcdx
- (24.3 KiB) Downloaded 374 times