2018-12-21 02:32 AM
2018-12-21 08:26 AM
Hello @elec_st ,
Are you enabled clock for CRC module ?
The CRC module must be enabled before calling GUI_Init, if not STemWin will be not function.
Kind Regards,
Imen
2018-12-21 08:26 AM
Hello @elec_st ,
Are you enabled clock for CRC module ?
The CRC module must be enabled before calling GUI_Init, if not STemWin will be not function.
Kind Regards,
Imen
2018-12-22 10:41 AM
thank you the problem solved by enable crc module
here is my code
RCC_AHBPeriphClockCmd(RCC_AHBPeriph_CRC, ENABLE);
GUI_Init();