Posted on September 12, 2017 at 03:49Hi Daniel,I found the same problem but it has been solved by calling SystemInit ( see in system_stm32f7xxx.c ) on Initint Init( void ){ __disable_irq( ); SystemInit( );.....}I don't know why N25Q256A_STM32L476G-...