I am using nordic_sdk_10 for PCA10001. what are the BSP changes and config changes needed after replicating PCA10028 for DFU over UART.
I just changed CFLAFS & ASM FLAGS to -DBOARD_PCA10001.
I am using example/dfu/bootloader source for building.
I am using nordic_sdk_10 for PCA10001. what are the BSP changes and config changes needed after replicating PCA10028 for DFU over UART.
I just changed CFLAFS & ASM FLAGS to -DBOARD_PCA10001.
I am using example/dfu/bootloader source for building.
Changing the board definition should be enough. You need to set correctly some buttons and LEDs definitions in order to enter in bootloader mode and to see if the bootloader or the application is started. You should also check the SLIP transport mode and UART settings.
Have you any more specific question ?
How to identify SLIP transport mode? Its not mentioned in sdk documentation.
How to identify SLIP transport mode? Its not mentioned in sdk documentation.