Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 6 months ago.
Nordic nRF51822 (e.g. HRM1017) flow control
I need to use the flow control of the nRF51822. Compilation fails when I use a line along the lines of:
set_flow_control(flow, rts, cts);
set_flow_control isn't defined. After some digging I see that it is because the #define DEVICE_SERIAL_FC 1 isn't present in the following location:
mbed-src/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/TARGET_HRM1017/device.h
Why has this not been included? Can I easily add it in somehow (e.g. is there another version of mbed-src that has it)?