How to control a GPIO in TF-A ?
I want to control a GPIO before u-boot, so how to control in TF-A?
Ask questions and find answers on STM32 microprocessors, including hardware, power, DRAM, flashing, interfacing, device tree, and peripherals.
I want to control a GPIO before u-boot, so how to control in TF-A?
We are building a custom embedded system based on STM32MP1 using customised OpenSTLinux. We are currently using the st-image-core as a starting point but we found it already heavy.Is there any option or other images providing a smaller image ?Also h...
We are using OpenSTLinux to generate a custom image for our custom board. This board has no wifi nor bluetooth so we would like to remove it's support.Our machine conf file is based on stm32mp1-eval.conf with the following edition (commenting wifi an...
Hi,I am trying to develop something around the STM32MP1.For that I have made some changes in the dts file via cubeMx and followed the process of building it given here.What is the location where the dtb file generated ? My arch/arm/boot/dts folder lo...
currently i have a pin <STM32_PINMUX('F', 14, GPIO)> how to mux as a GPIO before using as a gpiolib, export work fine, but i2c4 is not working but i can see GPIO is getting based on sys gpiolib. as before export i see PF14 line is muxed as pin 94 (P...
I am trying to verify my build environment by building the U-boot code samples to be able to run the DDR Tuning tests.First I start CubeMX (using the ubuntu image provided on one of your workshops) and under tools i choose the DDR Test Suite and sele...
Hi everyone.I have an already-designed PCB with an STM32MP157 on it. In order to communicate with an external device, I am using USART1. At the same time, I'm using an USB OTG port to connect my device to my PC.My problem is that USART1 is working wi...
I am using STM32MP1 Device in our costume board . In my application I need 3 UARTS out of three UARTS only one is initialized in UBOOT and its working fine , Now i want to initialize the remaining UARTS , Send and receiving the data from remaining U...
Hello!I am having an issue installing the developer package SDK where the shell script is not found as well as an 'argument list too long' failure during setup.I am using Ubuntu WSL to execute the script and see the following:Any insight would be gre...
Hello everyone,I've a question. If I'm not confused, STM32MP157F is dual CA7 core. Now, I'm coding a Linux application which I would like to parallelize. How can I do it? Is there any kind of directives such as OpenMP?Thanks,Oscar