STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! logicanalyser A7-M4 example. DMA memory allocation

HiI am working on the A7-M4 big data exchange example included in the next branch:https://github.com/STMicroelectronics/meta-st-stm32mpu-app-logicanalyserThere is a  la_reserved node that is included in thereserved-memory node of the stm32mp157c-demo...

ALibe by Associate
  • 547 Views
  • 2 replies
  • 0 kudos

I have 2 problems on installed st-example-image-x11.

I installed st-example-image-x11.Matchbox windows manager started on foto. And ! have 2 problem. Till.1st problem.I can not change the orientation of the matchbox panel. I changed the lines in the /usr/bin/matchbox-session file: matchbox-panel --ori...

0693W000000WyObQAK.jpg
AShva.1 by Associate II
  • 430 Views
  • 1 replies
  • 0 kudos

Resolved! Enabling /dev/spidevx.x on OpenSTLinux

Hello,I have an STM32MP157C-DK2 running OpenSTLinux using the STM32MP1Starter 2.0 image. I am wondering if it is possible to enable spidev drivers such that /dev/spidevx.x devices are available. I see that sys/bus/spi/devices exists, but there is not...

Resolved! Virtual UART data send M4 to A7 wrong data

call every 40mS : static uint32_t count; VIRT_UART_Transmit(cameraCommHandle.huart,(uint8_t *)&count,sizeof(count)); OPENAMP_check_for_message(); count++;when i printing what i get in linux i got this:39.99 ms: 26240.00 ms: 26340.01 ms: 26440.00 ms: ...

SMich.1 by Senior
  • 670 Views
  • 4 replies
  • 0 kudos

HDMI Input Processor best choice?

Hi, I've been pointed out to STM32 to get a low latency HDMI input (splitted) receiver that can render the input into a video stream and process a neural network on it before sending the computed processed outcome (python or similiar) to another hard...

JBrom.1 by Associate
  • 551 Views
  • 1 replies
  • 0 kudos

Resolved! Python Missing Modules on STM32MP1 OpenSTLinux

I have an STM32MP1-DK2 and have tried to install pip using several python mechanisms, but there are missing modules. The notable ones that I found missing are runpy and xmlrpc. Even when I go into python and type help() it spits out an error about py...