STM32 MPUs Products and hardware related

Ask questions and find answers on STM32 microprocessors, including hardware, power, DRAM, flashing, interfacing, device tree, and peripherals.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Parallel programming STM32MP157F

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

OBaselga by Associate III
  • 478 Views
  • 0 replies
  • 0 kudos

Resolved! GPIO Interrupts on STM32MP1

Hi,I am trying to interface a rotary encoder to A7 on STM32MP1.I was able to get the CubeMx COnfiguration done and got the device tree file generated.Also looked into this document: https://wiki.st.com/stm32mpu/wiki/Interrupt_overview#pinctrl_irqchip...

NPal.2 by Senior
  • 1249 Views
  • 4 replies
  • 0 kudos

Problem with custom simple panel display. I've created my compatible display structure, following the existing codes. In the struct drm_display_mode, i need to set DE polarity, but when i add to code .flags = DRM_MODE_FLAG_NDE, mode is not created

When I don't use the .flags, i see the mode created, but my display doesn't work. I changed the ltdc register (GCR) manually to set DE and it works. When i add the .flags, no mode is created (i checked with modetest -M stm). Since i understood that t...

Lmoio.1 by Senior
  • 408 Views
  • 0 replies
  • 0 kudos

Resolved! What changes were made in kernel 5.10.10 from kernel 5.4.x in regards of .ssh connection?

I am running Eclipse IDE for C/C++ Version 2021-06. I am using multiple stm32mp157x-DK2, When they are running kernel  5.4.x I have no problems connecting to them form Eclipse IDE via ssh, if I update them to 5.10.10, suddenly I get "Algorithm negoti...