STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Swap partition creation

Hi all,How can I create swap partition in STM32MP1?Previously I did get an answer to how to increase the rootfs size. Any guidance on this will be highly appreciated.TIA

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

Resolved! Video streaming over network

Hi all,Our team was brainstorming around a feature which we want to provide in our product.However to achieve the same we would like to understand if we can perform the video capture via camera and stream the same over the network to some node. Or do...

NPal.2 by Senior
  • 1896 Views
  • 2 replies
  • 0 kudos

Is my stm32mp157c-dk2 board bricked?

Hello, I don't know what happened but suddenly on putting the board in boot mode( boot switches ON) , I cant detect the board on the stm32cube programmer and I see a green led ( PWR_IN) continuously blinking!attached is the image.Please assist.Br,D

darla14 by Senior
  • 818 Views
  • 4 replies
  • 0 kudos

Issue building image for Azure IOT on STM32MP157C-DK2

I'm build an image for Azure IOT on STM32MP157C-DK2, following this tutorial: https://wiki.st.com/stm32mpu/wiki/How_to_integrate_Azure_IoT_Edge_on_OpenSTLinuxbut I have follow error:| error: attributes are not yet allowed on `if` expressions|  --> /u...

EBelt.1 by Associate II
  • 1946 Views
  • 11 replies
  • 0 kudos

Add docker-compose to STM32MP157C-DK2 OS

I created an image of openstlinux using this tutorial:https://wiki.st.com/stm32mpu/wiki/How_to_integrate_Azure_IoT_Edge_on_OpenSTLinuxthe virtualitation install correctly the docker, but not docker-compose. Is it possible to add it?

EBelt.1 by Associate II
  • 595 Views
  • 0 replies
  • 0 kudos

Resolved! Reallocation of SRAM memory to STM32MP157A

Hi everyone!By default, the linker file describes that the memory partitions are configured as:RETRAM - ISR Vector;SRAM1 - Code;SRAM2 - Data;SRAM3 - buffer IPC;SRAM4 - not used in .ld file, but in device tree it's DMA1/DMA2 buffer.My application does...