RTOS on the A7 core
Hi there,I plan to run an RTOS on the A7 core. Any recommendations?Many thanks,csm
Ask questions and find answers on STM32 microprocessors, including hardware, power, DRAM, flashing, interfacing, device tree, and peripherals.
Hi there,I plan to run an RTOS on the A7 core. Any recommendations?Many thanks,csm
The STM32MP257 is connected to an SSD via the PCIe interface. I should How to configure the device tree or relevant Linux drivers to access the hard drive?my PCIe DT reference :PCIe 内部外设 - stm32mpu
Hi,when the STM32MP257F cores are running a regular Linux: how can I start some code on the M33 core? Is there a device/interface available within Linux that allows to send some code to this core and execute it? Or do they share some memory? So how i...
Hi,the TRM of the STM32MP257F describes different possibilities to boot the controller including the possibility to boot from eMMC or SD-card. And when looking to the EV-board, there are DIP-switches to choose eMMC or SD-card as boot-device too.But ...
Hi,I wanted to disable JTAG from production board by fusing OTP permantantly.I am trying with BSEC registers & OTP mapping. I am unable to write to any BSEC registers & doesn't change any value from uboot.Also tried with fuse but still same results. ...
EnvironmentSTM32MP157 board using I2C touch controller: ECO 5.0Problem descriptionTouch data reporting:[1] evtest with the touch driver loaded: X and Y coordinates are correct [2] w/o touch driver but I2c enabled and read I2C data from the touch ...
This question is a based on of a support ticket due to more knowledge persons from ST may answer this on the forum. Hope someone can help.Any specific reason to use this type of LVDS connector instead of 40pin FPC ? (less costly connector and cable,...
I have the STM32MP157C-DK2, and I plan to make a user board.Before creating a user board, I have a question.1. I want to know how to debug Cortex-M4 firmware on the user board. GDB debug is used in No. 7 in the link below.https://wiki.st.com/stm32mpu...
Hello,I am trying to create a project from STMcubeIDE (v1.16.1) for STM32MP257-DK and would like to load a .tflite model on Cortex M33 and run inference to the model. However, when I was creating the project, I brows to my test model from the .ioc fi...
Found the cause and solved. what happened was:1. Plugged the host PC only into the STLINK USB-C. with SW1 set to 1, the device booted from EMMC and debug data was shown on USB UART. Assumed based on the MPU running, it would be enough power for the D...