-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example of LPUART for MAX78000? #1265
Comments
More context here on how I'm initializing the UART. I'm using a MAX78000 FTHR.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I see an example of using UART for the MAX78000, but can I see one for LPUART? I guess I need to change some parameters, for example the clock selection.
Is there a cap on baud-rate for the LPUART?
Are there any other special considerations I should have in mind when writing code for it?
Currently my application gets stuck in an infinite loop here, in
.../MaximSDK/Libraries/PeriphDrivers/Source/UART/uart_ai85.c
after a call to
error = MXC_UART_Init(MXC_UART_GET_UART(3), 9600, MXC_UART_IBRO_CLK);
I have the same inf loop issue when i try
MXC_UART_ERTCO_CLK
as well.The text was updated successfully, but these errors were encountered: