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.
10 years, 7 months ago.
FAIL.TXT ...LPC1114FN28
FAIL.TXT ... I received LPC1114FN28 a few days ago and I try to load and run first programm now...MBED_BLINKY.. without success. In the mbed drive (E:) is created file FAIL.TXT where is written "BAD EXTENSION FILE". See the picture...Where is the problem? I have mbed LPC1768 and LPC11U24 and I am used to work this way without any problem.
- include "mbed.h"
DigitalOut myled(LED1);
int main() { while(1) { myled = 1; wait(0.5); myled = 0; wait(0.5); } }
Question relating to:
3 Answers
10 years, 7 months ago.
I have absolutely the same problem. Program is compiled, so the BIN file is created. When I copy this BIN to LPC1114FN28, the red LED starts blinking very quickly and then the LPC is disconnected, then reconnected and the BIN file is suddenly missing. Is it necessary to do something before or after the flashing BIN? Thanks, Karel Svoboda
The bin file missing isn't a problem. It should be written to the target flash memory. The only problem would be if our drive had a file named fail.txt with an explanation inside it.
There are some difference between the original mbed interface and CMSIS-DAP firmware. Please see this page for more details.
http://mbed.org/handbook/HDK-and-CMSIS-DAP
posted by 04 Jun 2014Ok, after copy BIN to LPC, it is reconnected, BIN disappears. But program hasn't started automatically. Why? It is necessary to press some button?
posted by 05 Jun 201410 years, 7 months ago.
Could you tell me the downloaded and drug&dropped file name?
In workspace I have name "14_mbed_blinky" and download file is "14_mbed_blinky_LPC1114.bin"... is it enough answer?
posted by 03 Jun 2014Sorry, I have encircled "Accepted" ... but I don`t know the solution yet.
/media/uploads/profra/lpc1114fn28_strange.mov
I have discovered another strange behaviour ... see the video attached... BLINKY is compiled, BIN is downloaded to mbed drive.. you can see it there just for a while, then the BIN file disappears (deleted?), file explorer is closed, mbed drive is disconnected... and after 2-3 seconds is again connected... BUT without compiled BIN file... the mbed drive is empty or with the file "FAIL.TXT" ... really strange!!! Can something be wrong with the mbed module? It was delivered to me a few days ago directly from Switch Science.... or do I do something wrong? LPC11U24 and LPC1768 on the same place work without any problems. Does somebody have any idea what to do?
posted by 03 Jun 201410 years, 7 months ago.
What OS and language is your computer running? From the video it looked like a Google Chrome browser. Is that correct? Can you try to download the file to a desktop or downloads folder and then copy to the mbed board? What are the results?
Answers: OS W7-64, language= Czech, browser=Chrome. Yes, I have tried to send compilation (BIN file) to another folder (not directly to mbed drive) and then manually to copy to mbed drive... the same behaviour! Strange... I don´t know what to do. FYI... I bought 2 mbeds from Switch Science, I have one and the other one has Karel Svoboda... please, see his comments below. It could be also helpful ... 2 pieces mbed LPC1114FN28 in the Czech Republic and the same behaviour?
posted by 04 Jun 2014Assigned to
10 years, 6 months ago.This means that the question has been accepted and is being worked on.