hello,
I'm trying to use RSSI Viewer for my custom board - problem is I need to change UART pin.
How do I make my own FW/binary for RSSI viewer?
My custom board uses nRF52833.
I tried to use Segger Studio and just tried to build https://github.com/NordicSemiconductor/pc-nrfconnect-rssi rssi_cdc_acm
The code seems like it is for Keil Studio, I don't know how to configure it to build it properly.
I did get as far using usbd_ble_uart_pca10056 _s140 because it has 'usbd' but got error:
Output/Release/Obj/usbd_ble_uart_pca10056_s140/nrf_dfu_trigger_usb.o:(.rodata.m_app_dfu+0x4): undefined reference to `app_usbd_nrf_dfu_trigger_class_methods'
My guess is flash_placement.xml need modification - I don't know how.
Is there easier way to build my own binary for RSSI Viewer for my custom board?
If I can build it using Segger Studio, what are the configs, etc, and etc??
Thanks in advance
I will be away for about 3 days.
trivial, I have nrf52840dk, nrf52833dk. SDK 17.1.0 and S140
(also custom board has been connected to modified nrf52833dk)
