You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To update the firmware on the AD-SWIOT1L-SL, the MAX32625PICO programmer is used as a SWD interface to flash the new firmware image. The MAX32625PICO comes with a default bootloader that we need to replace.
51
+
To update the firmware on the AD-SWIOT1L-SL, the MAX32625PICO programmer is used as a swd interface to flash the new firmware image. The MAX32625PICO comes with a default bootloader that we need to replace.
52
52
53
53
54
54
#. Download the firmware image: `MAX32625PICO firmware <https://github.com/MaximIntegrated/max32625pico-firmware-images/raw/master/bin/max32625_max32650fthr_if_crc_swd_v1.0.6.bin>`__
55
55
#. Set the MAX32625PICO in MAINTENANCE mode:
56
56
57
57
* Disconnect the MAX32625PICO from the PC and the AD-SWIOT1L-SL board.
58
-
* Plug the micro USB cable only in the MAX32625PICO.
58
+
* Plug the micro usb cable only in the MAX32625PICO.
59
59
* Keep the button on the MAX32625PICO pressed.
60
-
* Plug the micro USB cable into the PC.
60
+
* Plug the micro usb cable into the PC.
61
61
* Once you see the MAINTENANCE drive being mounted, you may release the button.
62
62
63
63
.. figure:: MAINTENANCE.jpg
@@ -72,23 +72,24 @@ To update the firmware on the AD-SWIOT1L-SL, the MAX32625PICO programmer is used
72
72
:align:center
73
73
74
74
#. After a few seconds, the MAINTENANCE drive will disappear and will be replaced
75
-
by a drive named DAPLINK. Once this is done, the process is complete, and the
76
-
MAX32625PICO may be used to flash the firmware of the AD-SWIOT1L-SL board.
75
+
by a drive named Daplink. Once this is done, the process is complete, and the
76
+
MAX32625PICO may be used to flash the firmware on the AD-SWIOT1L-SL board.
77
77
78
78
Programming the AD-SWIOT1L-SL
79
79
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
80
80
81
-
- Connect the MAX32625PICO to the PC using the micro USB cable.
81
+
- Connect the MAX32625PICO to the PC using the micro usb cable.
82
82
- Connect the MAX32625PICO to the AD-SWIOT1L-SL board using the 10-pin ribbon cable.
83
83
- Connect the 24 V power supply to the AD-SWIOT1L-SL. Make sure the board is powered up for the next steps.
84
84
85
85
.. figure:: img_20230912_145550.jpg
86
86
87
87
AD-SWIOT1L-SL Programming Setup
88
88
89
-
* A DAPLINK drive should appear as mounted on your PC.
90
-
* Drag and drop the new firmware image into the DAPLINK drive. After a few seconds, the drive will be remounted.
91
-
* Check the DAPLINK directory and make sure there is no FAIL.TXT file. In case
89
+
* A Daplink should appear as mounted on your PC.
90
+
* Drag and drop the new firmware image into the Daplink drive. After a few
91
+
seconds, the drive will be remounted.
92
+
* Check the Daplink directory and make sure there is no FAIL.TXT file. In case
92
93
there is, repeat the drag and drop step. Otherwise, you may disconnect the
93
94
MAX32625PICO from the AD-SWIOT1L-SL, since the firmware update is complete.
94
95
@@ -100,5 +101,5 @@ The :git-no-OS:`AD-SWIOT1L-SL firmware <projects/swiot1l>` is
100
101
based on Analog Devices’ open-source no-OS framework, which includes all the
101
102
tools required for embedded code development and debugging as well as libraries
102
103
enabling host-side connectivity for system configuration and data transfer over
103
-
the UART or the 10BASE-T1L interfaces. The firmware source code and related
104
+
the uart the 10BASE-T1L interfaces. The firmware source code and related
104
105
documentation can be found on the Analog Devices GitHub at the link above.
0 commit comments