STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Rootfs size expansion

Hi ,How can i increase the size of rootfs correctly? I tried using gparted , but it looks like the tf-a iss't very happy with it and tries to reset it in correct way. So i would like to understand how can i increase its size more correctly since inst...

NPal.2 by Senior
  • 1050 Views
  • 8 replies
  • 1 kudos

Resolved! Help on Interprocessor Communication STM32MP157F-DK2

Of the many things I have been struggling withmSTM32MP157F-DK2 throughout this summer, one of them is the interprocessor communication between A7 and M4. I want A7 to process data and send the refined result to M4 for further low level actions. As ma...

0693W00000DplIQQAZ.jpg 0693W00000DplIVQAZ.jpg 0693W00000DplIkQAJ.jpg
MSele.1 by Associate III
  • 2327 Views
  • 12 replies
  • 0 kudos

Resolved! Support for BlueZ in the STM32MPU distribution package?

Hello , Is the BlueZ supported or added in the Distribution or developer or starter image?I tried running bluetoothd -v to get the version of the bluetoothd (and hence the Bluez which has this demon built) but I got this :root@stm32mp1:~# bluetoothd ...

darla14 by Senior
  • 1079 Views
  • 9 replies
  • 0 kudos

Resolved! Need help to make my programs start automatically on boot

I designed my robot control system using STM32MP157f-K2 board I use the M4 core to read an IMU through SPI, read encoders and generate PWM for controlling the motors by using timers. I use A7 to read USB vision cameras, read a radar by using CAN bus,...

MSele.1 by Associate III
  • 1036 Views
  • 3 replies
  • 0 kudos

Resolved! RPMSG SDB0 Driver Issue

Hi all,I am trying to achieve DDR data transfer between M4 and A7.So I followed How to exchange data buffers with the coprocessor - stm32mpu article and built a yocto image. I have stripped down the logic analyzer application : here . On CM4 side it ...

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

Programming the Mac ID in OTP

Hello Team,We are using a product build around STM32MP157C. We have a requirement for programming the OTP with MAC Id. Here is my understanding on the same:The OTP_57 and OTP_58 are meant for MAC addressMAC address can be programmed from the uboot us...

PTewa.1 by Associate II
  • 1631 Views
  • 7 replies
  • 0 kudos

Resolved! Precise Time Measurement in STM32MP1 with DWT CYCCNT

I am using OSD32MP1 (based on STM32MP157c) in Production Mode with OpenSTLinux on Core A7 and FreeRTOS on M4. One of the tasks is to timestamp ADC data acquired by M4 at very highspeed, very precisely (think it order of nanosecond to microsecond). No...