I use the chip nrf51822, However, SDK8.1.0 example ble_app_uart is base on nrf51422, what I need to do? just replace bsp.c ? and which bsp.c file corresponds to the nrf51822 chip? Thank you!
I use the chip nrf51822, However, SDK8.1.0 example ble_app_uart is base on nrf51422, what I need to do? just replace bsp.c ? and which bsp.c file corresponds to the nrf51822 chip? Thank you!
nRF51822 and nRF51422 are "equal", unless you want to test ANT+ examples which runs only on nRF51422 chip, so you might don't change it. bsp.c file is for "Board Support" which means in what DK are you running those examples, those files only maps the pins on where LEDs or BUTTONS are present.
nRF51822 and nRF51422 are "equal", unless you want to test ANT+ examples which runs only on nRF51422 chip, so you might don't change it. bsp.c file is for "Board Support" which means in what DK are you running those examples, those files only maps the pins on where LEDs or BUTTONS are present.