Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years ago.
Compiler
When I purchased the TM32F7691 Discovery board the site said I could go to mbed, and "download" the compiler, IDE, libs, examples, etc. When I go to mbed there does not seem to be a download location, just the online compiler. Where can I get the downloads?
2 Answers
8 years, 11 months ago.
Hi James,
Thanks for your question, i'll try help :)
In terms of how mbed works
There is an 'Online' IDE (integrated development environment) with compiler https://developer.mbed.org/compiler/
Here you can create or import any programs and libraries found on the mbed website and compile these programs to flash to your board. Such as
https://developer.mbed.org/teams/mbed/code/mbed_blinky/
By simply clicking 'Import into Compilier', this will import all the needed libraries and the program to run.
You can also export/download the programs and libraries to an 'Offline' compiler and IDE Some of these include: Keil uVision. To do this:
Navigate to the same program
https://developer.mbed.org/teams/mbed/code/mbed_blinky/
And click 'export to desktop IDE', this will download the program and all the mbed libraries associated to be able to run it offline.
Have a read of this for offline help.
https://developer.mbed.org/handbook/Exporting-to-offline-toolchains
Regards,
Andrea, team mbed
8 years, 11 months ago.
That board is not currently supported by ST under mbed. This other board is the closest board to what you have but you'd have to modify its drivers to get yours working under mbed. https://developer.mbed.org/platforms/ST-Discovery-F746NG/
Until ST announces support for it you're better off use STMCube and hacking through the files it generates. There are usually bundled examples on the ST website but nothing jumps out at me when I peruse their website here: http://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-discovery-kits/32f769idiscovery.html