Skip to content

Understanding the uart_printf behaviour when printing a uint64_t variable. #965

Answered by stnolting
Sam-Vervaeck asked this question in Q&A
Discussion options

You must be logged in to vote

but I don't see any specific description of this function yet.

That's right - unfortunately. The only documentation here is the code itself. 🙈

The neorv32_uart_printf function(s) only provides a minimal set of formatting options:

/**********************************************************************//**
* Custom version of 'vprintf' printing to UART.
*
* @warning: This functions only provides a minimal subset of the 'vprintf' formating features!
* @note This function is blocking.
*
* @param[in,out] UARTx Hardware handle to UART register struct, #neorv32_uart_t.
* @para…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Sam-Vervaeck
Comment options

@stnolting
Comment options

Answer selected by Sam-Vervaeck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
SW Software-related
2 participants