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".
[Solved] Couldn't find G474RE on "PORT"
[Solved] Couldn't find G474RE on "PORT"
- Attachments
-
- Capture-6.PNG (21.94 KiB) Viewed 5360 times
Re: Couldn't find G474RE on "PORT"
What is the name of the mass storage when it is connected?
Update the STLink firmware with STM32CubePrrogrammer, this will probably update the name.
Update the STLink firmware with STM32CubePrrogrammer, this will probably update the name.
Re: Couldn't find G474RE on "PORT"
see the attachment.
- Attachments
-
- Capture-5.PNG (13.85 KiB) Viewed 5350 times
Re: Couldn't find G474RE on "PORT"
@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.
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"
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)
Hope it it would be useful for others:
Arduino IDE --> Tools --> Upload method --> STM32CubeProgrammer(SWD)
Re: Couldn't find G474RE on "PORT"
Whats more, although this website is new, it response quickly, and is really useful.
Re: Couldn't find G474RE on "PORT"
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.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)