I'm porting an application from nRF52832, SDK 14.2.0, SD 5.0 to nRF52833.
I want to do this in two stages:
- As quickly as possible validate our first prototype board's peripherals: ADC, GPIO, PWM, Interrupts, I2C, SPI with the existing 14.2.0 & 5.0 even though some BLE capabilities may be unavailable. I could hold off on BLE and DFU testing during this board validation stage, since I trust Nordic has that working. Again rapid board validation is the goal.
- Next update to the latest SDK & SD and get the bootloader, BLE, and DFU working.
I have had to patch both SDK 13 and SDK 14 source code in order to compile/link in the past and I'd like to be able to test the new board without having go go through that exercise again.
Will 14.2.0 / 5.0 work on the 833?
- Jeff