STM32 MPUs Products and hardware related

Ask questions and find answers on STM32 microprocessors, including hardware, power, DRAM, flashing, interfacing, device tree, and peripherals.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! No video stream for Python/C++ OD demo with COCO SSD MobileNet v1 TFLite on STM32MP157D-EV1

Hi,I'm attempting to test some Object Detection demo models from the X-LINUX-AI expansion package on the STM32MP157D-EV1 eval kit with a live camera video stream. However, I'm currently having what seems like a streaming problem with both the C++ or ...

ggreg by Associate II
  • 11374 Views
  • 7 replies
  • 2 kudos

Resolved! STM32MP135 - BAREMETAL - UART - DMA

Hello, I am currently using bare-metal MP13 solution in CubeIDE. I want to integrate uart with DMA. After configuring DMA settings for uart4, a following fragment of DMA init code has been generated:NVIC is not available for Cortex-A, but still its f...

jschneider_1-1704878867812.png

Major issue with eMMC 8 bit

We are currently experiencing a major issue with eMMC on our custom boards using STM32MP153CAC. Our boards are booting normally with 1 wire mode, but as soon as 8 wire/bit mode is enabled, it starts to bug out.Here is the description of the problem f...

emmc_circuit.PNG
JOhn1 by Associate III
  • 8783 Views
  • 9 replies
  • 5 kudos

Resolved! Purpose of board ID field in OTP

Hello,U-Boot has an stboard command that writes a board ID into OTP (word 59 on STM32MP15x lines, word 60 on 13x lines).TF-A displays this board ID if a device tree label "board_id" is present in the bsec node.Could you please explain the purpose of ...