shtirlic commented on PR #16306: URL: https://github.com/apache/nuttx/pull/16306#issuecomment-2853375204
@avgoor ``` static void core1_boot(void) { #if CONFIG_ARCH_INTERRUPTSTACK > 3 /* Initializes the stack pointer */ arm_initialize_stack(); #endif arm_fpuconfig(); fifo_drain(); /* Setup NVIC */ up_irqinitialize(); ``` Could try place `arm_fpuconfig();` in nuttx/arch/arm/src/rp23xx/rp23xx_cpustart.c core1_boot ? -- 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