2021-05-17 01:34 AM
Hello Community,
I am new to STM8. I have used STM32 Cube IDE.
I want to check the code size of the GPIO example for STM8L101F3U6ATR MCU.
I can not find example codes in STM32 cube mx.
Can anyone please tell me the approx size of GPIO example.
Thanks,
Hiren Bhuva
2021-05-18 09:32 AM
STM32CubeMx is not for the STM8 series. There is a STM8CubeMx but that program was never completed and does not produce any code.
If you compile your GPIO code, take a look at the .MAP file for code sizes.