1

I've got a Curiously HPC with two mikroBUS UART modules fitted (1x FTDI232R and 1x RS485 5V), however MCC in MPLAB X isn't letting me map the EUSART2 of the target (PIC18F46K40) to module 2, even though the Curiously HPC schematic shows as having a RX and TX on both mikroBUS module connectors.

It'll let me map ESUART2 to Port B or Pord D, however TX and RX go to Port C on the Curiousy schematic.

enter image description here

Am i missing something or is it just not possible?

Dan Twining
  • 163
  • 1
  • 10
  • 1
    You are not missing anything. Microchip, in their infinite and near God like wisdom, made it impossible to configure both mikroBUS click sites to use both UARTS in a 40-pin PIC18F46K40 with only the solder blob jumpers. You can do this with a 28-pin PIC18F26K40 and the DM164136 HPC board. – Dan1138 Mar 17 '21 at 06:10

1 Answers1

1

Turns out it's not possible witout rewiring the HPC board as @Dan1138 suggested.

Dan Twining
  • 163
  • 1
  • 10