Re: Segger RTT support
Carles Cufi
Hi Marcio,
Can you try adding:
CONFIG_UART_CONSOLE=n
to your prj.conf?
More info here:
http://docs.zephyrproject.org/tools/nordic_segger.html#rtt-console
Regards,
Carles
From: users@... <users@...>
On Behalf Of Marcio Montenegro
Sent: 08 June 2018 16:30 To: zephyr-users@...; zephyr-devel@... Subject: [Zephyr-users] Segger RTT support
Hi all,
I am trying to setup my nrf51 project to use Segger RTT console.I am compiling last version of Zephyr but any previous version can be used. My nrf51 hardware is ok and I can use RTT on Keil IDE.
This is my prj.conf file
CONFIG_BT=y CONFIG_BT_DEBUG_LOG=y CONFIG_BT_DEVICE_NAME="Test beacon" CONFIG_CLOCK_CONTROL_NRF5_K32SRC_RC=y CONFIG_CLOCK_CONTROL_NRF5_K32SRC_250PPM=y CONFIG_I2C_NRF5=y CONFIG_I2C_0=y CONFIG_I2C_NRF5_0_GPIO_SDA_PIN=26 CONFIG_I2C_NRF5_0_GPIO_SCL_PIN=27 CONFIG_I2C_0_IRQ_PRI=7 CONFIG_CONSOLE_HAS_DRIVER=y CONFIG_RTT_CONSOLE=y CONFIG_HAS_SEGGER_RTT=y
On ninja menuconfig I can't find any option for Segger RTT. Is there any documentation or example ? Am I missing a step ? Best, Marcio Montenegro
|
|