Re:sched lock/unlock issue on rp2350

2025-04-22 Thread hujun260
It seems to have nothing to do with the race condition, and since the rtcb is this_task, it will only be modified by one CPU. As for why your modification can solve the problem, I haven't figured it out yet. Can you further analyze the reasons for the failure to boot? At 2025-04

Re:sched lock/unlock issue on rp2350

2025-04-22 Thread hujun260
It seems to have nothing to do with the race condition, and since the rtcb is this_task, it will only be modified by one CPU.As for why your modification can solve the problem, I haven't figured it out yet. Can you further analyze the reasons for the failure to boot? At 2025-04-22 13:25:13, "Ser

Re:sched lock/unlock issue on rp2350

2025-04-22 Thread hujun260
It seems to have nothing to do with the race condition, and since the rtcb is this_task, it will only be modified by one CPU. As for why your modification can solve the problem, I haven't figured it out yet. Can you further analyze the reasons for the failure to boot? At 2025