Page 1 of 1

[Solved] Couldn't find G474RE on "PORT"

Posted: Wed Feb 12, 2020 4:48 am
by mianqi
I have installed STcores in my Arduino IDE, and it also shown the 2 files on the board.

I selected the right "NUCLEO 64" and "G474RE" board.

While, when I updated sketch onto it, it doesn't shown on "Port".

Re: Couldn't find G474RE on "PORT"

Posted: Wed Feb 12, 2020 5:55 am
by fpiSTM
What is the name of the mass storage when it is connected?

Update the STLink firmware with STM32CubePrrogrammer, this will probably update the name.

Re: Couldn't find G474RE on "PORT"

Posted: Wed Feb 12, 2020 10:18 am
by mianqi
see the attachment.

Re: Couldn't find G474RE on "PORT"

Posted: Wed Feb 12, 2020 10:34 am
by fpiSTM
@mianqi

This is the COM port but I ask you what is the name of the mass storage device mounted.

Your issue is that you use the upload method "Mass Storage".
Then it search the mass storage device named: "NODE_G474RE" which should appears when you plug the board.

If you don't have a mass storage mounted then I guess you have updated the STlink firmware without this support in this case yo can't go back.

Re: Couldn't find G474RE on "PORT"

Posted: Wed Feb 12, 2020 12:35 pm
by mianqi
Thanks for your patient, based on your suggestion, I find the solution.

Hope it it would be useful for others:
Arduino IDE --> Tools --> Upload method --> STM32CubeProgrammer(SWD)

Re: Couldn't find G474RE on "PORT"

Posted: Wed Feb 12, 2020 12:39 pm
by mianqi
Whats more, although this website is new, it response quickly, and is really useful.

Re: Couldn't find G474RE on "PORT"

Posted: Wed Feb 12, 2020 12:57 pm
by fpiSTM
mianqi wrote: Wed Feb 12, 2020 12:35 pm Thanks for your patient, based on your suggestion, I find the solution.

Hope it it would be useful for others:
Arduino IDE --> Tools --> Upload method --> STM32CubeProgrammer(SWD)
Ok you change the upload method, anyway, you should be able to use the "Mass Storage" one except if you update the STLink firmware without the "Mass Storage" option.