Hi,
I used Jlink Edu successfully to flash the asset tracker code using segger. but when put the breakpoint it went to some different file.
I have a quick question regarding the debugger. Is Jlink Edu is compatible with thingy 91?
Rahul Kidecha
Hi,
I used Jlink Edu successfully to flash the asset tracker code using segger. but when put the breakpoint it went to some different file.
I have a quick question regarding the debugger. Is Jlink Edu is compatible with thingy 91?
Rahul Kidecha
The compiler may be optimizing, this may prevent brekpoints to be set as intended.
Try to open prj.conf and try with CONFIG_DEBUG_OPTIMIZATIONS=y?
(Make sure that you don't have other CONFIG_****_OPTIMIZATIONS in prj.conf)
Afterwards you may need to re-open the project again in SES for it to take effect. The jlink EDU should work yes.
The compiler may be optimizing, this may prevent brekpoints to be set as intended.
Try to open prj.conf and try with CONFIG_DEBUG_OPTIMIZATIONS=y?
(Make sure that you don't have other CONFIG_****_OPTIMIZATIONS in prj.conf)
Afterwards you may need to re-open the project again in SES for it to take effect. The jlink EDU should work yes.