A copy of the AmbiqSuite SDK available on GitHub. Can be used to include AmbiqSuite as a submodule. May be used to track issues in SDK releases, however this repo is not maintained by AmbiqMicro
mcu/apollo3/hal/am_hal_pin.h has a few omissions and typos.
(verified against Apollo3 datasheet v_0_11_0 and confirmed with Ambiq - will be fixed in the next SDK release):
pin 2 missing #define AM_HAL_PIN_2_UART1RX (0)
pin 4 incorrectly states which UART module is muxed to function select 5.
should be: #define AM_HAL_PIN_4_UART1RX (5)
pin 10 missing #define AM_HAL_PIN_10_UART1TX (0)
pin 44 incorrectly stated as having M5nCE6 capabilities where it should have UART0TX.
Re-opened because we are leaving issues open until they are solved in an original SDK release (also accidentally merged directly instead of making a PR)
mcu/apollo3/hal/am_hal_pin.h
has a few omissions and typos. (verified against Apollo3 datasheet v_0_11_0 and confirmed with Ambiq - will be fixed in the next SDK release):#define AM_HAL_PIN_2_UART1RX (0)
#define AM_HAL_PIN_4_UART1RX (5)
#define AM_HAL_PIN_10_UART1TX (0)
#define AM_HAL_PIN_44_UART0TX (6)