This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52832 Smart Remote 3 SDK: Adding Serial output

Hi,

I'm attempting to use the nRF52832 Smart Remote 3 SDK for a project on an nRF52832. I wish to add Serial Output capability (for debugging purposes). I followed the example here in the Nordic documentation:

https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/lib_serial.html

I am using IAR Embedded Workbench 7.80.2, which is giving me the following error when trying to compile:

Error[Pe1038]: expected a string literal

On the following macro call:

NRF_SERIAL_BUFFERS_DEF(serial_buffs, SERIAL_BUFF_TX_SIZE, SERIAL_BUFF_RX_SIZE);

Any help would be appreciated.

Thank you!

 

Related