Jump to content

Carlos

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello Joel. Thanks For Help and Tips For. I am changing the previous Makefile and include in gfxconf.h: and managed to build the project with FreeRTOS uFGX. But now also to includes in gfxconf.h: and add in Makefile: and now is giving error for failure to file in the directory: the same for #include hal.h file. And the truth is that these two files do not exist anywhere. I was unaware of what to do. Attached the file(stm32f429i_discovery_sdram.c) with the includes these two files do not exist. Grateful, Carlos
  2. Hello Joel, thanks for the answer. Ok , so I have a problem , I can not do Makefile It was interesting that you guys in the future develop something of the genre, an project uGFX with FreeRTOS. Many thanks for your help, Carlos Bastos
  3. Hello again Joel, thanks for the answer. Then I'll forget the other project with old uGFX. I have now an project with makefile. I'm not working with Ecplise IDE, i work in sublime text3, this is editor not IDE. Then i make "make" in terminal to compile program and "sudo make deploy" to upload program to board. I was reading the article sent to explain how to add the Makefile uGFX (thank you) , but I can not see where I add GFXLIB, GFXSRC and GFXINC. Can you help with makefile? Attached is my Makefile. Many thanks for your help, Carlos Bastos
  4. Hello Joel, thanks for the reply. I realized that this project uses an old version of uGFX , but was the only tutorial I found with FreeRTOS and uGFX , I preferred to use the latest version of uGFX but I have no knowledge to know how to make a new makefile. I have an axample of FreeRTOS (LED blink) operating in eclipse, but i think he has a make. I will try to add your makefile. I'm already trying to use uGFX a week ago , and still can not , I'm despairing The project is in number 2 (Clone and build the project.): git clone https://github.com/winfred-lu/stm32f429-freertos800 Many thanks for your help, Carlos Bastos
  5. hi guys, (first, sorry my english) I'm trying to implement on board stm32f429 the FreeRTOS with uGFX library, and I am following the following tutorial: http://winfred-lu.blogspot.pt/2014/05/ugfx-notepad-on-stm32f429i-discovery.html the "make" and "make lcd" its all ok; But when i try "make ugfx-basic" appears this error: and that the file does not exist , so I searched and changed: by: I did well? Now no longer appear the error, but now appear another: so I went to look, and the file does not exist , I do? I have looked quite on the Internet but can not find anyone else with the same problem as me.
×
×
  • Create New...