Skip to content

Qt for MCUs

Discussions and questions about Qt Quick Ultralite and using Qt on microcontrollers in general

142 Topics 445 Posts
  • Welcome to the Qt for MCUs forum!

    Pinned Locked
    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • Code is getting reset.

    Unsolved
    4
    0 Votes
    4 Posts
    45 Views
    jsulmJ
    @Vishal-Biradar said in Code is getting reset.: But after certain period code is resting means display is getting off again restart Do you mean your app is crashing? The OS is restarting? Please say exactly what happens. Regarding your code: using an endless loop in an event driven application is a no-go...
  • 0 Votes
    6 Posts
    295 Views
    S
    Hi again, This is a follow-up to my earlier post regarding the Spark font engine integration with complexTextRendering enabled. I’ve resolved all the build-time errors related to Spark integration, and both the platform and application layers build successfully. However, after flashing the final binary onto the hardware, all the text has disappeared from the screen — only images are visible. It seems like text rendering is completely missing at runtime. Regarding the previous suggestion to use the ldd tool to check for library dependencies — thank you for the recommendation. Since I'm working on different OS and building with MinGW, I wasn’t able to use ldd directly but did try some alternative tools available for Windows that perform similar dependency checks. Has anyone experienced a similar issue where the text doesn't appear on hardware after enabling Spark font engine with complexTextRendering = true? Any insights on what could be going wrong or how to debug this would be greatly appreciated. Thanks in advance!
  • Library Files Modified on Rebuild Without Code Changes – Qt for MCU

    Unsolved
    1
    0 Votes
    1 Posts
    197 Views
    No one has replied
  • 0 Votes
    1 Posts
    162 Views
    No one has replied
  • Qt safe rendering for yocto

    Moved Unsolved
    1
    0 Votes
    1 Posts
    189 Views
    No one has replied
  • Support for Nordic devices - Nordic nRF5340 - Qt for MCUs

    Unsolved
    2
    0 Votes
    2 Posts
    322 Views
    jsulmJ
    @remo999 Please keep in mind: this is user forum. If you do not get an answer here you can contact Qt developers on their mailing list.
  • STM32U5G9J-DK2 and Freertos Support

    Unsolved
    2
    0 Votes
    2 Posts
    317 Views
    SGaistS
    Hi and welcome to devnet, Boot2Qt being a commercial offer, you will likely have better chance of an answer by contacting the Qt Company directlyy
  • set the all path correctly getting error in RH850 D1M1A MCU kit creation ?

    Unsolved
    4
    0 Votes
    4 Posts
    551 Views
    jsulmJ
    @Vishal-Biradar I don't know what tool is not found and why. Seems to be "Renesas Flash Programmer", but I don't know why it is not found. Maybe it needs to be installed and added to PATH?
  • STM32H750B-DK and FreeRTOS

    Unsolved
    3
    0 Votes
    3 Posts
    527 Views
    K
    @jsulm Thank you for your response I thought of that but was not sure if it was the way to go , but since the Qt kit for the board is bare metal i dont see any other way
  • Is qmltocpp able to handle inheritance hierarchies?

    Unsolved
    1
    0 Votes
    1 Posts
    242 Views
    No one has replied
  • Cannot compile qt6 for Raspberry Pi 3

    Unsolved
    3
    0 Votes
    3 Posts
    550 Views
    JonBJ
    @britesc I know nothing about this :) But did some Googling which may help? First I will say I was "surprised" that your work and the instructions seems to fetch/use "Qt5" stuff when you want to build Qt6, but I guess that's right, for whatever reason! For your error message I came across https://github.com/microsoft/vcpkg/issues/32135#issuecomment-1603081312 I was able to resolve this issue by installing the additional required packages for qt5base (although I am targeting q6) and X11 required by qt5-base for qt5-x11extras APT_PACKAGES="$APT_PACKAGES libxkbcommon-dev libxcb-keysyms1-dev \ libxcb-image0-dev libxcb-shm0-dev libxcb-icccm4-dev libxcb-sync-dev \ libxcb-xfixes0-dev libxcb-shape0-dev libxcb-randr0-dev \ libxcb-render-util0-dev libxcb-xinerama0-dev libxcb-xkb-dev libxcb-xinput-dev" Does this list of dependencies have any relevance for your situation? That's all I know! P.S. I see @jsulm has just posted. You should listen to him more than to me!
  • How to use Qul::PlatformInterface::Log in Qt for MCUs

    Unsolved
    1
    0 Votes
    1 Posts
    229 Views
    No one has replied
  • ItemLayer Transparency issue on CYT4DN Platform

    Unsolved
    1
    0 Votes
    1 Posts
    300 Views
    No one has replied
  • Qt for MCUs, how to control hardware, such as using MCU GPIO interface, USART, ADC, etc.

    Unsolved
    11
    0 Votes
    11 Posts
    2k Views
    SGaistS
    @IBO_GO in which language did you write your HAL ? Because if it's either C or C++ you can use that as any other library. If not, then please give more details about what you already have, in which language, etc.
  • Unable to render 1920x720 assets in traveo CYT4DN platform

    Unsolved
    1
    0 Votes
    1 Posts
    245 Views
    No one has replied
  • why bootloader is necessary for traveoII to run Qt?

    Solved
    4
    0 Votes
    4 Posts
    726 Views
    V
    Never mind guys @JonB @SGaist i figured it out, thanks for the response.
  • Using LIRC in Qt creator

    Unsolved
    12
    0 Votes
    12 Posts
    2k Views
    M
    @jsulm said in Using LIRC in Qt creator: @markolino_it said in Using LIRC in Qt creator: I don't know if in my old version of qt5 there is the package manager. @SGaist was talking about the packet manager of your Linux distribution! Sinse Raspbian is a Debian derivate you have to use apt. All you have to do is: sudo apt install liblirc-dev Oh sorry, now I understand. Yes i use it a lot of course...for the other packages, sorry for that I am a noob of Linux! So I will test the Lirc-less solution and Lirc solution and I let you know. Thank you.
  • 0 Votes
    1 Posts
    291 Views
    No one has replied
  • STM32H747I-DISCO QT

    Unsolved
    1
    0 Votes
    1 Posts
    308 Views
    No one has replied