mcuboot to perform peripheral diagnostics on bootup

Hi,

I am using a BL653, on which I have the following peripherals:

  1. SPI
  2. I2C
  3. UART
  4. ADC
  5. PWM
  6. BLE controller

Upon bootup I want mcuboot to diagnose these 6 peripherals, sort of a health check up.

Can you kindly suggest how & where in mcuboot source code I can make changes..?

Thanks,

Related