9 years, 8 months ago.

Is there any issue with the compiler now??

from last 1 hour or more, the compiler is compiling , but the downloaded bin file does not work. i'm working on stm32f746 discovery board.

2 Answers

9 years, 8 months ago.

Hello Imran. Which code are you testing that does not work ? Recommend to confirm:

a) the platform on your compiler matches the same hardware you are using b) start with the BLINKY project to validate the code is able to flash the LED onboard:

https://developer.mbed.org/teams/mbed/code/mbed_blinky/

Select the IMPORT THIS PROGRAM into your compiler cloud space and then proceed to compile & test.

this is a touchScreen demo code for disco board, about a week ago i compiled this code and downloaded the bin file and written it to the board. it ran well then. but now i compile the same code, without any change, but this time it just shows a black screen. https://developer.mbed.org/compiler/#nav:/DISCO-F746NG_LCDTS_demo2;

I also have the previous bin file, if i write that bin file to my board, the output works fine, only the newly compiled one does not work

posted by Imran Hossain 13 Jan 2016
9 years, 7 months ago.

Please use the latest build (v112), which introduces some fixes. The target is set as M7 with FPU now

Thanks for your reply. can you please explain how to use the latest build v112? I don't see any option to set the build version

posted by Imran Hossain 13 Jan 2016

Update the mbed library build, revision should be 112

posted by Martin Kojtal 13 Jan 2016