Making use of Hardware debugger available with nrf52840 preview development kit
ashish.shukla@corvi.com <ashish.shukla@...>
Hi ! I've got nrf52840 pdk and I'm working with blue tooth mesh developed by zephyr community. -- Warm regards, Ashish Shukla Jr. Embedded Engineer Research & Development Please consider the environment before printing this e-mail or its attachments. Disclaimer: The information contained herein (including any accompanying documents) is confidential and is intended solely for the addressee(s). If you have erroneously received this message, please immediately delete it and notify the sender. Also, if you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this message or any accompanying document is strictly prohibited and is unlawful. The organization is not responsible for any damage caused by a virus or alteration of the e-mail by a third party or otherwise. The contents of this message may not necessarily represent the views or policies of Corvi
|
|
Carles Cufi
Hi there,
You can use both GDB and Ozone using the built-in Segger chip.
Take a look at this page:
http://docs.zephyrproject.org/tools/nordic_segger.html#nordic-segger
Regards,
Carles
From: zephyr-users-bounces@... [mailto:zephyr-users-bounces@...]
On Behalf Of ashish.shukla@...
Sent: 18 December 2017 13:20 To: zephyr-users@...; zephyr-devel@... Subject: [Zephyr-users] Making use of Hardware debugger available with nrf52840 preview development kit
Hi ! I've got nrf52840 pdk and I'm working with blue tooth mesh developed by zephyr community. I want to make use of hardware debugger available with development kit, i.e. I should be able see values of registers, values in memory address, halt processing at any specific line of code and examine those values. I read documentation but didn't find anything related to what I'm looking for.
-- Warm regards, Jr. Embedded Engineer Research & Development
Please consider the environment before printing this e-mail or its attachments.
Disclaimer: The information contained herein (including any accompanying documents) is confidential and is intended solely for the addressee(s). If you have erroneously received this message, please immediately delete it and notify the sender. Also, if you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this message or any accompanying document is strictly prohibited and is unlawful. The organization is not responsible for any damage caused by a virus or alteration of the e-mail by a third party or otherwise. The contents of this message may not necessarily represent the views or policies of Corvi
|
|
Carles Cufi
Hi there,
Once the PR below is merged, you will be able to use GDB by simply typing “make debug” if you prefer it to Ozone:
https://github.com/zephyrproject-rtos/zephyr/pull/5435
Regards,
Carles
From: zephyr-users-bounces@... [mailto:zephyr-users-bounces@...]
On Behalf Of ashish.shukla@...
Sent: 18 December 2017 13:20 To: zephyr-users@...; zephyr-devel@... Subject: [Zephyr-users] Making use of Hardware debugger available with nrf52840 preview development kit
Hi ! I've got nrf52840 pdk and I'm working with blue tooth mesh developed by zephyr community. I want to make use of hardware debugger available with development kit, i.e. I should be able see values of registers, values in memory address, halt processing at any specific line of code and examine those values. I read documentation but didn't find anything related to what I'm looking for.
-- Warm regards, Jr. Embedded Engineer Research & Development
Please consider the environment before printing this e-mail or its attachments.
Disclaimer: The information contained herein (including any accompanying documents) is confidential and is intended solely for the addressee(s). If you have erroneously received this message, please immediately delete it and notify the sender. Also, if you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this message or any accompanying document is strictly prohibited and is unlawful. The organization is not responsible for any damage caused by a virus or alteration of the e-mail by a third party or otherwise. The contents of this message may not necessarily represent the views or policies of Corvi
|
|
ashish.shukla@corvi.com <ashish.shukla@...>
Hello all, I got Ozone working for nrf52840 PDK. Thanks a lot. -- Warm regards, Ashish Shukla Jr. Embedded Engineer Research & Development Please consider the environment before printing this e-mail or its attachments. Disclaimer: The information contained herein (including any accompanying documents) is confidential and is intended solely for the addressee(s). If you have erroneously received this message, please immediately delete it and notify the sender. Also, if you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this message or any accompanying document is strictly prohibited and is unlawful. The organization is not responsible for any damage caused by a virus or alteration of the e-mail by a third party or otherwise. The contents of this message may not necessarily represent the views or policies of Corvi
On Tue, Dec 19, 2017 at 2:16 AM, Cufi, Carles <Carles.Cufi@...> wrote:
|
|