Search found 7 matches

by harryweb
09 Nov 2020 09:50
Forum: mikroC PRO for PIC General
Topic: Ethernet Wiz W5500
Replies: 21
Views: 7782

Re: Ethernet Wiz W5500

Did you find ? I'm also looking for a solution.
regards
by harryweb
17 Oct 2018 11:35
Forum: Development Boards
Topic: ready pic bootloader UART
Replies: 1
Views: 1013

ready pic bootloader UART

Hi, I'm using a board with PIC18F45K22. As I need to AUTO upgrade my firmware via bootloader, I'm trying to understand the way to upload my firmware. I can see (sniffing with RS232 analyzer) that first line of my hex file is not sent = OK Then the HEX file is sent to PIC. I can see bytes sent and wh...
by harryweb
28 Dec 2012 12:07
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: UART (PPS_Mapping ?) Pb with 24FJ256GA110
Replies: 8
Views: 2985

Re: UART (PPS_Mapping ?) Pb with 24FJ256GA110

HI,

As I'm registered user: by email

Regards
by harryweb
16 Oct 2012 11:13
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: UART (PPS_Mapping ?) Pb with 24FJ256GA110
Replies: 8
Views: 2985

Re: UART (PPS_Mapping ?) Pb with 24FJ256GA110

Hi Janko, Simulation tools, sometimes doesn't work ! :( As your last C code didn't work too, I wrote Labcenter for help. (I'm using VSM simulation) After changing a "DLL" in their software, all the code written with mikroC PRO for P24 is working now ! Now I can play/learn more with your compiler. :)...
by harryweb
13 Oct 2012 10:59
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: UART (PPS_Mapping ?) Pb with 24FJ256GA110
Replies: 8
Views: 2985

Re: UART (PPS_Mapping ?) Pb with 24FJ256GA110

Hi Janko. I know now, how to use the debugger (great tool) Watching values after remapping are: RPINR19 = 22 (22 is the good RP pin ! ) RPOR12 = 5 (don't know/understand where 5 is coming from. Using table 3-26 of the data-sheet, 5 could tell me RP24R2 & RP24R0, so... finding RP24... and TX UART is ...
by harryweb
10 Oct 2012 13:48
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: UART (PPS_Mapping ?) Pb with 24FJ256GA110
Replies: 8
Views: 2985

Re: UART (PPS_Mapping ?) Pb with 24FJ256GA110

Hi Janko, Peripheral Pin select is already checked. As I'm a newbie with your IDE, I don't know how to watch values of the registers you told me (after execution of PPS_Mapping fonction). May be it's done by using "run debug" ? same way to check parallel master port... how ? I'm reading help menu bu...
by harryweb
09 Oct 2012 23:23
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: UART (PPS_Mapping ?) Pb with 24FJ256GA110
Replies: 8
Views: 2985

UART (PPS_Mapping ?) Pb with 24FJ256GA110

HI, I'm trying to test with Proteus VSM this code: char uart_rd; void main() { PPS_Mapping(22, _INPUT, _U2RX); // Sets pin RP22 to be Input, and maps U2RX to it PPS_Mapping(24, _OUTPUT, _U2TX); // Sets pin RP24 to be Output, and maps U2TX to it UART2_Init(9600); // Initialize UART module at 9600 bps...

Go to advanced search