Lines Matching +full:stop +full:- +full:bits

7 prototyping with the SAM C21N Cortex®-M0+ processor-based
15 - SAMC21N18A ARM Cortex-M0+ processor at 48 MHz
16 - 32.768 kHz crystal oscillator
17 - 256 KiB flash memory, 32 KiB of RAM, 8KB RRW flash
18 - One yellow user LED
19 - One mechanical user push button
20 - One reset button
21 - One QTouch® button
22 - On-board USB based EDBG unit with serial console
23 - Two CAN transceivers
31 .. list-table::
32 :header-rows: 1
34 * - Interface
35 - Controller
36 - Driver / Component
37 * - NVIC
38 - on-chip
39 - nested vector interrupt controller
40 * - Flash
41 - on-chip
42 - Can be used with LittleFS to store files
43 * - SYSTICK
44 - on-chip
45 - systick
46 * - WDT
47 - on-chip
48 - Watchdog
49 * - ADC
50 - on-chip
51 - Analog to Digital Converter
52 * - GPIO
53 - on-chip
54 - I/O ports
55 * - PWM
56 - on-chip
57 - Pulse Width Modulation
58 * - USART
59 - on-chip
60 - Serial ports
61 * - I2C
62 - on-chip
63 - I2C ports
64 * - SPI
65 - on-chip
66 - Serial Peripheral Interface ports
67 * - CAN
68 - on-chip
69 - CAN ports
80 controllers are responsible for pin muxing, input/output, pull-up, etc.
86 ----------------------------------
87 - ADC0 : PB09
88 - ADC1 : PA08
89 - CAN0 TX : PA24
90 - CAN0 RX : PA25
91 - CAN1 TX : PB14
92 - CAN1 RX : PB15
93 - SERCOM0 USART TX : PB24
94 - SERCOM0 USART RX : PB25
95 - SERCOM1 I2C SDA : PA16
96 - SERCOM1 I2C SCL : PA17
97 - SERCOM2 USART TX : PA12
98 - SERCOM2 USART RX : PA13
99 - SERCOM4 USART TX : PB10
100 - SERCOM4 USART RX : PB11
101 - SERCOM5 SPI MISO : PB00
102 - SERCOM5 SPI MOSI : PB02
103 - SERCOM5 SPI SCK : PB01
104 - GPIO/PWM LED0 : PC05
110 with the on-chip internal oscillator generating the 48 MHz system clock.
118 - SERCOM0 9600 8n1
119 - SERCOM2 115200 8n1
120 - SERCOM4 115200 8n1 connected to the onboard Atmel Embedded Debugger (EDBG)
126 of 24 bits or 16 bits. If :code:`CONFIG_PWM_SAM0_TCC` is enabled then LED0 is
141 .. zephyr-app-commands::
142 :zephyr-app: samples/hello_world
153 .. code-block:: console
155 $ minicom -D /dev/ttyACM0 -o
157 The -o option tells minicom not to send the modem initialization
160 - Speed: 115200
161 - Data: 8 bits
162 - Parity: None
163 - Stop bits: 1
167 .. zephyr-app-commands::
168 :zephyr-app: samples/hello_world
178 .. target-notes::
181 https://www.microchip.com/en-us/development-tool/ATSAMC21N-XPRO
184 …ds/aemDocuments/documents/MCU32/ProductDocuments/DataSheets/SAM-C20-C21-Family-Data-Sheet-DS600014…