Skip to main content
Associate
November 17, 2023
Solved

IAR can not find STM8S103F2this chip

  • November 17, 2023
  • 2 replies
  • 2700 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

    2 replies

    Peter BENSCH
    Peter BENSCHBest answer
    ST 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

    In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
    gavin3Author
    Associate
    November 20, 2023

    Ok, got it, thanks a lot.