Merge openThread and radio_test code, radio_test test MPSL assert:112,2235

Port the radio_test sample to the Coprocessor sample to test the radio_test function error

How do I merge the two examples

I was hoping you could help me out

many thanks

Parents
  • Hi again Ethan

    I'm struggling to see the use case you're going for here. Is there a reason you need both the radio test and the co-processor application as one sample rather than having two separate applications that you flash onto the device as needed? 

    According to mpsl_timeslot.h, the maximum timeslot length that can be set is 100ms. Do you need the timeslot to be longer than this during the radio testing? If so you need to extend it by requesting an extension using MPSL_TIMESLOT_SIGNAL_ACTION_EXTEND withing the timeslot event. MPSL_TIMESLOT_SIGNAL_SESSION_IDLE indicates that the timeout session has no more pending requests and is executed in the same context as mpsl_low_priority_process();

    Best regards,

    Simon

  • Hi Simon

    To improve factory efficiency,

    I have checked some materials and now Timeslot can work normally. Thanks again for the suggestion of using Timeslot,

    I'm now ready to refine the code

    Best regards,

    Ethan

Reply Children
No Data
Related