LMint 20 (based on Ubuntu 20) no ttyACM connection show up after the DK2 board is loaded with the Flash firmware using STM32 Programmer. The board boots as the wiki shows but no ttyACM devices show up to use with minicom.I am stuck.
I don't want to use a usb to serial adapter because I need the 9th bit available in the UART and this converters are not generally compatible with that
Hi,I use stm32mp157a-dk1 board and sdcard boot.Host PC is win10, virtualbox and ubuntu 20.04.1I try this example but have some problem.https://github.com/STMicroelectronics/meta-st-stm32mp/blob/dunfell/recipes-kernel/linux/linux-stm32mp/README.HOW_...
I'm having trouble setting up a hdmi monitor with a usb touchscreen on the stm32mp157. In the command lsusb it appears, but I can't link it with X11. What is the correct process for configuring the USB touchscreen on this board? I managed to make it ...
Hi everybody,I have generated an STM32 project via the STM32CubeIDE and modified the large example buffer (the firmware logic analyzer part), trying to substitute to the timer generated DMA transfer a second stream from SRAM to SRAM.In the next futu...
I'm trying to get TIM7 interrupts working with the STM32MP157C-DK2 kit. I've added the necessary configuration to the DTS file:&m4_timers7 { pinctrl-names = "rproc_default"; pinctrl-0 = <&timer7_pins>; status = "okay"; };Do I need to enable the i...
Hello,I'm trying to add a python GTK application I created to the startup using systemd.In order to do so I created the following gatewayservice.service file:[Unit] Description=Gateway service Requires=graphical.target After=graphical.target [Servi...
We have own MP157 based module and it sometimes hangs after NRST during debug. It doesn't respond to JTAG DAP, further NRST pulses doesn't help but NRST_CORE helps. It seems as errata "Incorrect reset of glitch-free kernel clock switch". We tried sw ...
I was hoping to find any examples/pre-built applications which can be run off the SD card to simply turn on an LED or so, for the STM32MP157A dev kit. Can anyone point me to any resources like this?