Forum Posts
STM32MP15 OPTEE Minimum DDR3
Hello,I am having trouble booting OPTEE on a custom platform with 256MB of DDR3. The boot log is attached. I added some debug printfs and I can see that OPTEE freezes on 454 in core/arch/arm/kernel/boot.c. I believe this is the first time OPTEE start...
Questions regarding data exchange in an indirect manner with the m4.
I am trying to exchange data in an indirect way using the rpmsg_sdb driver.The memory in the cma area (0xe800000) was allocated through mmap in Linux. When accessing the 0xe8000000 area in m4, a HardFault occurs and the program stops.However, there i...
Resolved! Problem to flashing immage to STM32MPF-DK2
I cannot load the image into the SD card of the STM32MP157F-DK2 board.I set the switches to OFFI start the board that starts in BOOT FOR FLASCHING (only the LD4 led is on steady red)Through the terminal or graphical STMProgrammer I start the download...
Resolved! Setting SPI clock to 20 MHz and beyond
Hello,my system is based on an STM32MP151x, running embedded Linux (Buildroot generated + all the ST patches, v5.3.56). I am suing an SPI connection to an external hardware but so far, i am not able to set the SPI clock to 20MHz and higher.Looking at...
Resolved! STM32MP1 RNDIS not working after cable reconnect
Hello,I have stm32mp157c,my own board and usb type-c for rndis.I saw the topic https://community.st.com/s/question/0D53W00001Qeg8OSAR/usb-ethernet-gadget-stops-working-after-replugging-cableBut it wasn't helpful for me.This is the error I get when I ...
Resolved! STM32MP157F-DK2: How to enable Wi-Fi, How to scan the Wi-Fi network, Connect to a Wi-Fi network, Check Link status from MP157 console port? ,
Hi,I want to know how to configure Wi-Fi in STM32MP157F-DK2 from MP157 console port. 1) How to scan the Wi-Fi network and check scan results2) How to connect to a Wi-Fi network3) How to get information about the status of the Wi-Fi interfaces4) How t...
Resolved! How can the cortex M4 access to RTC Timestamp?
Hi,I would like to read the timestamp value of the RTC. I see that only the Cortex A7 have access to it and the documentation on the wiki does not give any clue to how we can read the timestamp from the m4.On the linux side i can easily obtain it:I k...
Getting IPCC issue in stm32mp157-DK1 kit
Hello We are trying to implementing IPCC in STM32MP1-DK1 evolution kit and facing following issues. We generated cortex-M4 code in CUBE MX (Activate IPCC,NVIC IPCC RX1,IPCC TX1 and debug UART) then run in CUBE IDE and generating .bin file. We ...