Skip to main content
Visitor II
April 11, 2020
Question

Why is FLASH_OPTR missing in IAR for my STM32L082CZ ?

  • April 11, 2020
  • 2 replies
  • 556 views

Dear community,

I am playing with the STM32L082CZ and IAR, and I noticed that the FLASH_OPTR register is not displayed in the registers. But at the same address there is the OBR register (but the bit description is different from the datasheet)

I am using the correct ddf and svd :

  • STM32L082CZ.ddf
  • STM32L0x2.svd (no OPTR in this file and OBR is there)

Do you know why I have this wrong svd file ?

Where can I find a corrected version of the file ?

Thanks a lot,

F.

    This topic has been closed for replies.

    2 replies

    Technical Moderator
    April 21, 2020

    Hello @Florent_​ ,

    Thank you for bringing this to our attention.

    This issue will be corrected in the coming release of svd file.

    Best Regards,

    Imen

    Florent_Author
    Visitor II
    April 21, 2020

    According to the ST customer support, the more recent .svd file is within the STM32CubeIDE toolchain. And indeed it looks good.

    Best,

    Florent