DDF file import for MCU registers

Sysprogs forums Forums VisualGDB DDF file import for MCU registers

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #32534
    v_krishnan
    Participant

    For viewing the MCU hardware registers, VisualGDB allows importing SVD files. Is there any facility to import/convert the DDF files as used by IAR EWARM into VisualGDB?

    #32536
    support
    Keymaster

    Hi,

    Last time we checked, the DDF files only contained very high-level overview of the devices and did not list the exact peripheral registers. If it works differently for some devices, please let us know the exact device you are looking into, and we will investigate it further.

    #32538
    v_krishnan
    Participant

    I’ve some DDF files which define the registers of the target device. One example file is below.

    NOTE: file extension changed as .ddf is not allowed in attachments.

    • This reply was modified 2 years ago by v_krishnan.
    Attachments:
    You must be logged in to view attached files.
    #32549
    support
    Keymaster

    Thanks for confirming it.  We have rechecked the IAR folder and it looks like this type of register definitions is only used with 3 specific and very niche devices (RZN1D, RZN1L, RZN1S). Hence, VisualGDB does not support importing it automatically.

    That said, the logic for converting SVD files into VisualGDB-specific register definitions is available here in our GitHub repository. Feel free to fork it and update it to parse the register definitions in the DDF format.

    If you wish, we can also do it on our side, however, as it is unlikely to cover any mainstream devices (and help most other users), it would be subject to our consulting rate. Feel free to reach out to our sales to get a precise quote.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.