Hi! As the TouchGFX library is free for STM32, will it also support the STM32MP1 running under Linux? Regards Friedl
Hello,i am trying to create a simple qt application that needs to use both M4 (Free RTOS - simple CAN data to be exchanged to application) and A7 ( run Qt application on Embedded Linux).as of now created a distribution package with Qt layer,created a...
Hello EveryoneI am using the README.HOW_TO.txt file to install the kernel. IN section 3 it is stated that I must apply some patches:1-Section 3 patch applicationif there is some patch, please apply it on source code $> for p in `ls -1 *.patch`; s...
Hi,I'm interested if there is ADC input protection against voltage transients and overvoltage inside STM32MP157C or I should add external protection for used pins? If I had to add external components do you have some recommendations?Best regards,Nena...
Hi,I want to compile linux kernel for stm32mp157c-dk2, i followed guide in README.HOW_TO.txt and when i run command "make ARCH=arm O="$PWD/../build" multi_v7_defconfig fragment*.config" in point 5. I get following errors:/opt/st/stm32mp1/stm32mp1-ope...
Hi, I am helping establish a reliable drone survey product, performing low-bandwidth sense operations and image detection for on-board analytics. This unit responds to what it reports, performing control & maintenance when needed.Unit:- Drone w/steer...
Qt uses 'eglfs' to display. After configuring this 'hwcursor', use Qt to display the card on HDMI. The touch screen will also get stuck. When the QT_QPA_GENERIC_PLUGINS environment variable is deleted and the mouse is plugged in, the mouse cannot be ...
Hello,I have a custom board based on STM32MP151-C with an eMMC on the following pins:SDMMC2_CK PE3 (AF09)SDMMC2_D0 PE6 (AF07)SDMMC2_CMD PG6 (AF10)I read that the ROM expects the the SDMMC2_D0 pin on PB14 so I need to change it by using values from...