I am using mcf52259 controller and MQX4.1 RTOS.
I have MRAM on my Board and as said in main.h i uncommented the below line
**************************************************************************************************************************************
/* Uncomment following code to use whole external MRAM for ramdisk, if available.
Not applicable when using MRAM target! */
#define RAM_DISK_BASE BSP_EXTERNAL_MRAM_BASE
#define RAM_DISK_SIZE BSP_EXTERNAL_MRAM_SIZE
********************************************************************************************************************************************
********************************************************************************************************************************************
Tried to use whole MRAM for ramdisk....
Then i flashed my code...
But in the console it is showing
Initialized RAMdisk to a:/
and getting stuck in the code ...
And Not moving further....
Can anyone suggest me a solution on this......
Original Attachment has been moved to: Testing_4.1.rar