SDI3 not declared on PIC24FJ1024GA610/GB610

General discussion on mikroPascal PRO for dsPIC30/33 and PIC24.
Post Reply
Author
Message
erkileitaru
Posts: 28
Joined: 29 Dec 2009 08:53

SDI3 not declared on PIC24FJ1024GA610/GB610

#1 Post by erkileitaru » 23 Sep 2017 14:17

Hi, following line won't compile because SDI3 is not declared somewhere. I think it should be in SPI library. SDO3, for example, is declared.
PPS_Mapping(8,_INPUT,_SDI3); // 8 = RB8

User avatar
lana.arsic
mikroElektronika team
Posts: 1715
Joined: 15 Jan 2016 12:50

Re: SDI3 not declared on PIC24FJ1024GA610/GB610

#2 Post by lana.arsic » 25 Sep 2017 16:55

Hi,

I'm sorry for this inconvenience,
you can try to use Code Assistant (Ctrl + Space)
in order to see available constants for your MCU.

In order to map SDI3 on RA8 for PIC24FJ1024GA610, you can use:

Code: Select all

PPS_Mapping(8,_INPUT,_SDI);
Kind regards,
Lana

Post Reply

Return to “mikroPascal PRO for dsPIC30/33 and PIC24 General”