Open oclyke opened 4 years ago
This issue persists in AmbiqSuite SDK 2.5.1 and has a corresponding patch branch
I do not believe your fix works. I believe it does the opposite. buffer_configure already handles the NULL pointers properly whereas you new function ignores the NULL handling.
As evidenced by changes required for this PR in the mbed port it is difficult to fully disable the FIFO on UART while using HAL configuration.
branch 2.4.2-patch-uart-fifo-config adds an additional configuration function which allows the FIFO to be enabled (as usual) or disabled (addtl. feature)