The touch screen part of stm32mp157c-dk2
The touch screen part of stm32mp157c-dk2 does not need to be interrupted and reset?
Ask questions and find answers on STM32 microprocessors, including hardware, power, DRAM, flashing, interfacing, device tree, and peripherals.
The touch screen part of stm32mp157c-dk2 does not need to be interrupted and reset?
I'm testing a stm32mp157a-dk1 in 85 °C for a project.The setup is basic, power from usb and network over ethernet to a control computer outside the chamber. I ssh in to the board to check that its alive and put some load on the cpu.Even without load....
I need to test a 3.5" display connected to the LTDC port. How do I disable the 5.5" display that came with the STM32MP157C-EV1 board and use the 3.5" display? I see the ltdc_pins_a: ltdc-a-0{...} entry in the Linux source code device tree: ../linux-4...
Hi! Have some problems with installing fftw package. I tried to install it to st-image-weston and st-example-image-xfce, but received same error when bitbake run do_rootfs. Can anybody explain this problem?Build Configuration:BB_VERSION = "1...
I am evaluating different dual-core ARM Cortex-A7 MPUs for their graphical features; one of my requirements is that I need to support a 1280x1024 TFT LCD at 50-60fps using 16 or 24-bit parallel RGB interface.The evaluation kits offer small LCDs below...
If we emulate the MCU watchdog reset on STM32MP1 it works fine. MCU is got restarted and runs after that. SYSRESETREQ assertion (by calling NVIC_SystemReset) works fine with dedicated M4 processor.We wander what can be a problem on STM32MP1 ?
I am interested in the maximum transmission bandwidth between the A7 core and M4 core on the STM32MP1.I did some test using RPMsg framewirk and sent messages with length 496 Byte from the A7 core to the M4 core. Therefore I modified the OpenAMP_raw e...
I connected an external sensor via i2c and modified the device tree dk2 with following addition:&i2c5 { status = "okay"; clock-frequency = <100000>; pinctrl-names = "default", "sleep"; pinctrl-0 = <&i2c5_pins_a>; pinctrl-1 = <&i2c5_pins_sleep_a>...
I built the rootfs according to the instructions at https://wiki.st.com/stm32mpu/wiki/STM32MP1_Distribution_Package, but the userspace program of gcnano is not installed in the rootfs, the / vendor directory is empty. I need to manually install gcnan...