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?
Hi MaxGhiso,
Can you please take this sample project for RX72M BSC for reference to see the progress of initiation of BSC:RX Family Example of Using the External Bus Rev.1.00 | Renesas
BR,
NP_Renesas
Hi,
To correctly configure the SDRAM mounted on the RSKRX72N evaluation board I successfully used the application notes R01AN5441.Thanks