Page 1 of 1

PIC32MX450

Posted: Wed Sep 09, 2020 4:18 pm
by allenkkwong
I am new using PIC32MX450 and I try to remap the Uart 3 RX to RPG0. Per page 142 of the datasheet, I can use RPG0 (by setting 1100 to RPn for Pin Selection bits). But in FC, I do not see such as option. I do not prefer to use software UART.

Can you tell me if I did something wrong? :D

Rgds
Allen

Re: PIC32MX450

Posted: Thu Sep 10, 2020 9:31 am
by Benj
Hello ALlen,

It seems it does work but you might have to force refresh the properties by changing another property after setting the channel, e.g. Use TX.

Set the Use Tx to No and then back to Yes and the property list for the Remap pins should then refresh and give you the G0 option.

It's a bug we are aware of and it's on the list to fix.

Re: PIC32MX450

Posted: Fri Sep 11, 2020 7:44 am
by allenkkwong
Thanks Benj. Now it works for U3RX with the way you recommended. However, if I use the same method to remap the U4RX, it does not work. I want to set RPD5 as U4RX (0110) but RPD5 does not show up.

Thanks
Allen

Re: PIC32MX450

Posted: Fri Sep 11, 2020 11:20 am
by Benj
Hi Allen,

Aha thanks for letting us know, yes this is a bug in our definition file. I've now fixed it and will push the fix to the update system. You can get the fix by using the Help -> Check for updates menu.

Re: PIC32MX450

Posted: Sat Sep 12, 2020 6:08 pm
by allenkkwong
Thanks Benj!!! It works now.