Pi 4 I/O interface options… and where to find themHow can I turn an GPIO to its alternate function?Connecting Adafruit NFC breakout and serial console at the same timeHow do you decide between communication protocols?Data Communication between two raspberry pi's via GPIOWhere can I find a python example for the Parallax MS5607 Altimeter?Pi to Pi Communication over GPIO / USBRaspberry Pi 2, Model B, separate SPI modules and clock of themLego EV3 infrared sensor to raspberry pi 3 direct connection via UART?UART pins not reading sensor output RPI3Raspberry PI SPI interfaceOptions to add 20 UART to RPi
Movie in a trailer park named Paradise and a boy playing a video game then being recruited by aliens to fight in space
How to organize members in a struct to waste least space on alignment?
Does the Pi 4 resolve the Ethernet+USB bottleneck issue of past versions?
Is there a canon reason why Klingon and Romulan vessels are so similar in shape?
Can Aziraphale and Crowley actually become native?
If I cast Booming Blade learned via the Magic Initiate feat, and use it on my druid's Flame Blade spell, what spellcasting modifier do I use?
Why were the first airplanes "backwards"?
I hit a pipe with a mower and now it won't turn
Most important new papers in computational complexity
Multiple computers 1 minecraft
Skipping over failed imports until they are needed (if ever)
Security Patch SUPEE-11155 - Possible issues?
Do the 26 richest billionaires own as much wealth as the poorest 3.8 billion people?
How can my story take place on Earth without referring to our existing cities and countries?
SQLServer add a default value for a column
Do launching rockets produce a sonic boom?
Losing queen and then winning the game
What's the safest way to inform a new user of their password on an invite-only website?
Can you actually break an FPGA by programming it wrong?
Adjective for 'made of pus' or 'corrupted by pus' or something of something of pus
Put my student loan in parents’ second mortgage - help?
Apex REST API - Unable to set StatusCode to 429
Why would anyone even use a Portkey?
What is the purpose of putting a capacitor on the primary side of a step-down transformer?
Pi 4 I/O interface options… and where to find them
How can I turn an GPIO to its alternate function?Connecting Adafruit NFC breakout and serial console at the same timeHow do you decide between communication protocols?Data Communication between two raspberry pi's via GPIOWhere can I find a python example for the Parallax MS5607 Altimeter?Pi to Pi Communication over GPIO / USBRaspberry Pi 2, Model B, separate SPI modules and clock of themLego EV3 infrared sensor to raspberry pi 3 direct connection via UART?UART pins not reading sensor output RPI3Raspberry PI SPI interfaceOptions to add 20 UART to RPi
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
The BCM2711's hardware documentation lists multiple I/O interface options. Among others these are:
- up to 6 × I2C,
- up to 6 × UART (muxed with I2C),
- up to 6 × SPI (only five exposed on Raspberry Pi 4B)
The Pi 4 however shares the pinout of its GPIO header with the older models (see here).
So where exactly are the additional serial interfaces?
i2c spi uart pi-4
add a comment |
The BCM2711's hardware documentation lists multiple I/O interface options. Among others these are:
- up to 6 × I2C,
- up to 6 × UART (muxed with I2C),
- up to 6 × SPI (only five exposed on Raspberry Pi 4B)
The Pi 4 however shares the pinout of its GPIO header with the older models (see here).
So where exactly are the additional serial interfaces?
i2c spi uart pi-4
add a comment |
The BCM2711's hardware documentation lists multiple I/O interface options. Among others these are:
- up to 6 × I2C,
- up to 6 × UART (muxed with I2C),
- up to 6 × SPI (only five exposed on Raspberry Pi 4B)
The Pi 4 however shares the pinout of its GPIO header with the older models (see here).
So where exactly are the additional serial interfaces?
i2c spi uart pi-4
The BCM2711's hardware documentation lists multiple I/O interface options. Among others these are:
- up to 6 × I2C,
- up to 6 × UART (muxed with I2C),
- up to 6 × SPI (only five exposed on Raspberry Pi 4B)
The Pi 4 however shares the pinout of its GPIO header with the older models (see here).
So where exactly are the additional serial interfaces?
i2c spi uart pi-4
i2c spi uart pi-4
asked 9 hours ago
Ghanima♦Ghanima
13.1k11 gold badges41 silver badges85 bronze badges
13.1k11 gold badges41 silver badges85 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The preliminary Raspberry Pi 4 Model B datasheet, section "5.1.1 GPIO Pin Assignments" says:
As well as being able to be used as straightforward software controlled input and output (with programmable
pulls), GPIO pins can be switched (multiplexed) into various other modes backed by dedicated
peripheral blocks such as I2C, UART and SPI.
In addition to the standard peripheral options found on legacy Pis, extra I2C, UART and SPI peripherals
have been added to the BCM2711 chip and are available as further mux options on the Pi4. This gives
users much more flexibility when attaching add-on hardware as compared to older models.
The "additional" interfaces are alternate functions that are multiplexed to the existing GPIO pins. So while it is true that this gives the user more flexibility using any of these functions will reduce the number of available general purpose I/O pins. The alternate functions are listed in section "5.1.2 GPIO Alternate Functions":
How to go about activating alternate functions: How can i turn an GPIO to its alternate function?
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("schematics", function ()
StackExchange.schematics.init();
);
, "cicuitlab");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "447"
;
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fraspberrypi.stackexchange.com%2fquestions%2f99954%2fpi-4-i-o-interface-options-and-where-to-find-them%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The preliminary Raspberry Pi 4 Model B datasheet, section "5.1.1 GPIO Pin Assignments" says:
As well as being able to be used as straightforward software controlled input and output (with programmable
pulls), GPIO pins can be switched (multiplexed) into various other modes backed by dedicated
peripheral blocks such as I2C, UART and SPI.
In addition to the standard peripheral options found on legacy Pis, extra I2C, UART and SPI peripherals
have been added to the BCM2711 chip and are available as further mux options on the Pi4. This gives
users much more flexibility when attaching add-on hardware as compared to older models.
The "additional" interfaces are alternate functions that are multiplexed to the existing GPIO pins. So while it is true that this gives the user more flexibility using any of these functions will reduce the number of available general purpose I/O pins. The alternate functions are listed in section "5.1.2 GPIO Alternate Functions":
How to go about activating alternate functions: How can i turn an GPIO to its alternate function?
add a comment |
The preliminary Raspberry Pi 4 Model B datasheet, section "5.1.1 GPIO Pin Assignments" says:
As well as being able to be used as straightforward software controlled input and output (with programmable
pulls), GPIO pins can be switched (multiplexed) into various other modes backed by dedicated
peripheral blocks such as I2C, UART and SPI.
In addition to the standard peripheral options found on legacy Pis, extra I2C, UART and SPI peripherals
have been added to the BCM2711 chip and are available as further mux options on the Pi4. This gives
users much more flexibility when attaching add-on hardware as compared to older models.
The "additional" interfaces are alternate functions that are multiplexed to the existing GPIO pins. So while it is true that this gives the user more flexibility using any of these functions will reduce the number of available general purpose I/O pins. The alternate functions are listed in section "5.1.2 GPIO Alternate Functions":
How to go about activating alternate functions: How can i turn an GPIO to its alternate function?
add a comment |
The preliminary Raspberry Pi 4 Model B datasheet, section "5.1.1 GPIO Pin Assignments" says:
As well as being able to be used as straightforward software controlled input and output (with programmable
pulls), GPIO pins can be switched (multiplexed) into various other modes backed by dedicated
peripheral blocks such as I2C, UART and SPI.
In addition to the standard peripheral options found on legacy Pis, extra I2C, UART and SPI peripherals
have been added to the BCM2711 chip and are available as further mux options on the Pi4. This gives
users much more flexibility when attaching add-on hardware as compared to older models.
The "additional" interfaces are alternate functions that are multiplexed to the existing GPIO pins. So while it is true that this gives the user more flexibility using any of these functions will reduce the number of available general purpose I/O pins. The alternate functions are listed in section "5.1.2 GPIO Alternate Functions":
How to go about activating alternate functions: How can i turn an GPIO to its alternate function?
The preliminary Raspberry Pi 4 Model B datasheet, section "5.1.1 GPIO Pin Assignments" says:
As well as being able to be used as straightforward software controlled input and output (with programmable
pulls), GPIO pins can be switched (multiplexed) into various other modes backed by dedicated
peripheral blocks such as I2C, UART and SPI.
In addition to the standard peripheral options found on legacy Pis, extra I2C, UART and SPI peripherals
have been added to the BCM2711 chip and are available as further mux options on the Pi4. This gives
users much more flexibility when attaching add-on hardware as compared to older models.
The "additional" interfaces are alternate functions that are multiplexed to the existing GPIO pins. So while it is true that this gives the user more flexibility using any of these functions will reduce the number of available general purpose I/O pins. The alternate functions are listed in section "5.1.2 GPIO Alternate Functions":
How to go about activating alternate functions: How can i turn an GPIO to its alternate function?
answered 9 hours ago
Ghanima♦Ghanima
13.1k11 gold badges41 silver badges85 bronze badges
13.1k11 gold badges41 silver badges85 bronze badges
add a comment |
add a comment |
Thanks for contributing an answer to Raspberry Pi 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.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fraspberrypi.stackexchange.com%2fquestions%2f99954%2fpi-4-i-o-interface-options-and-where-to-find-them%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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