Due to the recent semiconductor global shortage, we are changing the chip on our device currently on the market from the nRF52832 chip to the newer nRF52833. I am in charge of the migration and opted for using the softdevice S113 as it is compatible with both chips which will allow to continue developing code that will be functional on both the old devices and the new ones
I am using GCC 10.2.1 and SDK 7.0.2
I already changed the headers on the Makefile, along with flashing the new softdevice and the code is compiling correctly but it is not running.
What other changes/modifications am I probably missing?