Hi all,I am using the "Smart Configurator" to configure the RSKRX72N evaluation board. In particular I use the Config_BSC to configure the SDRAM of the board.
Inside the function "R_BSP_POR_FUNCTION(R_BSP_STARTUP_FUNCTION)" the .bss and .data sectors are initialized before the SDRAM is configured (see _INITSCT() and CALL_INIT() and hardware_setup()).
So the initialization of the .bss and .data sectors fails.Can anyone help me solve this problem?