Page 1 of 1

Nucleo Board F746ZG not found ?

Posted: Wed Jun 07, 2017 8:03 am
by eSYS.co
I want to transfer the program to the Nucleo Board F746 but this messege is coming from the driveprog.bat
The Board works perfect with the IAR or Keil Compiler, so i think connect to USB is correct.

Thank you for help.

Code: Select all

Start von Linker/Assembler...
C:\Program Files (x86)\Flowcode 7\tools\DoNothing\DoNothing.exe  

Start des Programmers...
C:\Program Files (x86)\Flowcode 7\compilers\STARM\batch\driveprog.bat  "E:\" "test746" DIS_F
find: /i: No such file or directory
find:  DIS_F: No such file or directory
find: /i: No such file or directory
find:  DIS_F: No such file or directory
find: /i: No such file or directory
.....

Re: Nucleo Board F746ZG not found ?

Posted: Wed Jun 07, 2017 8:29 am
by LeighM
Hi,
Please could you update the following file in your Flowcode installation FCD/ARM directory (and then reload your project) ...
32F746Nucleo144.fcdx
(41.6 KiB) Downloaded 270 times
This file is also available in the patch update zip found here ...
http://www.matrixtsl.com/mmforums/viewt ... 63&t=18760
It is worth occasionally checking this post for latest updates

Re: Nucleo Board F746ZG not found ?

Posted: Wed Jun 07, 2017 9:34 am
by eSYS.co
I have do this and store the new file in the FCD/ARM Directory.

The error have change a little but come also.

Code: Select all

Start von Linker/Assembler...
C:\Program Files (x86)\Flowcode 7\tools\DoNothing\DoNothing.exe  

Start des Programmers...
C:\Program Files (x86)\Flowcode 7\compilers\STARM\batch\driveprog.bat  "E:\" "test746" NODE_F
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
....

Re: Nucleo Board F746ZG not found ?

Posted: Wed Jun 07, 2017 9:40 am
by LeighM
Could you tell me what virtual drive name is displayed when the board is connected via USB to your PC?
You should get something like this ...
F469.jpg
F469.jpg (13.77 KiB) Viewed 12947 times
Here the 469 Discovery board has the name DIS_F469NI
What is yours?

Re: Nucleo Board F746ZG not found ?

Posted: Wed Jun 07, 2017 10:15 am
by eSYS.co
NODE_F746ZG (F:)

Re: Nucleo Board F746ZG not found ?

Posted: Wed Jun 07, 2017 11:01 am
by LeighM
Strange then, that should work with the latest FCD file.
Can you try again, but wait until you see the attached drive, as above, then do the compile to chip.
Thanks

Re: Nucleo Board F746ZG not found ?

Posted: Thu Jun 08, 2017 8:38 am
by eSYS.co
I have check all, but same response.

I think flowcode do not find the Nucleo Board.
Problems with the Filename ? "NODE_F746ZG (F:)"

Code: Select all

C:\Users\Public\DOCUME~1\flowcode\test746_STM32F746xx_8000000>arm-none-eabi-size -B "..\test746.elf" 
   text	   data	    bss	    dec	    hex	filename
   3644	      4	   1540	   5188	   1444	..\test746.elf
Compilation successful

Start von Linker/Assembler...
C:\Program Files (x86)\Flowcode 7\tools\DoNothing\DoNothing.exe  

Start des Programmers...
C:\Program Files (x86)\Flowcode 7\compilers\STARM\batch\driveprog.bat  "C:\Users\Public\DOCUME~1\flowcode\" "test746" NODE_F
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
find: /i: No such file or directory
find:  NODE_F: No such file or directory
NODE_F board is not connected.

Re: Nucleo Board F746ZG not found ?

Posted: Thu Jun 08, 2017 9:13 am
by LeighM
Very strange.
Can you tell me about your PC, such as what is the operating system version?

edit: Also, is it possible to manually copy the Flowcode output .bin file to the Nucleo virtual drive?

Re: Nucleo Board F746ZG not found ?

Posted: Thu Jun 08, 2017 9:58 am
by eSYS.co
Windows 10

Re: Nucleo Board F746ZG not found ?

Posted: Thu Jun 08, 2017 11:16 am
by LeighM
Could you just check that your copy of driveprog.bat is that same as this one attached?
It is in the Flowcode7 installation directory \compilers\STARM\batch
driveprog.bat
(420 Bytes) Downloaded 283 times

Re: Nucleo Board F746ZG not found ?

Posted: Thu Jun 08, 2017 1:58 pm
by eSYS.co
I have checked this.

Yes, it is the same.

Re: Nucleo Board F746ZG not found ?

Posted: Thu Jun 08, 2017 2:41 pm
by LeighM
Thanks.
edit: Also, is it possible to manually copy the Flowcode output .bin file to the Nucleo virtual drive?
You might have missed this edit.
Can you try this manual copy (drag and drop) of the .bin file from the Flowcode build directory directly into the Nucleo virtual drive, does that work?

Re: Nucleo Board F746ZG not found ?

Posted: Fri Jun 09, 2017 1:02 pm
by Steve
If you're still having trouble with this then the following workaround might work, but only if the drive letter of your device remains the same (I am assuming it is "F:" in the code below). Simply put replace the code in the batch file with this:

Code: Select all

@echo off
copy "%~1%~2.bin" F:

Re: Nucleo Board F746ZG not found ?

Posted: Mon Jun 12, 2017 8:35 pm
by eSYS.co
That works - Thank you