Skip to content

Commit 715194a

Browse files
authored
Merge pull request #1468 from arduino/sync/taddy/hatCarrier-graphicsBug-flashing-patch
Portenta Hat Carrier: User Manual Graphics Bug Patch & Flashing Section (incl. Datasheet)
2 parents b0b35e0 + 3d958bb commit 715194a

File tree

8 files changed

+887
-894
lines changed

8 files changed

+887
-894
lines changed

content/hardware/04.pro/carriers/portenta-hat-carrier/datasheet/assets/portentaHatCarrier_pinout.svg

Lines changed: 429 additions & 429 deletions
Loading
-913 KB
Loading

content/hardware/04.pro/carriers/portenta-hat-carrier/datasheet/datasheet.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ The Portenta Hat Carrier is designed to complement the Portenta family. It provi
162162
</ul>
163163
</td>
164164
</tr>
165+
<tr>
166+
<td style="vertical-align: top; text-align: right;">CAN FD (x1)</td>
167+
<td style="text-align: left;">CAN1: Screw terminal block (J9)</td>
168+
</tr>
165169
<tr>
166170
<td style="vertical-align: top; text-align: right;">UART (without flow control) (x3)</td>
167171
<td style="text-align: left;">
@@ -221,7 +225,7 @@ The Portenta Hat Carrier is designed to complement the Portenta family. It provi
221225
<td style="text-align: right;">Push button</td>
222226
<td style="text-align: left;">
223227
<ul>
224-
<li>Push button (x1) used to flash the bootloader by making a long press during boot. This button can also be used as a user-programmable button connected to GPIO1</li>
228+
<li>Push button (x1) used as a user-programmable button connected to GPIO1</li>
225229
</ul>
226230
</td>
227231
</tr>
@@ -239,7 +243,7 @@ The Portenta Hat Carrier is designed to complement the Portenta family. It provi
239243
<td style="text-align: left;">
240244
<ul>
241245
<li>ETH CENTER TAP: Enable/Disable Ethernet (OFF position to enable for Portenta X8, ON position to enable for Portenta H7/C33)</li>
242-
<li>BTSEL: Reserved for future applications</li>
246+
<li>BTSEL: Portenta X8 Flashing mode (ON position)</li>
243247
</ul>
244248
</td>
245249
</tr>
@@ -592,7 +596,7 @@ An overview of the Portenta Hat Carrier topology is illustrated in Figure 5.
592596
DIP switch (2 positions):
593597
<ul>
594598
<li>Ethernet mode</li>
595-
<li>Reserved for future applications</li>
599+
<li>Portenta X8 Flashing mode (ON position)</li>
596600
</ul>
597601
</td>
598602
</tr>
@@ -602,8 +606,7 @@ An overview of the Portenta Hat Carrier topology is illustrated in Figure 5.
602606
<td style="text-align: right;">PB1</td>
603607
<td>
604608
<ul>
605-
<li>Simple press: Programmable button</li>
606-
<li>Long press: Flashing mode</li>
609+
<li>User programmable button</li>
607610
</ul>
608611
</td>
609612
</tr>
@@ -746,9 +749,11 @@ The PWM header connector controls an optional fan's speed, perfect for heat diss
746749
| :------------: | :----------: | :------------------------------: |
747750
| ETH CENTER TAP | ON | Ethernet **disabled** |
748751
| | OFF | Ethernet **enabled** |
749-
| BTSEL | ON | Reserved for future applications |
752+
| BTSEL | ON | Flashing Mode (ON) |
750753
| | OFF | Reserved for future applications |
751754

755+
Upon positioning the _BTSEL_ switch to the _ON_ state, the Portenta X8 is configured to enter _Flashing Mode_.
756+
752757
**Portenta H7 and Portenta C33:**
753758

754759
| **Switch** | **Position** | **Meaning** |
@@ -758,16 +763,11 @@ The PWM header connector controls an optional fan's speed, perfect for heat diss
758763
| BTSEL | ON | Not used |
759764
| | OFF | Not used |
760765

761-
#### Flashing Push Button (PB1)
762-
763-
<p style="text-align: justify;">The flashing push button can serve as a general user-programmable button with a single press or can enable the board's flashing mode when pressing it longer.</p>
764-
765-
![Figure 15. Flashing push button of the Portenta Hat Carrier](assets/portentaHatCarrier_pushButton.png)
766+
#### User-Programmable Push Button (PB1)
766767

767-
To perform flashing operations:
768+
<p style="text-align: justify;">You can program the multifunctional push button on the Portenta Hat Carrier for diverse implementations with a single press or initiate specific events, switch between states, and execute actions as required by the application.</p>
768769

769-
1. Do a long press on the PB1 push button and release it.
770-
2. To exit from the flashing mode and restart the system with the changes made, do a single press on the PB1 push button.
770+
![Figure 15. User-programmable push button of the Portenta Hat Carrier](assets/portentaHatCarrier_pushButton.png)
771771

772772
## Device Operation
773773

@@ -918,7 +918,8 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
918918

919919
## Revision History
920920

921-
| Date | **Revision** | **Changes** |
922-
| ---------- | ------------ | ------------- |
923-
| 25/10/2023 | 1 | First Release |
921+
| Date | **Revision** | **Changes** |
922+
| ---------- | ------------ | ------------------------- |
923+
| 02/11/2023 | 2 | Flashing Mode Description |
924+
| 25/10/2023 | 1 | First Release |
924925

Loading
-752 Bytes
Loading

0 commit comments

Comments
 (0)