SAML21 misc changes
This commit is contained in:
parent
84cc27c57d
commit
dea421b094
@ -680,10 +680,19 @@ Configuration sub-directories
|
|||||||
changed as described above under "Configurations."
|
changed as described above under "Configurations."
|
||||||
|
|
||||||
2. By default, this configuration provides a serial console on SERCOM4
|
2. By default, this configuration provides a serial console on SERCOM4
|
||||||
via EXT3. If you would prefer to use the EDBG serial COM port or
|
at 115200 8N1 via EXT3:
|
||||||
would prefer to use SERCOM4 on EXT1 or EXT2, you will need to
|
|
||||||
reconfigure the SERCOM as described under "Configurations". See
|
PIN EXT3 GPIO Function
|
||||||
also the section entitle "Serial Consoles" above.
|
---- ---- ------------------
|
||||||
|
13 PB11 SERCOM4 / USART RX
|
||||||
|
14 PB12 SERCOM4 / USART TX
|
||||||
|
19 GND N/A
|
||||||
|
20 VCC N/A
|
||||||
|
|
||||||
|
If you would prefer to use the EDBG serial COM port or would prefer
|
||||||
|
to use SERCOM4 on EXT1 or EXT2, you will need to reconfigure the
|
||||||
|
SERCOM as described under "Configurations". See also the section
|
||||||
|
entitled "Serial Consoles" above.
|
||||||
|
|
||||||
3. NOTE: If you get a compilation error like:
|
3. NOTE: If you get a compilation error like:
|
||||||
|
|
||||||
|
@ -5,14 +5,6 @@ This README discusses issues unique to NuttX configurations for the
|
|||||||
Atmel SAML21 Xplained Pro development board. This board features the
|
Atmel SAML21 Xplained Pro development board. This board features the
|
||||||
ATSAML21J18A MCU.
|
ATSAML21J18A MCU.
|
||||||
|
|
||||||
The SAML21 Xplained Pro Starter Kit may be bundled with three modules:
|
|
||||||
|
|
||||||
1) I/O1 - An MMC/SD card slot, PWM LED control, ADC light sensor, USART
|
|
||||||
loopback, TWI AT30TSE758 Temperature sensor.
|
|
||||||
2) OLED1 - An OLED plus 3 additional switches and 3 additional LEDs
|
|
||||||
3) PROTO1 - A prototyping board with logic on board (other than power-related
|
|
||||||
logic).
|
|
||||||
|
|
||||||
Contents
|
Contents
|
||||||
========
|
========
|
||||||
|
|
||||||
@ -30,7 +22,16 @@ Contents
|
|||||||
Modules
|
Modules
|
||||||
=======
|
=======
|
||||||
|
|
||||||
The SAML21 Xplained Pro Starter Kit is bundled with four modules:
|
There are several I/O modules available that will work with the SAML21
|
||||||
|
Xplained Pro Starter Kit:
|
||||||
|
|
||||||
|
1) I/O1 - An MMC/SD card slot, PWM LED control, ADC light sensor, USART
|
||||||
|
loopback, TWI AT30TSE758 Temperature sensor.
|
||||||
|
2) OLED1 - An OLED plus 3 additional switches and 3 additional LEDs
|
||||||
|
3) PROTO1 - A prototyping board with logic on board (other than power-
|
||||||
|
related logic).
|
||||||
|
|
||||||
|
Some of these are discussed further below.
|
||||||
|
|
||||||
I/O1
|
I/O1
|
||||||
----
|
----
|
||||||
@ -656,7 +657,6 @@ Configurations
|
|||||||
virtual COM port on SERCOME could be used, instead, by
|
virtual COM port on SERCOME could be used, instead, by
|
||||||
reconfiguring to use SERCOM1 or SERCOM3 instead of SERCOM4:
|
reconfiguring to use SERCOM1 or SERCOM3 instead of SERCOM4:
|
||||||
|
|
||||||
|
|
||||||
System Type -> SAMD/L Peripheral Support
|
System Type -> SAMD/L Peripheral Support
|
||||||
CONFIG_SAMDL_SERCOM1=y : Enable one or both
|
CONFIG_SAMDL_SERCOM1=y : Enable one or both
|
||||||
CONFIG_SAMDL_SERCOM3=y
|
CONFIG_SAMDL_SERCOM3=y
|
||||||
@ -720,10 +720,19 @@ Configuration sub-directories
|
|||||||
changed as described above under "Configurations."
|
changed as described above under "Configurations."
|
||||||
|
|
||||||
2. By default, this configuration provides a serial console on SERCOM4
|
2. By default, this configuration provides a serial console on SERCOM4
|
||||||
via EXT3. If you would prefer to use the EDBG serial COM port or
|
at 115200 8N1 via EXT1:
|
||||||
would prefer to use SERCOM4 on EXT1 or EXT2, you will need to
|
|
||||||
reconfigure the SERCOM as described under "Configurations". See
|
PIN EXT1 GPIO Function
|
||||||
also the section entitle "Serial Consoles" above.
|
---- ---- ------------------
|
||||||
|
13 PB09 SERCOM4 / USART RX
|
||||||
|
14 PB08 SERCOM4 / USART TX
|
||||||
|
19 GND N/A
|
||||||
|
20 VCC N/A
|
||||||
|
|
||||||
|
If you would prefer to use the EDBG serial COM port or would prefer
|
||||||
|
to use SERCOM4 on EXT1 or EXT2, you will need to reconfigure the
|
||||||
|
SERCOM as described under "Configurations". See also the section
|
||||||
|
entitled "Serial Consoles" above.
|
||||||
|
|
||||||
3. NOTE: If you get a compilation error like:
|
3. NOTE: If you get a compilation error like:
|
||||||
|
|
||||||
|
@ -28,9 +28,9 @@ CONFIG_BUILD_FLAT=y
|
|||||||
# Binary Output Formats
|
# Binary Output Formats
|
||||||
#
|
#
|
||||||
# CONFIG_RRLOAD_BINARY is not set
|
# CONFIG_RRLOAD_BINARY is not set
|
||||||
# CONFIG_INTELHEX_BINARY is not set
|
CONFIG_INTELHEX_BINARY=y
|
||||||
# CONFIG_MOTOROLA_SREC is not set
|
# CONFIG_MOTOROLA_SREC is not set
|
||||||
CONFIG_RAW_BINARY=y
|
# CONFIG_RAW_BINARY is not set
|
||||||
# CONFIG_UBOOT_UIMAGE is not set
|
# CONFIG_UBOOT_UIMAGE is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -691,7 +691,6 @@ CONFIG_EXAMPLES_NSH_CXXINITIALIZE=y
|
|||||||
# CONFIG_NETUTILS_JSON is not set
|
# CONFIG_NETUTILS_JSON is not set
|
||||||
# CONFIG_NETUTILS_SMTP is not set
|
# CONFIG_NETUTILS_SMTP is not set
|
||||||
# CONFIG_NETUTILS_THTTPD is not set
|
# CONFIG_NETUTILS_THTTPD is not set
|
||||||
# CONFIG_NETUTILS_PPPD is not set
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# FreeModBus
|
# FreeModBus
|
||||||
|
Loading…
Reference in New Issue
Block a user