EmBitz
Support for STM8 - Printable Version

+- EmBitz (https://www.embitz.org/forum)
+-- Forum: IDE (https://www.embitz.org/forum/forum-1.html)
+--- Forum: ARM GCC toolchain (https://www.embitz.org/forum/forum-4.html)
+--- Thread: Support for STM8 (/thread-200.html)



Support for STM8 - sp9skp - 26-06-2024

Hello.

Is there any chance/addon to support STM8 MCUs?

Thanks.


RE: Support for STM8 - embitz - 26-06-2024

Hi,

I'm not familiar with STM8.

When do you select a 8 above 32?


RE: Support for STM8 - embitz - 26-06-2024

According google, there is no GCC gnu for STM8 so the answer is "no".

I personally use also the small pin count devices of the STM32 and I prefer using a core I'm familiar with.


RE: Support for STM8 - sp9skp - 27-06-2024

(26-06-2024, 02:32 PM)embitz Wrote: According google, there is no GCC gnu for STM8 so the answer is "no".

Yes, at evening I found this information too. I was interested in their low power consumption and becouse they are used in radio modules like that: https://www.cdebyte.com/products/E220-400T22D. I was thinking about reprogram them. 
Finally I know that they are supported by SDCC.

Thanks for your help and time!