This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Error: Flash Download failed

hey can anyone help me???

i am using uVision3 and now i am encountering this error- Error: Flash Download failed - Could not load file 'C:\..\...\..\BlinkyCAN.ELF'?

My output window shows error 56 : cant open file.

wat am i supposed to do now? can anyone help me plss...

Parents
  • Check the paths in the project.

    Note that the message indicates a path that is three directories above the root directory:
    "C:\..\...\..\BlinkyCAN.ELF"

    And not only that - there are no path with three periods in a row.

    It would be more likely that it would look for the file:
    "C:..\..\..\BlinkyCAN.ELF"

    Don't you think all "can't find file" errors are best handled by first checking where the file are, and verify that you have the file, and that the tool looks at the direct location?

Reply
  • Check the paths in the project.

    Note that the message indicates a path that is three directories above the root directory:
    "C:\..\...\..\BlinkyCAN.ELF"

    And not only that - there are no path with three periods in a row.

    It would be more likely that it would look for the file:
    "C:..\..\..\BlinkyCAN.ELF"

    Don't you think all "can't find file" errors are best handled by first checking where the file are, and verify that you have the file, and that the tool looks at the direct location?

Children