Loading file.elf in flash Posted by george_old on 2015-10-19 20:14 I sucessful built the example program but I am not abble to download it. George
Posted by QuercusPetraea on 2015-10-20 14:51 Hi, to download the files .elf to flash memory is sufficient to press the "Debug" button (the icon with a bug). This allows you run the code line by line, or continuous running. When finished debugging, you can upload the most compact binary code (.bin), using ST-Link Utility, taking the binary file from the Debug folder of the project. Giovanni
Posted by cipriansalageanu on 2015-10-20 18:02 Hi, In details explanations about how to debug the project in section: Setting up your project for debug at this link:http://www.openstm32.org/Importing+a+STCubeMX+generated+project After build is important to do a Refresh on project. The .elf file is not "visible" until then.