cancel
Showing results for 
Search instead for 
Did you mean: 

how can i use daplink in stm32cubemonitor

airlongdian
Visitor

For well-known reasons, I'm developing on STM32F4 using DAPLink, but encountered an issue when trying to track analog signal variations with STM32CubeMonitor. CubeMonitor seems unable to detect DAPLink. Is there any solution to resolve this problem?

2 REPLIES 2
AScha.3
Super User

I suppose, its same reason, as DAPLink not working as "standard" debug connection in STM32CubeIDE :

STM checking and blocking it.

WHY they blocking the "arm standard probe" - ask STM.

(Commercial reasons..? I cannot imagine, that one of the world leaders in chip business needs so urgently every cent from any student in the world, that wants to try debug a STM-arm-cpu with a standard DAPlink, forcing him to buy a st-link (or J-link). )

But be careful, maybe your thread gets "accidentally" deleted or closed. (as "spam").

 

 

If you feel a post has answered your question, please click "Accept as Solution".
Andrew Neil
Super User

@airlongdian wrote:

For well-known reasons, 


What reasons are they?

 


@airlongdian wrote:

 CubeMonitor seems unable to detect DAPLink. 


Do ST make any claims that it should support DAPLink ?

Mostly, ST tools seem to support just ST-Link and J-Link ...

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.