Nucleo Board F746ZG not found ?

An area to discuss ARM specific problems and examples

Moderator: Benj

Post Reply
eSYS.co
Posts: 13
Joined: Fri Jul 15, 2016 11:07 am
Been thanked: 1 time
Contact:

Nucleo Board F746ZG not found ?

Post 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
.....

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: Nucleo Board F746ZG not found ?

Post 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 266 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

eSYS.co
Posts: 13
Joined: Fri Jul 15, 2016 11:07 am
Been thanked: 1 time
Contact:

Re: Nucleo Board F746ZG not found ?

Post 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
....

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: Nucleo Board F746ZG not found ?

Post 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 12685 times
Here the 469 Discovery board has the name DIS_F469NI
What is yours?

eSYS.co
Posts: 13
Joined: Fri Jul 15, 2016 11:07 am
Been thanked: 1 time
Contact:

Re: Nucleo Board F746ZG not found ?

Post by eSYS.co »

NODE_F746ZG (F:)

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: Nucleo Board F746ZG not found ?

Post 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

eSYS.co
Posts: 13
Joined: Fri Jul 15, 2016 11:07 am
Been thanked: 1 time
Contact:

Re: Nucleo Board F746ZG not found ?

Post 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.

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: Nucleo Board F746ZG not found ?

Post 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?

eSYS.co
Posts: 13
Joined: Fri Jul 15, 2016 11:07 am
Been thanked: 1 time
Contact:

Re: Nucleo Board F746ZG not found ?

Post by eSYS.co »

Windows 10

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: Nucleo Board F746ZG not found ?

Post 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 275 times

eSYS.co
Posts: 13
Joined: Fri Jul 15, 2016 11:07 am
Been thanked: 1 time
Contact:

Re: Nucleo Board F746ZG not found ?

Post by eSYS.co »

I have checked this.

Yes, it is the same.

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: Nucleo Board F746ZG not found ?

Post 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?

User avatar
Steve
Matrix Staff
Posts: 3418
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times
Contact:

Re: Nucleo Board F746ZG not found ?

Post 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:

eSYS.co
Posts: 13
Joined: Fri Jul 15, 2016 11:07 am
Been thanked: 1 time
Contact:

Re: Nucleo Board F746ZG not found ?

Post by eSYS.co »

That works - Thank you

Post Reply