2023-11-17 12:58 AM
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!
Solved! Go to Solution.
2023-11-17 01:54 AM
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
2023-11-17 01:54 AM
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
2023-11-20 01:12 AM
Ok, got it, thanks a lot.