Thought I'd make a new thread for this issue....
Apparently JAL can compile the example "18f67j50_fat32_usb_msd_sd_card.jal" for the PIC18F46J50, but there's a serious problem with this. On the 18F46J50 family, both EUSART1 and the MSSP1 share some of the same pins (RC7/RX1/DT1/SDO1/RP18) and you cannot use Peripheral Pin Select to separate them. It should not be possible to activate both the UART1 and MSSP1 at the same time since they would conflict, both trying to use the same I/O pin! In the C18 examples I've seen, if you want to use MSSP1 you need to use UART2 remapped to unused PPS pins, or conversely, use MSSP2 and UART1. Clearly, the 18F46J50 family is not as flexible as the 18F67J50 with it's "fixed" pin assignments that allow all the serial I/O features to operate independently. Just a FYI for anyone else that's looking into this... -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/jallib. For more options, visit https://groups.google.com/d/optout.
