26-06-2024, 12:37 PM
26-06-2024, 02:24 PM
Hi,
I'm not familiar with STM8.
When do you select a 8 above 32?
I'm not familiar with STM8.
When do you select a 8 above 32?
26-06-2024, 02:32 PM
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.
I personally use also the small pin count devices of the STM32 and I prefer using a core I'm familiar with.
27-06-2024, 07:23 AM
(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!