Search found 3 matches

by imbernardo
18 Dec 2012 17:53
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: dsPIC33EP256MU806 with 4 SPI
Replies: 0
Views: 896

dsPIC33EP256MU806 with 4 SPI

Hello, I want to use the 4 possible SPI in dsPIC33EP256MU806, but I saw in help from mikroC dsPIC "To select the desired SPI module, simply change the letter x in the routine prototype for a number from 1 to 3." Does that help is out of date, or can I do; SPI x _Init void (); x = 1,2,3,4 Regards, Iv...
by imbernardo
18 Dec 2012 17:35
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: dsPIC33EP256MU806 with 4 SPI
Replies: 0
Views: 1044

dsPIC33EP256MU806 with 4 SPI

Hello, I want to use the 4 possible SPI in dsPIC33EP256MU806, but I saw in help from mikroC dsPIC "To select the desired SPI module, simply change the letter x in the routine prototype for a number from 1 to 3." Does that help is out of date, or can I do --> SPI x _Init void (); x = 1,2,3,4? Regards...
by imbernardo
08 Mar 2010 04:45
Forum: mikroC PRO for PIC General
Topic: UART_Remappable_Init in PIC18F26J50
Replies: 2
Views: 1532

UART_Remappable_Init in PIC18F26J50

Hi, In my project I am trying to use SPI and UART at the same time, for that, I need to use UART2. In MikoC exists only the library UART_Remappable, and I want to know how to configure the UART? When I use the UART_Remappable_Init (57600), I have the error message " Too many actual parameters " How ...

Go to advanced search