Skip to main content
Visitor II
September 30, 2019
Question

Hi, Do we have any specific code generator tool for STM8AF52A8T? or any code examples available for the same?

  • September 30, 2019
  • 1 reply
  • 518 views

I have worked on STM32 controllers and I have used CubeMX tool for code generation of any module like UART, LIn etcc....

Is there any tool for the same STM8 controller like STM8AF52A8T? CubeMX for STM8 doesn't have the support for code generation.

    This topic has been closed for replies.

    1 reply

    Visitor II
    October 6, 2019

    Since there are only very few STM8AF evaluation boards compared to STM8S, there also are few code examples. However, STM8AF and STM8S are quite similar (like STM8A and STM8AL are similar). You should be able to use example code from STM8S or another STM8AF for the UART (see e.g. http://www.colecovision.eu/stm8/).