SSP interrupt with 18F4525


Closed Thread
Results 1 to 1 of 1
  1. #1
    Najim's Avatar
    Najim Guest

    Question SSP interrupt with 18F4525

    Hello people,


    Has anyone used the SSP interrupt in a 18F MCU?

    Actually I mada a project with 3 pics communicating via I2C. And it works very well with 16F877A MCU. Now I want to upgrade it with the pic 18F4525.

    I thing i configured well the MSSP module and the interrupts. But it looks like the slave do not go to the interrupt routine...

    Here are my configurations:

    RCON = $40 ' no IT priority, si BOR
    IPR1 = $FF 'High priority to be compatible with 16F
    IPR2 = $FF
    PIE2 = $00
    PIE1 = $08
    PIR2 = $0
    PIR1 = $0
    INTCON3 = $C0
    INTCON2 = $F5
    INTCON = $C0


    Hope someone has the solution... i ll keep trying to make it work.

    Thanks.
    Najim.
    Last edited by Najim; - 8th March 2006 at 10:52.

Similar Threads

  1. Won't go back to SLEEP after 1st Interrupt
    By jellis00 in forum mel PIC BASIC Pro
    Replies: 32
    Last Post: - 29th June 2009, 09:00
  2. Can't ID interrupt source with this IntHandler??
    By jellis00 in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 3rd June 2009, 02:35
  3. Help with Analog Interrupt
    By brid0030 in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 13th February 2008, 18:14
  4. NEWBIE: Some basic questions using interrupts
    By JackPollack in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 8th March 2006, 02:59
  5. USART interrupt not interrupting right
    By Morpheus in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 6th March 2005, 01:07

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts