Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to develope uCGUI using STM32F103VCT ?

Status
Not open for further replies.

bianchi77

Advanced Member level 4
Advanced Member level 4
Joined
Jun 11, 2009
Messages
1,313
Helped
21
Reputation
44
Reaction score
20
Trophy points
1,318
Location
California
Activity points
9,442
How to integrate UI inside Keil ?

Friends,

Do you know how to develope ( customize ) uCGUI in STM32 ?
I have used

Embedded UI Resource Editor from ST, but how can I connect it with my code in Keil ?

Code:
main()
{
}

I include only like this :
#include --->output files from Embedded Resource UI editor

main()
{
   (which function should I call from the "output file")
}

How can I make like this one :
https://www.youtube.com/watch?v=PL3enedXTs4

I have read :
Embedded UI with Keil.jpg
How to connect them :
GUI_STM32.jpg
GUI_STM32_2.jpg
Keil3.jpg


Thanks
 
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top