Changes for page LT-22222-L -- LoRa I/O Controller User Manual
Last modified by Mengting Qiu on 2025/06/04 18:42
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 1 removed)
Details
- Page properties
-
- Content
-
... ... @@ -969,11 +969,11 @@ 969 969 970 970 ==== 3.4.2.3 Poll an uplink ==== 971 971 972 -Requests an uplink from LT-22222-L. The content of the uplink payload varies based on the device's current working mode.972 +Requests an uplink from LT-22222-L. 973 973 974 974 (% style="color:#037691" %)**AT command** 975 975 976 -There is no AT Command available forthisfeature.976 +There is no AT Command to request an uplink from LT-22222-L 977 977 978 978 (% style="color:#037691" %)**Downlink payload** 979 979 ... ... @@ -981,7 +981,7 @@ 981 981 |(% style="width:101px" %)**Payload**|(% style="width:397px" %)<prefix>FF 982 982 |(% style="width:101px" %)**Parameters**|(% style="width:397px" %)**prefix** : 0x08 983 983 |(% style="width:101px" %)**Example**|(% style="width:397px" %)((( 984 -08 **FF**984 +08 FF 985 985 986 986 Requests an uplink from LT-22222-L. 987 987 ))) ... ... @@ -1015,7 +1015,7 @@ 1015 1015 |(% style="width:97px" %)**Parameters**|(% style="width:401px" %)((( 1016 1016 **prefix** : 0x0A 06 (two bytes in hexadecimal) 1017 1017 1018 -** enable/disable trigger_mode** : enable (1) or disable (0), represented by 1 byte in hexadecimal.1018 +**working mode** : enable (1) or disable (0), represented by 1 byte in hexadecimal. 1019 1019 ))) 1020 1020 |(% style="width:97px" %)**Example**|(% style="width:401px" %)((( 1021 1021 0A 06 **01** ... ... @@ -1029,7 +1029,7 @@ 1029 1029 1030 1030 (% style="color:#037691" %)**AT Command:** 1031 1031 1032 -There is no AT Command availablefor this feature.1032 +There is no AT Command for this feature. 1033 1033 1034 1034 (% style="color:#037691" %)**Downlink Payload** 1035 1035 ... ... @@ -1169,6 +1169,7 @@ 1169 1169 ))) 1170 1170 |(% style="width:96px" %)**Example**|(% style="width:402px" %)09 02 **00 00 64** 1171 1171 1172 + 1172 1172 ==== 3.4.2.9 Trigger – Set AC (current) as a trigger ==== 1173 1173 1174 1174 Sets the current trigger based on the AC port. See also [[trigger mode>>||anchor="H3.3.6AT2BADDMOD3D6.28TriggerMode2COptional29"]] ... ... @@ -1350,6 +1350,7 @@ 1350 1350 ))) 1351 1351 ))) 1352 1352 1354 + 1353 1353 ==== 3.4.2.13 DO ~-~- Control Digital Output DO1/DO2/DO3 with time control ==== 1354 1354 1355 1355 ... ... @@ -1532,10 +1532,17 @@ 1532 1532 1533 1533 When the voltage exceeds the threshold, counting begins. For details, see [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]] 1534 1534 1537 +* (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**AT+VOLMAX ** (%%)~/~/ See [[MOD4>>||anchor="H3.3.4AT2BMOD3D42CSingleDICounting2B1xVoltageCounting"]] 1538 + 1539 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xA5):** 1540 + 1541 +(% style="color:blue" %)**0xA5 aa bb cc ** (%%)~/~/ Same as AT+VOLMAX=(aa bb),cc 1542 + 1543 + 1535 1535 (% style="color:#037691" %)**AT Command** 1536 1536 1537 1537 (% border="2" style="width:500px" %) 1538 -|(% style="width:137px" %)**Command**|(% style="width:361px" %)AT+VOLMAX=<voltage> ,<logic>1547 +|(% style="width:137px" %)**Command**|(% style="width:361px" %)AT+VOLMAX=<voltage><logic> 1539 1539 |(% style="width:137px" %)**Response**|(% style="width:361px" %) 1540 1540 |(% style="width:137px" %)**Parameters**|(% style="width:361px" %)((( 1541 1541 **voltage** : voltage threshold in mV ... ... @@ -1542,9 +1542,9 @@ 1542 1542 1543 1543 **logic**: 1544 1544 1545 - **0**: lower than1554 +0 : lower than 1546 1546 1547 - **1**: higher than1556 +1: higher than 1548 1548 1549 1549 if you leave logic parameter blank, it is considered 0 1550 1550 ))) ... ... @@ -1573,9 +1573,9 @@ 1573 1573 1574 1574 **logic**: (1 byte in hexadecimal) 1575 1575 1576 - **0**: lower than1585 +0 : lower than 1577 1577 1578 - **1**: higher than1587 +1: higher than 1579 1579 1580 1580 if you leave logic parameter blank, it is considered 1 (higher than) 1581 1581 ))) ... ... @@ -1597,10 +1597,22 @@ 1597 1597 1598 1598 This command allows users to pre-configure specific count numbers for various counting parameters such as Count1, Count2, or AVI1 Count. Use the AT command to set the desired count number for each configuration. 1599 1599 1609 +* (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**AT+SETCNT=aa,(bb cc dd ee) ** 1610 + 1611 +(% style="color:red" %)**aa:**(%%) 1: Set count1; 2: Set count2; 3: Set AV1 count 1612 + 1613 +(% style="color:red" %)**bb cc dd ee: **(%%)The number to be set 1614 + 1615 + 1616 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xA8):** 1617 + 1618 +(% style="color:blue" %)**0x A8 aa bb cc dd ee ** (%%)~/~/ same as AT+SETCNT=aa,(bb cc dd ee) 1619 + 1620 + 1600 1600 (% style="color:#037691" %)**AT Command** 1601 1601 1602 1602 (% border="2" style="width:500px" %) 1603 -|(% style="width:134px" %)**Command**|(% style="width:364px" %)AT+SETCNT=<counting_parameter> ,<number>1624 +|(% style="width:134px" %)**Command**|(% style="width:364px" %)AT+SETCNT=<counting_parameter><number> 1604 1604 |(% style="width:134px" %)**Response**|(% style="width:364px" %) 1605 1605 |(% style="width:134px" %)**Parameters**|(% style="width:364px" %)((( 1606 1606 **counting_parameter** : ... ... @@ -1646,6 +1646,12 @@ 1646 1646 1647 1647 This command clears the counting in counting mode. 1648 1648 1670 +* (% style="color:#037691" %)**AT Command:**(%%) (% style="color:blue" %)**AT+CLRCOUNT **(%%) ~/~/ clear all counting 1671 + 1672 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xA6):** 1673 + 1674 +(% style="color:blue" %)**0x A6 01 ** (%%)~/~/ clear all counting 1675 + 1649 1649 (% style="color:#037691" %)**AT Command** 1650 1650 1651 1651 (% border="2" style="width:500px" %) ... ... @@ -1667,6 +1667,20 @@ 1667 1667 1668 1668 This command allows you to configure the device to save its counting result to internal flash memory at specified intervals. By setting a save time, the device will periodically store the counting data to prevent loss in case of power failure. The save interval can be adjusted to suit your requirements, with a minimum value of 30 seconds. 1669 1669 1697 +* (% style="color:#037691" %)**AT Command:** 1698 + 1699 +(% style="color:blue" %)**AT+COUTIME=60 **(%%)~/~/ Sets the save time to 60 seconds. The device will save the counting result in internal flash every 60 seconds. (Min value: 30 seconds) 1700 + 1701 + 1702 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xA7):** 1703 + 1704 +(% style="color:blue" %)**0x A7 aa bb cc ** (%%)~/~/ same as AT+COUTIME =aa bb cc, 1705 + 1706 +((( 1707 +Range: aa bb cc:0 to 16777215, (unit: seconds) 1708 +))) 1709 + 1710 + 1670 1670 (% style="color:#037691" %)**AT Command** 1671 1671 1672 1672 (% border="2" style="width:500px" %) ... ... @@ -1698,8 +1698,18 @@ 1698 1698 1699 1699 This command allows you to reset the saved relay output (RO) and digital output (DO) states when the device joins the network. By configuring this setting, you can control whether the device should retain or reset the relay states after a reset and rejoin to the network. 1700 1700 1701 -(% style="color:#037691" %)**AT Command** 1742 +* (% style="color:#037691" %)**AT Command:** 1702 1702 1744 +(% style="color:blue" %)**AT+RODORESET=1 **(%%)~/~/ RODO will close when the device joining the network. (default) 1745 + 1746 +(% style="color:blue" %)**AT+RODORESET=0 **(%%)~/~/ After the device is reset, the previously saved RODO state (only MOD2 to MOD5) is read, and its state will not change when the device reconnects to the network. 1747 + 1748 + 1749 +* (% style="color:#037691" %)**Downlink Payload (prefix 0xAD):** 1750 + 1751 +(% style="color:blue" %)**0x AD aa ** (%%)~/~/ same as AT+RODORET =aa 1752 + 1753 + 1703 1703 (% border="2" style="width:500px" %) 1704 1704 |(% style="width:127px" %)**Command**|(% style="width:371px" %)AT+RODORESET=<state> 1705 1705 |(% style="width:127px" %)**Response**|(% style="width:371px" %) ... ... @@ -1720,8 +1720,6 @@ 1720 1720 After the device is reset, the previously saved RODO state (limited to MOD2 to MOD5) is read, and it will not change when the device reconnects to the network. 1721 1721 ))) 1722 1722 1723 -(% style="color:#037691" %)**Downlink Payload** 1724 - 1725 1725 (% border="2" style="width:500px" %) 1726 1726 |(% style="width:127px" %)**Payload**|(% style="width:371px" %)<prefix><state> 1727 1727 |(% style="width:127px" %)**Parameters**|(% style="width:371px" %)((( ... ... @@ -1747,17 +1747,22 @@ 1747 1747 1748 1748 This command allows you to configure whether the device should upload data in an encrypted format or in plaintext. By default, the device encrypts the payload before uploading. You can toggle this setting to either upload encrypted data or transmit it without encryption. 1749 1749 1750 -(% style="color:#037691" %)**AT Command:** 1799 +* (% style="color:#037691" %)**AT Command:** 1751 1751 1801 +(% style="color:blue" %)**AT+DECRYPT=1 ** (%%)~/~/ The payload is uploaded without encryption 1802 + 1803 +(% style="color:blue" %)**AT+DECRYPT=0 **(%%)~/~/ Encrypt when uploading payload (default) 1804 + 1805 + 1752 1752 (% border="2" style="width:500px" %) 1753 1753 |(% style="width:127px" %)**Command**|(% style="width:371px" %)AT+DECRYPT=<state> 1754 1754 |(% style="width:127px" %)**Response**|(% style="width:371px" %) 1755 1755 |(% style="width:127px" %)**Parameters**|(% style="width:371px" %)((( 1756 - **state**:1810 +state : 1757 1757 1758 - **1**: The payload is uploaded without encryption1812 +1 : The payload is uploaded without encryption 1759 1759 1760 - **0**: The payload is encrypted when uploaded (default)1814 +0 : The payload is encrypted when uploaded (default) 1761 1761 ))) 1762 1762 |(% style="width:127px" %)**Example**|(% style="width:371px" %)((( 1763 1763 AT+DECRYPT=1 ... ... @@ -1776,8 +1776,13 @@ 1776 1776 1777 1777 This command allows you to retrieve and optionally uplink sensor readings through the serial port. 1778 1778 1779 -(% style="color:#037691" %)**AT Command** 1833 +* (% style="color:#037691" %)**AT Command:** 1780 1780 1835 +(% style="color:blue" %)**AT+GETSENSORVALUE=0 **(%%)~/~/ The serial port retrieves the reading of the current sensor. 1836 + 1837 +(% style="color:blue" %)**AT+GETSENSORVALUE=1 **(%%)~/~/ The serial port retrieves the current sensor reading and uploads it. 1838 + 1839 + 1781 1781 (% border="2" style="width:500px" %) 1782 1782 |(% style="width:127px" %)**Command**|(% style="width:371px" %)AT+GETSENSORVALUE=<state> 1783 1783 |(% style="width:127px" %)**Response**|(% style="width:371px" %) ... ... @@ -1805,8 +1805,13 @@ 1805 1805 1806 1806 This command manages how the node handles mismatched downlink packet counts. It offers two modes: one disables the reception of further downlink packets if discrepancies occur, while the other resets the downlink packet count to align with the server, ensuring continued communication. 1807 1807 1808 -(% style="color:#037691" %)**AT Command** 1867 +* (% style="color:#037691" %)**AT Command:** 1809 1809 1869 +(% style="color:blue" %)**AT+DISFCNTCHECK=0 **(%%)~/~/ When the downlink packet count sent by the server is less than the node downlink packet count or exceeds 16384, the node will no longer receive downlink packets (default) 1870 + 1871 +(% style="color:blue" %)**AT+DISFCNTCHECK=1 **(%%)~/~/ When the downlink packet count sent by the server is less than the node downlink packet count or exceeds 16384, the node resets the downlink packet count and keeps it consistent with the server downlink packet count. 1872 + 1873 + 1810 1810 (% border="2" style="width:500px" %) 1811 1811 |(% style="width:130px" %)**Command**|(% style="width:368px" %)AT+DISFCNTCHECK=<state> 1812 1812 |(% style="width:130px" %)**Response**|(% style="width:368px" %)((( ... ... @@ -1838,6 +1838,17 @@ 1838 1838 1839 1839 This command controls the behavior of the node when the combined size of the MAC commands (MACANS) from the server and the payload exceeds the allowed byte limit for the current data rate (DR). The command provides two modes: one enables splitting the data into batches to ensure compliance with the byte limit, while the other prioritizes the payload and ignores the MACANS in cases of overflow. 1840 1840 1905 +* (% style="color:#037691" %)**AT Command:** 1906 + 1907 +(% style="color:blue" %)**AT+DISMACANS=0** (%%) ~/~/ When the MACANS of the reply server plus the payload exceeds the maximum number of bytes of 11 bytes (DR0 of US915, DR2 of AS923, DR2 of AU195), the node will send a packet with a payload of 00 and a port of 4. (default) 1908 + 1909 +(% style="color:blue" %)**AT+DISMACANS=1** (%%) ~/~/ When the MACANS of the reply server plus the payload exceeds the maximum number of bytes of the DR, the node will ignore the MACANS and not reply, and only upload the payload part. 1910 + 1911 + 1912 +* (% style="color:#037691" %)**Downlink Payload **(%%)**:** 1913 + 1914 +(% style="color:blue" %)**0x21 00 01 ** (%%) ~/~/ Set the DISMACANS=1 1915 + 1841 1841 (% style="color:#037691" %)**AT Command** 1842 1842 1843 1843 (% border="2" style="width:500px" %) ... ... @@ -2065,7 +2065,7 @@ 2065 2065 === 3.6.1 Digital Input Ports: DI1/DI2/DI3 (For LT-33222-L, Low Active) === 2066 2066 2067 2067 2068 -Supports **NPN-type**sensors.2143 +Supports NPN-type sensors. 2069 2069 2070 2070 [[image:1653356991268-289.png]] 2071 2071 ... ... @@ -2187,15 +2187,15 @@ 2187 2187 ))) 2188 2188 2189 2189 2190 -(% style="color:blue" %)**Example aDry Contact sensor2265 +(% style="color:blue" %)**Example4**(%%): Connecting to Dry Contact sensor 2191 2191 2192 -From the DI port circuit above, activating the photocoupler requires a voltage difference between the DI+ and DI- ports. However, the Dry Contact sensor is a passive component and cannot provide this voltage difference on its own.2267 +From the DI port circuit above, you can see that activating the photocoupler requires a voltage difference between the DI+ and DI- ports. However, the Dry Contact sensor is a passive component and cannot provide this voltage difference. 2193 2193 2194 -To detect a Dry Contact, you can supply a power source to one of thepinsof the Dry Contact.Areference circuit diagramis shown below.2269 +To detect a Dry Contact, you can supply a power source to one pin of the Dry Contact. Below is a reference circuit diagram. 2195 2195 2196 2196 [[image:image-20230616235145-1.png]] 2197 2197 2198 -(% style="color:blue" %)**Example 2273 +(% style="color:blue" %)**Example5**(%%): Connecting to an Open Collector 2199 2199 2200 2200 [[image:image-20240219115718-1.png]] 2201 2201 ... ... @@ -2271,7 +2271,7 @@ 2271 2271 [[image:image-20220524100215-10.png||height="382" width="723"]] 2272 2272 2273 2273 2274 -== 3.7 LED Indicators == 2349 +== 3.7 LEDs Indicators == 2275 2275 2276 2276 The table below lists the behavior of LED indicators for each port function. 2277 2277 ... ... @@ -2310,14 +2310,13 @@ 2310 2310 == 4.1 Connecting the LT-22222-L to a PC == 2311 2311 2312 2312 ((( 2313 -You can use a USB-to-TTL adapter /converteralong with a 3.5mm Program Cable to connect the LT-22222-L to a PC, as shown below.2388 +You can use a USB-to-TTL adapter along with a 3.5mm Program Cable to connect the LT-22222-L to a PC, as shown below. 2314 2314 2315 -[[image:usb-ttl-audio-jack-connection.jpg]] 2316 - 2317 - 2390 +[[image:usb-ttl-programming.png]] 2318 2318 ))) 2319 2319 2320 2320 2394 + 2321 2321 ((( 2322 2322 On the PC, you need to set the (% style="color:#4f81bd" %)**serial tool **(%%)(such as [[PuTTY>>url:https://www.chiark.greenend.org.uk/~~sgtatham/putty/latest.html]] or [[SecureCRT>>https://www.vandyke.com/cgi-bin/releases.php?product=securecrt]]) to a baud rate of (% style="color:green" %)**9600**(%%) to access the serial console of LT-22222-L. Access to AT commands is disabled by default, and a password (default: (% style="color:green" %)**123456**)(%%) must be entered to enable AT command access, as shown below: 2323 2323 ))) ... ... @@ -2347,39 +2347,39 @@ 2347 2347 * **##AT+APPSKEY##**: Get or set the Application Session Key (AppSKey) 2348 2348 * **##AT+APPEUI##**: Get or set the Application EUI (AppEUI) 2349 2349 * **##AT+ADR##**: Get or set the Adaptive Data Rate setting. (0: OFF, 1: ON) 2350 -* ##**AT+TXP**##: Get or set the Transmit Power (0-5, MAX:0, MIN:5, according to LoRaWAN Specification)2351 -* **##AT+DR##**: Get or set the Data Rate. (0-7 corresponding to DR_X)2352 -* **##AT+DCS##**: Get or set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing2353 -* ##**AT+PNM**##: Get or set the public network mode. (0: off, 1: on)2354 -* ##**AT+RX2FQ**##: Get or set the Rx2 window frequency2355 -* ##**AT+RX2DR**##: Get or set the Rx2 window data rate (0-7 corresponding to DR_X)2356 -* ##**AT+RX1DL**##: Get or set the delay between the end of the Tx and the Rx Window 1 in ms2357 -* ##**AT+RX2DL**##: Get or set the delay between the end of the Tx and the Rx Window 2 in ms2358 -* ##**AT+JN1DL**##: Get or set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms2359 -* ##**AT+JN2DL**##: Get or set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms2360 -* ##**AT+NJM**##: Get or set the Network Join Mode. (0: ABP, 1: OTAA)2361 -* ##**AT+NWKID**##: Get or set the Network ID2362 -* ##**AT+FCU**##: Get or set the Frame Counter Uplink (FCntUp)2363 -* ##**AT+FCD**##: Get or set the Frame Counter Downlink (FCntDown)2364 -* ##**AT+CLASS**##: Get or set the Device Class2365 -* ##**AT+JOIN**##: Join network2366 -* ##**AT+NJS**##: Get OTAA Join Status2367 -* ##**AT+SENDB**##: Send hexadecimal data along with the application port2368 -* ##**AT+SEND**##: Send text data along with the application port2369 -* ##**AT+RECVB**##: Print last received data in binary format (with hexadecimal values)2370 -* ##**AT+RECV**##: Print last received data in raw format2371 -* ##**AT+VER**##: Get current image version and Frequency Band2372 -* ##**AT+CFM**##: Get or Set the confirmation mode (0-1)2373 -* ##**AT+CFS**##: Get confirmation status of the last AT+SEND (0-1)2374 -* ##**AT+SNR**##: Get the SNR of the last received packet2375 -* ##**AT+RSSI**##: Get the RSSI of the last received packet2376 -* ##**AT+TDC**##: Get or set the application data transmission interval in ms2377 -* ##**AT+PORT**##: Get or set the application port2378 -* ##**AT+DISAT**##: Disable AT commands2379 -* ##**AT+PWORD**##: Set password, max 9 digits2380 -* ##**AT+CHS**##: Get or set the Frequency (Unit: Hz) for Single Channel Mode2381 -* ##**AT+CHE**##: Get or set eight channels mode, Only for US915, AU915, CN4702382 -* ##**AT+CFG**##: Print all settings2424 +* AT+TXP: Get or set the Transmit Power (0-5, MAX:0, MIN:5, according to LoRaWAN Specification) 2425 +* AT+DR: Get or set the Data Rate. (0-7 corresponding to DR_X) 2426 +* AT+DCS: Get or set the ETSI Duty Cycle setting - 0=disable, 1=enable - Only for testing 2427 +* AT+PNM: Get or set the public network mode. (0: off, 1: on) 2428 +* AT+RX2FQ: Get or set the Rx2 window frequency 2429 +* AT+RX2DR: Get or set the Rx2 window data rate (0-7 corresponding to DR_X) 2430 +* AT+RX1DL: Get or set the delay between the end of the Tx and the Rx Window 1 in ms 2431 +* AT+RX2DL: Get or set the delay between the end of the Tx and the Rx Window 2 in ms 2432 +* AT+JN1DL: Get or set the Join Accept Delay between the end of the Tx and the Join Rx Window 1 in ms 2433 +* AT+JN2DL: Get or set the Join Accept Delay between the end of the Tx and the Join Rx Window 2 in ms 2434 +* AT+NJM: Get or set the Network Join Mode. (0: ABP, 1: OTAA) 2435 +* AT+NWKID: Get or set the Network ID 2436 +* AT+FCU: Get or set the Frame Counter Uplink (FCntUp) 2437 +* AT+FCD: Get or set the Frame Counter Downlink (FCntDown) 2438 +* AT+CLASS: Get or set the Device Class 2439 +* AT+JOIN: Join network 2440 +* AT+NJS: Get OTAA Join Status 2441 +* AT+SENDB: Send hexadecimal data along with the application port 2442 +* AT+SEND: Send text data along with the application port 2443 +* AT+RECVB: Print last received data in binary format (with hexadecimal values) 2444 +* AT+RECV: Print last received data in raw format 2445 +* AT+VER: Get current image version and Frequency Band 2446 +* AT+CFM: Get or Set the confirmation mode (0-1) 2447 +* AT+CFS: Get confirmation status of the last AT+SEND (0-1) 2448 +* AT+SNR: Get the SNR of the last received packet 2449 +* AT+RSSI: Get the RSSI of the last received packet 2450 +* AT+TDC: Get or set the application data transmission interval in ms 2451 +* AT+PORT: Get or set the application port 2452 +* AT+DISAT: Disable AT commands 2453 +* AT+PWORD: Set password, max 9 digits 2454 +* AT+CHS: Get or set the Frequency (Unit: Hz) for Single Channel Mode 2455 +* AT+CHE: Get or set eight channels mode, Only for US915, AU915, CN470 2456 +* AT+CFG: Print all settings 2383 2383 ))) 2384 2384 2385 2385 ... ... @@ -2544,7 +2544,7 @@ 2544 2544 You will need the following things before proceeding: 2545 2545 2546 2546 * 3.5mm programming cable (included with the LT-22222-L as an additional accessory) 2547 -* USB to TTL adapter /converter2621 +* USB to TTL adapter 2548 2548 * Download and install the [[STM32 Flash loader>>url:https://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-programmers/flasher-stm32.html]]. (replaced by STM32CubeProgrammer) 2549 2549 * Download the latest firmware image from [[LT-22222-L firmware image files>>https://www.dropbox.com/sh/g99v0fxcltn9r1y/AACrbrDN0AqLHbBat0ViWx5Da/LT-22222-L/Firmware?dl=0&subfolder_nav_tracking=1]]. Check the file name of the firmware to find the correct region. 2550 2550 ... ... @@ -2554,7 +2554,7 @@ 2554 2554 2555 2555 Below is the hardware setup for uploading a firmware image to the LT-22222-L: 2556 2556 2557 -[[image:usb-ttl- audio-jack-connection.jpg]]2631 +[[image:usb-ttl-programming.png]] 2558 2558 2559 2559 2560 2560
- usb-ttl-audio-jack-connection.jpg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.pradeeka - Size
-
... ... @@ -1,1 +1,0 @@ 1 -394.4 KB - Content