STM32F4-discovery GUI_DispString()
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-12-21 2:43 AM
Posted on December 21, 2014 at 11:43
Dear friends.
I try to use StemWin libraries with STM32F4290-discovery. As a base I used ADC-DMA project.
The code is the following:
RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_CRC, ENABLE);
SDRAM_Init();
GUI_Init();
GUI_DispString(''Hello world!'');
while(1);
When I step through GUI_DispString instruction nothing appears on the screen. What should I check?
This discussion is locked. Please start a new topic to ask your question.
0 REPLIES 0
