STM32 MPUs Embedded software and solutions

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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...

FreeRTOS memory issue

Hello,I use STM32MP157C-DK2 board with freeRTOS.I run my bord in engeneering mode with default freeRTOS parameters provided by cubeMXI create tree threads in my application but the last does not start.May be it is a memory space problem. So I try to ...

ABous.1 by Associate II
  • 382 Views
  • 1 replies
  • 0 kudos

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...

I would like to knew why the GPIO-Pin PA11 is on high level while the Board boots. I configured the Pin Muxing with CubeMx and Loaded the Device tree for the Kernel in the boot directory and synced it. I configured the pin as a PWM pin.

When I run my M4 Application every thing is working fine. But while the Board boots until i start the M4 remoteproc the pin is on high level. How can I set the pins reset(boot) configuration to low? I'am using the developer package.