Microchip documentation does not label CAN buss pins on micro controller pinout diagramWhat is the ALS and BLS pin for on the ISL83204A full-bridge driver chip?27512 pinout and PCB layoutWhat is the pinout on my K F455P 7An filter?2.2K Resistors on Microchip Data Input LinesTolerance of a ceramic capacitorCan't control RB10 (and RB12) of the PIC32MZ2048ECG064 as a 'normal' GPIODetermining TrackPoint pinoutWhat does NC mean in this pinout diagram for an ESP8266?How to translate from data sheet to actual pin function (blank Atmel SAMD21)Remapping a pin to SPI peripheral

Multi tool use
Multi tool use

Using substitution ciphers to generate new alphabets in a novel

How do apertures which seem too large to physically fit work?

What happens if you are holding an Iron Flask with a demon inside and walk into an Antimagic Field?

Pre-mixing cryogenic fuels and using only one fuel tank

When were female captains banned from Starfleet?

Does Doodling or Improvising on the Piano Have Any Benefits?

Temporarily disable WLAN internet access for children, but allow it for adults

What is Cash Advance APR?

Is aluminum electrical wire used on aircraft?

What happens to a creature that changes size inside of Otiluke's Resilient Sphere?

How much character growth crosses the line into breaking the character

Plot of a tornado-shaped surface

Open a doc from terminal, but not by its name

Does the Linux kernel need a file system to run?

How to hide some fields of struct in C?

Strong empirical falsification of quantum mechanics based on vacuum energy density

What are the advantages of simplicial model categories over non-simplicial ones?

Store Credit Card Information in Password Manager?

Recommended PCB layout understanding - ADM2572 datasheet

Electoral considerations aside, what are potential benefits, for the US, of policy changes proposed by the tweet recognizing Golan annexation?

Can a Canadian Travel to the USA twice, less than 180 days each time?

Do the primes contain an infinite almost arithmetic progression?

How can "mimic phobia" be cured or prevented?

How do you make your own symbol when Detexify fails?



Microchip documentation does not label CAN buss pins on micro controller pinout diagram


What is the ALS and BLS pin for on the ISL83204A full-bridge driver chip?27512 pinout and PCB layoutWhat is the pinout on my K F455P 7An filter?2.2K Resistors on Microchip Data Input LinesTolerance of a ceramic capacitorCan't control RB10 (and RB12) of the PIC32MZ2048ECG064 as a 'normal' GPIODetermining TrackPoint pinoutWhat does NC mean in this pinout diagram for an ESP8266?How to translate from data sheet to actual pin function (blank Atmel SAMD21)Remapping a pin to SPI peripheral













8












$begingroup$


Link to the data sheet



I want to use Microchips DSPIC33FJ128GP802 in a new project and want to use the ECAN buss.



The problem I'm facing is that in the Controller families list at the top of the data sheet it says that device DSPIC33FJ128GP802 has one ECAN port as Remappable Peripheral:



Controller families



When I go down to the Pinout descriptions table and look for the ECAN pin labels it says that they are C1RX and C1TX:



Pinout descriptions



Until this point everything is perfect, I now know that this chip has a CAN buss somewhere and I know what the pins are called but now when I go to the pinout diagram for the chip:



pinout diagram



There are no pins that have the label C1RX or C1TX. So what am I supposed to to? should I guess where the CAN pins are or am I missing something here?



All help is appreciated XD










share|improve this question









