Skip to main content
Explorer II
November 17, 2023
Solved

IAR can not find STM8S103F2this chip

  • November 17, 2023
  • 1 reply
  • 1738 views

Hi teams,

I want to use IAR(8.50)to develop STM8S103F2 series chip, but i can not find this chip at IAR setting, so how should I can do? download STM8S103 lib or others?

thanks!

    This topic has been closed for replies.
    Best answer by Peter BENSCH

    Welcome @gavin3, to the community!

    IAR version 8.50 can be used for the STM32, i.e. Cortex-M based devices, which is a completely different MCU architecture. If you want to work with STM8, you must install the latest version 3.11 of the IAR compiler.

    Hope that helps?

    Regards
    /Peter

    1 reply

    Technical Moderator
    November 17, 2023

    Welcome @gavin3, to the community!

    IAR version 8.50 can be used for the STM32, i.e. Cortex-M based devices, which is a completely different MCU architecture. If you want to work with STM8, you must install the latest version 3.11 of the IAR compiler.

    Hope that helps?

    Regards
    /Peter

    gavin3Author
    Explorer II
    November 20, 2023

    Ok, got it, thanks a lot.