Hi Markku!
Thank you for your help.
I did managed to get 50MHz with the source of the OSC0ERCLK:
/* My Code for this is: */
SDHC_MemMapPtr esdhc_ptr = SDHC_BASE_PTR;
SIM_MemMapPtr sim_ptr = (SIM_MemMapPtr)0x40047000; //Base address of the SIM
/* Set the SDHC clk source to OSC0 = 50MHz */
sim_ptr->SOPT2 |= 0x20000000; //Set ESDHCSRC clk to OSC0ERCLK
esdhc_ptr->SYSCTL &= 0xFFFF00FF; //Disable the Prescaler
esdhc_ptr->SYSCTL &= 0xFFFFFF0F; //Disable the Divisor
Thank you all for your help: Kojto and Markku!!
:smileyhappy: