cancel
Showing results for 
Search instead for 
Did you mean: 

Compiler for STM3240G-Eval

Ss.61
Associate III

Want to know the compiler for STM3240G-Eval Board.

6 REPLIES 6

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Ss.61
Associate III

Is STM32cubemx support for STM32f40g-eval Boar?

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

TDK
Guru

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".

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
Up vote any posts that you find helpful, it shows what's working..
Ss.61
Associate III

Thank you very much for your input.

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
Up vote any posts that you find helpful, it shows what's working..