STM32 MPUs Embedded software and solutions

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to send and receive structured data using /dev/ttyRPMSG0 in openstlinux-4.19-thud-mp1-19-10-09 running openstlinux-eglfs distro on an STM32MP157C-DK2.

I've included the stock OpenAMP echo code for the M4 from CubeIDE 1.10-2 and am able to echo a message to /dev/ttyRPMSG0 and have cat print the echoed message.I've written a simple app in C to open the RPMSG0 device, write(2) a structure and then rea...

PWilk.2 by Associate II
  • 808 Views
  • 4 replies
  • 1 kudos

Crypto API

Trying to build image using unmodified distribution package. Hardware crypto devices are enabled in config:root@stm32mp1:/etc# zcat /proc/config.gz | grep CONFIG_CRYPTO_DEV_STM32CONFIG_CRYPTO_DEV_STM32_CRC=yCONFIG_CRYPTO_DEV_STM32_HASH=yCONFIG_CRYPTO...

Poor OpenGL performance

I've run a simple graphical program with Mono and OpenTK. It contains a simple fragment shader (demo). One frame renders about 7 seconds and CPU usage is 100%. Is it normal?vec2 p = ( gl_FragCoord.xy / resolution.xy ) - 0.5; float sx = (amp)*1.9 * si...

Unable to configure USB PHY

Hello ST communityI'm trying to configure the USB in OTG mode so I can upload linux to the NAND flash on my board (I'm using the STM32MP153AAC on a custom board).Here's the output from the debug serial:https://pastebin.com/f1UYcyDqAnd here is dmesg o...