Issue #4: A bug was introduced in release 2.3.2 that affects the CTIMER HAL for al Apollo MCUs. The newly added ctimer_clr() functions contained a bug that could affect half-segment timers. These modules correct the bug as well as better document the purpose of the CLR function. am_hal_ctimer.c_1 is for Apollo (m Must be renamed to am_hal_ctimer.c and copied into \mcu\apollo\hal\ folder in Ambiqsuite 2.3.2 am_hal_ctimer.c_2 is for Apollo2 Must be renamed to am_hal_ctimer.c and copied into \mcu\apollo2\hal\ folder in Ambiqsuite 2.3.2 am_hal_ctimer.c_3 is for Apollo3 or Apollo3plus. Must be renamed to am_hal_ctimer.c and copied into \mcu\apollo3\hal\ folder in Ambiqsuite 2.3.2 In addition to the ctimer_clr() fix, it removes an errant call to ctimer_clr() from the am_hal_ctimer_config_trigger() function. The included "mcu" folder contains all three updates and can be copied as an overlay into the main AmbiqSuite folder.