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! 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
  • 5066 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 ...