2021-11-01 12:09 AM
Want to know the compiler for STM3240G-Eval Board.
2021-11-01 01:04 AM
GNU-GCC, Keil and IAR would be suitable.
2021-11-01 01:11 AM
Is STM32cubemx support for STM32f40g-eval Boar?
I planned to use Emprog-Thunderbench kindly help me where i suppose to download the software.
2021-11-01 06:23 AM
STM32CubeIDE would also work. STM32CubeMX includes support for the STM3240G-EVAL board.
2021-11-01 07:35 AM
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
2021-11-01 08:10 AM
Thank you very much for your input.
2021-11-01 09:05 AM
I would expect so, but probably not .IOC for the examples, as they are more hand-crafted than auto-generated.