Can't debug on macOS High Sierra

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

cross mob
VoAn_2766281
Level 1
Level 1
First reply posted First question asked Welcome!

Hi, I am using WICED Studio 6.0.1 on macOS High Sierra with Inventek ISM4343WBM module.

I can download and run any snippet without any issues. But I am having issues when trying to debug it.

I can start debug session, I see in console:

Program received signal SIGTRAP, Trace/breakpoint trap.

[Switching to Thread 3892325141]

0x0800c66a in _start () at WICED/platform/MCU/STM32F4xx/../../ARM_CM4/crt0_GCC.c:81

81

    __asm__( "   ldr r1, =link_stack_end\n"

But after that I can't do anything: can't set a breakpoint (it says 'cant access memory at 0x8xxxxx') or resume program execution.

Tried the same with WICED Studio 5.2.1 - and I can't even start a debug session, there are no debug configurations...

0 Likes
1 Solution
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

Please check the debug configuration Re: Debugging the BCM943362WCD4_EVB as mentioned in this thread. Are you using the same debug configuration and still receiving the error?

View solution in original post

0 Likes
1 Reply
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

Please check the debug configuration Re: Debugging the BCM943362WCD4_EVB as mentioned in this thread. Are you using the same debug configuration and still receiving the error?

0 Likes