• STemWin with keil rtx
    Hi all, i'm trying to use emWin librarie with keil rtos and i have some problems. First, i use a STM32F7 discovery with a touch screen. For my project, i started with the GUIDemo (keil package exemple...
  • STemWin with keil rtx
    Hi all, i'm trying to use emWin librarie with keil rtos and i have some problems. First, i use a STM32F7 discovery with a touch screen. For my project, i started with the GUIDemo (keil package exemple...
  • GUIDRV_SLin LCD Driver for T6963 LCD controller not found in STemWin Library
    Hii, I am trying to interface T6963 LCD controller with STM32F103ZE and I am using STemWin for GUI . I got to know from segger website that to do this I require GUIDRV_SLin LCD driver which is supposed...
  • GUIDRV_SLin LCD Driver for T6963 LCD controller not found in STemWin Library
    Hii, I am trying to interface T6963 LCD controller with STM32F103ZE and I am using STemWin for GUI . I got to know from segger website that to do this I require GUIDRV_SLin LCD driver which is supposed...
  • GCOV with Keil RTX
    Hi I enabled profiling (gcov) in for my embedded code using GCC flags -fprofile-arcs -ftest-coverage . In order to route the coverage data I have implemented wrappers of newlib _open, _read...