Hi all,
I am developing for the nrf52xx boards. Let's say I want to migrate the example ble_app_uart from SDK v12.2 SoftDevice s132 3.0.0 to SDKv13.0 SoftDevice s132 v4.0.2.
How can I achieve this? I am actually trying to do this for a larger app, but I just want to use the example application ble_app_uart and understand how I can migrate it.
If I just copy the example from SDK v12.2 SoftDevice s132 3.0.0 to SDKv13.0 SoftDevice s132 v4.0.2, it gives me these errors saying "C:..\examples\bsp\bsp.c contains an incorrect path". It gives this error with other files in this project too.
Can someone guide me on how I can fix this? Thank you in advance for your help.