Skip to main content
Visitor II
April 9, 2024
Solved

Starting a new design, looking for device tree source

  • April 9, 2024
  • 3 replies
  • 1458 views

We are starting a new design using the STM32H743 and we were hoping to find device tree source description of this MCU.  Does anyone know if this is available?

    This topic has been closed for replies.
    Best answer by Tesla DeLorean

    >>What is a zephyr in relation to what I have asked?

    Another Embedded OS using a "Device Tree" model to describe the peripherals / devices?

    SVD files is another form of mechanically describing registers at an address/bit level, ingested by debuggers and similar tools so they might be familiar with a given IC without the developer being omni-present, or aware of future events.

    https://www.keil.com/pack/doc/CMSIS/SVD/html/svd_Format_pg.html

    3 replies

    Graduate II
    April 9, 2024

    It's not running Linux

    You should look at the STM32 MPU series if that's what you want.

    Registers on the MCU, perhaps the .SVD files?

    Super User
    April 9, 2024

    You mean for Zephyr ?

    dtscbsAuthor
    Visitor II
    April 9, 2024

    Maybe I should give you a little more information. We are designing around the STM32F473 MCU and would like to start developing software for it. One thing I know we will need is header files to describe the core and peripherals. To me, it would seem that someone may have already done this. My reference to device tree files was as a way to reference that information. Maybe it was a little confusing.

    A couple of questions for those who replied

    I'm not familiar with an SVD file. Does this contain the peripherals, addresses, interrupts, etc. for the MCU?

    What is a zephyr in relation to what I have asked?

    Thanks


    Technical Moderator
    April 9, 2024