STM32F407VET6 is not working with STM32CubeIDE. "No ST-Link Detected"
to start, i would like to say that i was taking Udemy Course related to Embedded C - Absolute Beginners. in the tutorial it was not clearly explain how to port the STM32 and connect it to IDE. this are the chronological order:
- i first i try to install the IDE. in the installation there is an option to install Segger J-Link Drivers and ST-Link Drivers. i both check so i should have both install....
- next, since do not have hardware by that time, i just do coding. my project are building properly when i compile it so im expecting its not coding problem.
- after 1 week i finally got my STM32F407VET6 which has a mini USB. so i tried to connect it to my laptop. i tried to open a simple LED Blink but when i try to Run As or Debug As to 1STM32C/C++Application, it doesnt compile. it says "No ST-Link Detected! Please connect ST-LINK and Restart the debug session"
- So in the Udemy's Q&A i tried to keep searching and some people said i should install this 2: STSW-Link007 and STSW-Link009
- ok cool. i downloaded both, extracted and tried them. first, i removed my usb cable then install Link009's file. just typical installation and everything seems ok

- now i tried to open the STSW-Link007 and reconnect my usb cable to my laptop. when i opened the STSW-Link007, this is where another problem kicks in: as you can see below it there is another error

So im very confused. i can't progress at all. first there is no ST-Link detected in STM32CubeIDE and now to STSW-Link007. So i would like to ask. where did i go wrong? I've been doing this for 1 and a half day ever since it was delivery but nothing works. I highly appreciate any help. This is my first time interfacing with STM32 pheripheral so there might be something i missed....
Others:
in a 1 Q&A, someone said i should do this: in the Getting Started in Page 9 of this Manual i should follow the steps. but i cant exactly follow it as there is different ports in my STM32. so i do not know the equivalent of that in my VET6. additionally im not sure if this is the correct solution as well, though worth mentioning if one of the solution, if not the exact solution.
My STM32f407

Materials:
- STM32CubeIDE Version: 1.11.2 - Build: 14494_20230119_0724 (UTC)
- STM32F407VET6
- Windows 10