$endgroup$
















    8












    $begingroup$


    Link to the data sheet



    I want to use Microchips DSPIC33FJ128GP802 in a new project and want to use the ECAN buss.



    The problem I'm facing is that in the Controller families list at the top of the data sheet it says that device DSPIC33FJ128GP802 has one ECAN port as Remappable Peripheral:



    Controller families



    When I go down to the Pinout descriptions table and look for the ECAN pin labels it says that they are C1RX and C1TX:



    Pinout descriptions



    Until this point everything is perfect, I now know that this chip has a CAN buss somewhere and I know what the pins are called but now when I go to the pinout diagram for the chip:



    pinout diagram



    There are no pins that have the label C1RX or C1TX. So what am I supposed to to? should I guess where the CAN pins are or am I missing something here?



    All help is appreciated XD










    share|improve this question









    $endgroup$














      8












      8








      8





      $begingroup$


      Link to the data sheet



      I want to use Microchips DSPIC33FJ128GP802 in a new project and want to use the ECAN buss.



      The problem I'm facing is that in the Controller families list at the top of the data sheet it says that device DSPIC33FJ128GP802 has one ECAN port as Remappable Peripheral:



      Controller families



      When I go down to the Pinout descriptions table and look for the ECAN pin labels it says that they are C1RX and C1TX:



      Pinout descriptions



      Until this point everything is perfect, I now know that this chip has a CAN buss somewhere and I know what the pins are called but now when I go to the pinout diagram for the chip:



      pinout diagram



      There are no pins that have the label C1RX or C1TX. So what am I supposed to to? should I guess where the CAN pins are or am I missing something here?



      All help is appreciated XD










      share|improve this question









      $endgroup$




      Link to the data sheet



      I want to use Microchips DSPIC33FJ128GP802 in a new project and want to use the ECAN buss.



      The problem I'm facing is that in the Controller families list at the top of the data sheet it says that device DSPIC33FJ128GP802 has one ECAN port as Remappable Peripheral:



      Controller families



      When I go down to the Pinout descriptions table and look for the ECAN pin labels it says that they are C1RX and C1TX:



      Pinout descriptions



      Until this point everything is perfect, I now know that this chip has a CAN buss somewhere and I know what the pins are called but now when I go to the pinout diagram for the chip:



      pinout diagram



      There are no pins that have the label C1RX or C1TX. So what am I supposed to to? should I guess where the CAN pins are or am I missing something here?



      All help is appreciated XD







      datasheet microchip can pinout






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked yesterday









      MercuryMercury

      504




      504




















          2 Answers
          2






          active

          oldest

          votes


















          19












          $begingroup$

          The CAN pins do not have fixed pin assignments. Instead you are able to select which of the "Remappable Pins" you wish to use (RP0 through RP15).



          If you refer to page 180 of the datasheet, specifically the table titled "REGISTER 11-16" (RPINR26: Peripheral Pin Select Input Register 26), it details the register used to select the CAN RX pin location (C1RXR).



          For the CAN TX pin location, this is set by the RPnR register of the pin that you want to use as detailed in section 11.6 (Peripheral Pin Select) starting page 161.






          share|improve this answer









          $endgroup$








          • 1




            $begingroup$
            Additionally, if you are making a PCB, load up MPLAB and make sure you can actually map to your desired pins. I've been bitten by wrong documentation in regards to remappable pins and ended up sans an SPI port! The same goes for any device (FPGA/MCU/whatever) with remappable ports.
            $endgroup$
            – Adam
            19 hours ago



















          4












          $begingroup$

          It is considered a 'remappable peripheral'. You will need to map those to pins labelled RPX (where X is some number).



          See section 4.8 of your datasheet.






          share|improve this answer









          $endgroup$












            Your Answer





            StackExchange.ifUsing("editor", function ()
            return StackExchange.using("mathjaxEditing", function ()
            StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
            StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["\$", "\$"]]);
            );
            );
            , "mathjax-editing");

            StackExchange.ifUsing("editor", function ()
            return StackExchange.using("schematics", function ()
            StackExchange.schematics.init();
            );
            , "cicuitlab");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "135"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f428351%2fmicrochip-documentation-does-not-label-can-buss-pins-on-micro-controller-pinout%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            19












            $begingroup$

            The CAN pins do not have fixed pin assignments. Instead you are able to select which of the "Remappable Pins" you wish to use (RP0 through RP15).



            If you refer to page 180 of the datasheet, specifically the table titled "REGISTER 11-16" (RPINR26: Peripheral Pin Select Input Register 26), it details the register used to select the CAN RX pin location (C1RXR).



            For the CAN TX pin location, this is set by the RPnR register of the pin that you want to use as detailed in section 11.6 (Peripheral Pin Select) starting page 161.






            share|improve this answer









            $endgroup$








            • 1




              $begingroup$
              Additionally, if you are making a PCB, load up MPLAB and make sure you can actually map to your desired pins. I've been bitten by wrong documentation in regards to remappable pins and ended up sans an SPI port! The same goes for any device (FPGA/MCU/whatever) with remappable ports.
              $endgroup$
              – Adam
              19 hours ago
















            19












            $begingroup$

            The CAN pins do not have fixed pin assignments. Instead you are able to select which of the "Remappable Pins" you wish to use (RP0 through RP15).



            If you refer to page 180 of the datasheet, specifically the table titled "REGISTER 11-16" (RPINR26: Peripheral Pin Select Input Register 26), it details the register used to select the CAN RX pin location (C1RXR).



            For the CAN TX pin location, this is set by the RPnR register of the pin that you want to use as detailed in section 11.6 (Peripheral Pin Select) starting page 161.






            share|improve this answer









            $endgroup$








            • 1




              $begingroup$
              Additionally, if you are making a PCB, load up MPLAB and make sure you can actually map to your desired pins. I've been bitten by wrong documentation in regards to remappable pins and ended up sans an SPI port! The same goes for any device (FPGA/MCU/whatever) with remappable ports.
              $endgroup$
              – Adam
              19 hours ago














            19












            19








            19





            $begingroup$

            The CAN pins do not have fixed pin assignments. Instead you are able to select which of the "Remappable Pins" you wish to use (RP0 through RP15).



            If you refer to page 180 of the datasheet, specifically the table titled "REGISTER 11-16" (RPINR26: Peripheral Pin Select Input Register 26), it details the register used to select the CAN RX pin location (C1RXR).



            For the CAN TX pin location, this is set by the RPnR register of the pin that you want to use as detailed in section 11.6 (Peripheral Pin Select) starting page 161.






            share|improve this answer









            $endgroup$



            The CAN pins do not have fixed pin assignments. Instead you are able to select which of the "Remappable Pins" you wish to use (RP0 through RP15).



            If you refer to page 180 of the datasheet, specifically the table titled "REGISTER 11-16" (RPINR26: Peripheral Pin Select Input Register 26), it details the register used to select the CAN RX pin location (C1RXR).



            For the CAN TX pin location, this is set by the RPnR register of the pin that you want to use as detailed in section 11.6 (Peripheral Pin Select) starting page 161.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered yesterday









            Tom CarpenterTom Carpenter

            39.8k375121




            39.8k375121







            • 1




              $begingroup$
              Additionally, if you are making a PCB, load up MPLAB and make sure you can actually map to your desired pins. I've been bitten by wrong documentation in regards to remappable pins and ended up sans an SPI port! The same goes for any device (FPGA/MCU/whatever) with remappable ports.
              $endgroup$
              – Adam
              19 hours ago













            • 1




              $begingroup$
              Additionally, if you are making a PCB, load up MPLAB and make sure you can actually map to your desired pins. I've been bitten by wrong documentation in regards to remappable pins and ended up sans an SPI port! The same goes for any device (FPGA/MCU/whatever) with remappable ports.
              $endgroup$
              – Adam
              19 hours ago








            1




            1




            $begingroup$
            Additionally, if you are making a PCB, load up MPLAB and make sure you can actually map to your desired pins. I've been bitten by wrong documentation in regards to remappable pins and ended up sans an SPI port! The same goes for any device (FPGA/MCU/whatever) with remappable ports.
            $endgroup$
            – Adam
            19 hours ago





            $begingroup$
            Additionally, if you are making a PCB, load up MPLAB and make sure you can actually map to your desired pins. I've been bitten by wrong documentation in regards to remappable pins and ended up sans an SPI port! The same goes for any device (FPGA/MCU/whatever) with remappable ports.
            $endgroup$
            – Adam
            19 hours ago














            4












            $begingroup$

            It is considered a 'remappable peripheral'. You will need to map those to pins labelled RPX (where X is some number).



            See section 4.8 of your datasheet.






            share|improve this answer









            $endgroup$

















              4












              $begingroup$

              It is considered a 'remappable peripheral'. You will need to map those to pins labelled RPX (where X is some number).



              See section 4.8 of your datasheet.






              share|improve this answer









              $endgroup$















                4












                4








                4





                $begingroup$

                It is considered a 'remappable peripheral'. You will need to map those to pins labelled RPX (where X is some number).



                See section 4.8 of your datasheet.






                share|improve this answer









                $endgroup$



                It is considered a 'remappable peripheral'. You will need to map those to pins labelled RPX (where X is some number).



                See section 4.8 of your datasheet.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered yesterday









                evildemonicevildemonic

                2,478822




                2,478822



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Electrical Engineering Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    Use MathJax to format equations. MathJax reference.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f428351%2fmicrochip-documentation-does-not-label-can-buss-pins-on-micro-controller-pinout%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Mj9p,kBEKGEiAZ8b3D,2mpQxPHNGlmb0O,4o hkkW7SRh KS0,Wu5Xf,R2 7WZ p,yiq8vn
                    VUVIxs0GlW9tVNH0x1 6Bt4LwtbGNSSXE,UrG I9Xi7fgO0X8NvmJOmW UZfq 3zqqruIGl7 Ut mMeu 9xjzt

                    Popular posts from this blog

                    getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

                    NetworkManager fails with “Could not find source connection”Trouble connecting to VPN using network-manager, while command line worksHow can I be notified about state changes to a VPN adapterBacktrack 5 R3 - Refuses to connect to VPNFeed all traffic through OpenVPN for a specific network namespace onlyRun daemon on startup in Debian once openvpn connection establishedpfsense tcp connection between openvpn and lan is brokenInternet connection problem with web browsers onlyWhy does NetworkManager explicitly support tun/tap devices?Browser issues with VPNTwo IP addresses assigned to the same network card - OpenVPN issues?Cannot connect to WiFi with nmcli, although secrets are provided

                    Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.