Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User20311
Level 1
Level 1
10 sign-ins 10 replies posted 5 replies posted

I am using the TC234LP MCU, which contains an HSM (ARM M3)core. I have enabled the HSM BOOT in UCB and downloaded "HSMDemo.hex" into the program. I plan to use DAS to connect to HSM via MiniWiggler. Is this possible?

0 Likes
5 Replies
User20311
Level 1
Level 1
10 sign-ins 10 replies posted 5 replies posted

Help me...

0 Likes
µC_Wrangler
Employee
Employee
50 solutions authored 100 sign-ins 25 likes received

Hi User20311.  DAS is the driver for the miniWiggler, so in a generic sense, it supports HSM control.  But the important part is software support - what compiler/debugger are you using?  AURIX Development Studio does not support the HSM.  Commercial compilers do, as a separate license option.

0 Likes

i use arm-none-eabi-gcc. .

I have generated the "HSMDemo.elf" file, so this has nothing to do with the compiler.

I use trace32 to debug HSM well. so I want to try MiniWiggler to debug HSM.

How to do it?

TKX!~·

0 Likes

You'd have to write something to have DAS configure the Cortex-M3 debug registers in the HSM.  Not for the faint of heart.

0 Likes

By the way, DAS is just a server, it communicates with MiniWiggler via USB, and interacts with IDE (like eclipse) via TCP port, similar to Openocd

0 Likes