Forum Posts
Resolved! How to load glade XML file in user space project created in the STM32 Cube IDE?
I am trying to build gui using GLADE designer for STM32 MP157 DK but i have problem in loading the generated GLADE XML in user space project.
Resolved! Is single NOR Flash boot supported by the STM32MP15xxAD (TFBGA257 package)?
According to the wiki here: Boot from serial NOR, the pins required to boot from a serial NOR flash chip in single mode are PB6, PF8, PF9, PF10. These pins are present on the TFBGA257 package. To boot in dual mode, PH2 and PH3 are required, and these...
Resolved! How to add a pin to A7 device tree to be used from linux userspace?
Hi,I'm using stm32mp157a-dk1 and I want to drive a pin with the A7.I add and set (as digital output) the pin PF2 (named "Test") to "Cortex-A7 non secure" in the "Pin Reserved" on the IOC file in the window "Pinout & Configuration" of STM32CubeIDE. Th...
FM Radio for Linux
Hi,Does anyone know an FM radio receiver IC with Linux driver? Thanks.
Creating a flashable backup of sd card image
Hello, I have sd card with lots of things configured.To save time I want to create backup of this card which I can flash later.Is there any official way to take the backup of the STM32MPU sd card image and also a way to flash the same image on new SD...
Resolved! Not able to set the GPIO low permanently from the command line
Hello, I am using STM32mp157f-dk2 board and I have a peripheral connected on GPIO pin #16 ( PF1)on doing gpoiget gpiochip5 1 > i get 1on doing gpiosetgpiochip5 1=0 i DO NOT get any error but on doing again gpioget gpiochip5 1 > i get 1 againI see it...
Good afternoon, I have written two versions of the time output test programs to the console for STM32MP157D. Both programs work no more than 2 hours, then the system restarts. What did I do wrong? Sincerely, Alexander.
Good afternoon, I have written two versions of the time output test programs to the console for STM32MP157D. Both programs work no more than 2 hours, then the system restarts. What did I do wrong?Sincerely, Alexander. ////////////////////////////////...
Resolved! How to disable Peripherals in stm32mp1 u boot source?
Hi,We are using stm32mp157a processor in my custom board.In my custom board we have limited peripherals so i need to disable remaining peripherals like ltdc and hdmi ,etc. I disabled in dts files but it didn't effected. How can i disable peripherals ...