Hello
I'm having trouble with breakpoints not working as expected during debugging.
Compile, start debugging, create breakpoint, start, do these in order
Stop at "WICED / platform / MCU / STM32F4xx / peripherals / platform_gpio.c: 113". This is not correct.
Please let me know if you know a solution for debugging in the expected position.
The implementation environment is as follows.
・ Chip model: CYW43438
・ SDK: WICED-Studio-6.4
Thank you
Solved! Go to Solution.
Hi,
Have you followed the steps from the document which I have attached in my previous response.
Can you please disable the tick option for load images as shown in attachment and give it a try while debugging.
Also, can you please share the debug errors or logs for your implementation.
Thanks.
Hello
Thank you for your reply
The contents of the attached file can be set without any problem
But the problem is not solved.
Thank you
Hello
I researched after posting this question.
There is no major progress.
However, since I have noticed, I will add it.
I feel that this problem is likely to occur when the nesting of conditional branches such as if and while becomes deep.
Thank you
Hi,
Have you followed the steps from the document which I have attached in my previous response.
Can you please disable the tick option for load images as shown in attachment and give it a try while debugging.
Also, can you please share the debug errors or logs for your implementation.
Thanks.
Hello
The problem has been solved.
Thank you