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, 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 13 Jan 20169 years, 7 months ago.
Please use the latest build (v112), which introduces some fixes. The target is set as M7 with FPU now