This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

using ncs1.5.0 debug nrf52840dk_nrf52840 board ,error MPSL ASSERT : 112 , 2128 and system reset

 ,i use a nrf52840dk_nrf52840 to run once  a nrf5340dk_nrf5340 board's code ,  I change board name from   nrf5340dk_nrf5340_cpuapp to nrf52840dk_nrf52840,   change xxx  .overlay  from app.overlay to  nrf52840dk_nrf52840.overlay.  this code can run in  nrf5340 board ,but run in nrf52840 there is a reset problem

Parents
  • Hi,

    Can you explain more about your project? What does your application do? Is it based on one of the samples in NCS or Zephyr, or something you created yourself?

    Can you also explain more what you did when using nRF52840 DK instead of nRF5340 DK?

    Best regards,

    Marte

  •    

      my project start from example peripheral_uart in NCS1.5.0,once i use board nrf5340dk_nrf5340_cpuapp ,,the project can work well in 5340 board.

      but there's a problem in the project : 5340 use SPI_2 communicate a ECG sensor ADS1298 ,using SPI_2  can read/write ADS1298 configure register ,but the same SPI_2   can not read ads1298 ECG data truely. i am confusion  the 5340 board has same problem.  so i use a 52840 board that can read ads1298 ECG data ok to test my 5340 code.

      you can only answer what's problem about MSPL ASSERT :112,2128. 

Reply
  •    

      my project start from example peripheral_uart in NCS1.5.0,once i use board nrf5340dk_nrf5340_cpuapp ,,the project can work well in 5340 board.

      but there's a problem in the project : 5340 use SPI_2 communicate a ECG sensor ADS1298 ,using SPI_2  can read/write ADS1298 configure register ,but the same SPI_2   can not read ads1298 ECG data truely. i am confusion  the 5340 board has same problem.  so i use a 52840 board that can read ads1298 ECG data ok to test my 5340 code.

      you can only answer what's problem about MSPL ASSERT :112,2128. 

Children
Related