Skip to main content
Ss.61
Associate III
November 1, 2021
Question

Compiler for STM3240G-Eval

  • November 1, 2021
  • 6 replies
  • 1080 views

Want to know the compiler for STM3240G-Eval Board.

    This topic has been closed for replies.

    6 replies

    Tesla DeLorean
    Guru
    November 1, 2021

    GNU-GCC, Keil and IAR would be suitable. ​

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    Ss.61
    Ss.61Author
    Associate III
    November 1, 2021

    Is STM32cubemx support for STM32f40g-eval Boar?

    I planned to use Emprog-Thunderbench kindly help me where i suppose to download the software.

    Tesla DeLorean
    Guru
    November 1, 2021

    Define "support" the CubeF4 example trees have code and BSP for the STM3240G-EVAL board.

    The board was originally shipped when SPL code was in use, and there are examples for board there or the Platform Builder packages, although clearly dated at this point.

    >>I planned to use Emprog-Thunderbench kindly help me where i suppose to download the software.

    Sorry, looks to be Eclipse based, you'll need to work with their support/documentation about how to drive the tool(s) you have chose to use.

    Download and unpack the repository to use in your own tools

    https://www.st.com/en/embedded-software/stm32cubef4.html

    Or browse via github

    https://github.com/STMicroelectronics/STM32CubeF4

    https://github.com/STMicroelectronics/STM32CubeF4/tree/master/Drivers/BSP/STM324xG_EVAL

    https://github.com/STMicroelectronics/STM32CubeF4/tree/master/Projects/STM324xG_EVAL/Examples

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    TDK
    November 1, 2021

    STM32CubeIDE would also work. STM32CubeMX includes support for the STM3240G-EVAL board.

    "If you feel a post has answered your question, please click ""Accept as Solution""."
    Tesla DeLorean
    Guru
    November 1, 2021

    I would expect so, but probably not .IOC for the examples, as they are more hand-crafted than auto-generated.

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    Ss.61
    Ss.61Author
    Associate III
    November 1, 2021

    Thank you very much for your input.