ldube commented on issue #9327: URL: https://github.com/apache/nuttx/issues/9327#issuecomment-1568944019
Here is a patch that corrects the issue ```diff diff --git a/arch/arm/src/tiva/common/lmxx_tm4c_start.c b/arch/arm/src/tiva/common/lmxx_tm4c_start.c index 3b04c8aba3..ed7e6b8955 100644 --- a/arch/arm/src/tiva/common/lmxx_tm4c_start.c +++ b/arch/arm/src/tiva/common/lmxx_tm4c_start.c @@ -108,9 +108,9 @@ void __start(void) /* Configure the UART so that we can get debug output as soon as possible */ + arm_fpuconfig(); tiva_clock_configure(); tiva_lowsetup(); - arm_fpuconfig(); showprogress('A'); /* Clear .bss. We'll do this inline (vs. calling memset) just to be ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org