I have a stlink v3set. mcu are stm32f723iek6. To me it is not possible to select mcu target.
Can you give to me an idea how to select apropriate target?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-17 1:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-18 2:53 AM
Hello @vVukm.1​
Could you further explain the issue please?
Are yo using STM32CubeMX or STM32CubeProgrammer ?
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-19 1:16 PM
I'm using STM32CubeIDE and STM32CubeMX and CUBE STM32CubeProgrammer
and in any of this programs I 'cant select target STM32F723IEK6.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-19 5:53 PM
Reposting the same information doesn't advance the conversation.
Perhaps show STM32 Cube Programmer connecting with the ST-LINK/V3SET, and the STM32F723 MCU on *YOUR* board.
Are you talking about the STM32F723IEK6 that provides the ST-LINK functionality? Don't expect to be programming that.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-21 12:19 PM
I am only trying to write a simple program using STM32CubeIDE
connected with STLINK-V3SET.
When try to debug answer is:
Error in initializing ST-LINK device.
Reason: No device found on target.
Error message from debugger back end:
localhost:61234: Connection timed out.
Failed to execute MI command:
target remote localhost:61234
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-21 12:47 PM
What is the ST-LINK/V3SET connected too?
The ST-LINK should be connecting to some STM32 device on a board you attach it too.
Diagram what you're doing
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-22 10:55 AM
Hello @vVukm.1​,
It looks like your ST-LINK device is not being detected. There are a few things you can try to fix this issue:
- Make sure your board is properly connected to your computer and the ST-LINK device is securely attached to your board.
- Try different USB ports on your computer.
- Disconnect your board from power and USB, and reconnect them again.
- Connect under reset using STM32CubeProgrammer
- Did you try using a ST Link V2? as it is more stable.
- Check the ST-LINK configuration area and make sure the serial number is properly refreshed.
Also what board are you using exactly?
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-24 12:25 PM
All of your suggestions are already done. But there are no
changes.
I have not used STLINK-V2.
Are there any possibility to activate my STM32F723IEK6?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-24 12:29 PM
you did not answer:
> What is the ST-LINK/V3SET connected too?
+
>The ST-LINK should be connecting to some STM32 device on a board you attach it too.
Diagram what you're doing !
what you want - if not show, what your doing ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-01-25 10:37 AM
STLINK_V3SET is only connected to my Laptop.
I am trying to prepare some program to switch on/of LED
connected to GPIO on CN9 of MB1440.
