|
| 1 | +.. zephyr:board:: ad_swiot1l_sl |
| 2 | +
|
| 3 | +Overview |
| 4 | +******** |
| 5 | +The AD-SWIOT1L-SL is a complete hardware and software platform for prototyping intelligent, |
| 6 | +secure, network-capable field devices, with applications in factory automation, process |
| 7 | +control, and intelligent buildings. |
| 8 | + |
| 9 | +The Zephyr port is running on the MAX32650 MCU. |
| 10 | + |
| 11 | +.. image:: img/ad_swiot1l_sl.webp |
| 12 | + :align: center |
| 13 | + :alt: AD-SWIOT1L-SL Front |
| 14 | + |
| 15 | +Hardware |
| 16 | +******** |
| 17 | + |
| 18 | +- MAX32650 MCU: |
| 19 | + |
| 20 | + - Ultra-Efficient Microcontroller for Battery-Powered Applications |
| 21 | + |
| 22 | + - 120MHz Arm Cortex-M4 Processor with FPU |
| 23 | + - SmartDMA Provides Background Memory Transfers with Programmable Data Processing |
| 24 | + - 120MHz High-Speed and 50MHz Low-Power Oscillators |
| 25 | + - 7.3728MHz Low-Power Oscillators |
| 26 | + - 32.768kHz and RTC Clock (Requires External Crystal) |
| 27 | + - 8kHz, Always-On, Ultra-Low-Power Oscillator |
| 28 | + - 3MB Internal Flash, 1MB Internal SRAM |
| 29 | + - 104μW/MHz Executing from Cache at 1.1V |
| 30 | + - Five Low-Power Modes: Active, Sleep, Background, Deep Sleep, and Backup |
| 31 | + - 1.8V and 3.3V I/O with No Level Translators |
| 32 | + |
| 33 | + - Scalable Cached External Memory Interfaces: |
| 34 | + |
| 35 | + - 120MB/s HyperBus/Xccela DDR Interface |
| 36 | + - SPIXF/SPIXR for External Flash/RAM Expansion |
| 37 | + - 240Mbps SDHC/eMMC/SDIO/microSD Interface |
| 38 | + |
| 39 | + - Optimal Peripheral Mix Provides Platform Scalability |
| 40 | + |
| 41 | + - 16-Channel DMA |
| 42 | + - Three SPI Master (60MHz)/Slave (48MHz) |
| 43 | + - One QuadSPI Master (60MHz)/Slave (48MHz) |
| 44 | + - Up to Three 4Mbaud UARTs with Flow Control |
| 45 | + - Two 1MHz I2C Master/Slave |
| 46 | + - I2S Slave |
| 47 | + - Four-Channel, 7.8ksps, 10-Bit Delta-Sigma ADC |
| 48 | + - USB 2.0 Hi-Speed Device Interface with PHY |
| 49 | + - 16 Pulse Train Generators |
| 50 | + - Six 32-Bit Timers with 8mA High Drive |
| 51 | + - 1-Wire® Master |
| 52 | + |
| 53 | + - Trust Protection Unit (TPU) for IP/Data Security |
| 54 | + |
| 55 | + - Modular Arithmetic Accelerator (MAA), True Random Number Generator (TRNG) |
| 56 | + - Secure Nonvolatile Key Storage, SHA-256, AES-128/192/256 |
| 57 | + - Memory Decryption Integrity Unit, Secure Boot ROM |
| 58 | + |
| 59 | +- External devices connected to the AD-SWIOT1L-SL: |
| 60 | + |
| 61 | + - On-Board HyperRAM |
| 62 | + - On-Board QSPI Flash |
| 63 | + - MAXQ1065 Ultralow Power Cryptographic Controller with ChipDNA |
| 64 | + - ADIN1110 Robust, Industrial, Low Power 10BASE-T1L Ethernet MAC-PHY |
| 65 | + - 2-Pin external power supply terminal block (24V DC) |
| 66 | + - ADP1032 high performance, isolated micropower management unit (PMU) |
| 67 | + - SWD 10-Pin Header |
| 68 | + - On-Board 3.3V, 1.8V, and 1.1V voltage regulators |
| 69 | + - AD74413R Quad-channel, Software Configurable I/O |
| 70 | + - MAX14906 Quad-channel, Industrial Digital I/O |
| 71 | + - Two general-purpose LEDs |
| 72 | + |
| 73 | +Supported Features |
| 74 | +================== |
| 75 | + |
| 76 | +The ``ad_swiot1l_sl`` board supports the following interfaces: |
| 77 | + |
| 78 | ++-----------+------------+-------------------------------------+ |
| 79 | +| Interface | Controller | Driver/Component | |
| 80 | ++===========+============+=====================================+ |
| 81 | +| NVIC | on-chip | nested vector interrupt controller | |
| 82 | ++-----------+------------+-------------------------------------+ |
| 83 | +| SYSTICK | on-chip | systick | |
| 84 | ++-----------+------------+-------------------------------------+ |
| 85 | +| CLOCK | on-chip | clock and reset control | |
| 86 | ++-----------+------------+-------------------------------------+ |
| 87 | +| GPIO | on-chip | gpio | |
| 88 | ++-----------+------------+-------------------------------------+ |
| 89 | +| UART | on-chip | serial | |
| 90 | ++-----------+------------+-------------------------------------+ |
| 91 | + |
| 92 | +Programming and Debugging |
| 93 | +************************* |
| 94 | + |
| 95 | +Flashing |
| 96 | +======== |
| 97 | +The MAX32650 MCU can be flashed by connecting an external debug probe to the |
| 98 | +SWD port. SWD debug can be accessed through the Cortex 10-pin connector, J3. |
| 99 | +Logic levels are fixed to VDDIO (1.8V). |
| 100 | + |
| 101 | +Once the debug probe is connected to your host computer, then you can simply run the |
| 102 | +``west flash`` command to write a firmware image into flash. |
| 103 | + |
| 104 | +.. note:: |
| 105 | + |
| 106 | + This board uses OpenOCD as the default debug interface. You can also use |
| 107 | + a Segger J-Link with Segger's native tooling by overriding the runner, |
| 108 | + appending ``--runner jlink`` to your ``west`` command(s). The J-Link should |
| 109 | + be connected to the standard 2*5 pin debug connector (J3) using an |
| 110 | + appropriate adapter board and cable |
| 111 | + |
| 112 | +Debugging |
| 113 | +========= |
| 114 | +Please refer to the `Flashing`_ section and run the ``west debug`` command |
| 115 | +instead of ``west flash``. |
| 116 | + |
| 117 | +References |
| 118 | +********** |
| 119 | + |
| 120 | +- `AD-SWIOT1L-SL web page`_ |
| 121 | + |
| 122 | +.. _AD-SWIOT1L-SL web page: |
| 123 | + https://www.analog.com/en/resources/evaluation-hardware-and-software/evaluation-boards-kits/AD-SWIOT1L-SL.html |
0 commit comments