LPC176x USB v0.13.0-579-g6416d3e2c Build Issue

He does not have issues with Klipper firmware, as has been pointed out.
Klipper firmware can’t kill the host. Python process can’t kill the host

It is not related.

“After this, therefore because of this”


@Speedy64i
As far as I can tell, latest changes in the LPC were at

git describe --always --tags --long --dirty
v0.13.0-11-g8c67adc16

Where there were some changes in the generic (shared) code, alas, nothing looks too suspicious to me.

What can cause your issue is a question.

I can only suggest trying to bisect the commit that causes this:

Basically, update from v0.13.0‑114 in some steps, and check where it happens.

I can suggest testing v0.13.0-416-g9c84895a0:

git checkout 9c84895a0
make menuconfig
make flash ...

Because after that commit, there are some changes, which were supposed for some high-performance STM32 chips, and IDK, if they were supposed for LPC chips.


Not sure if your RPI 3 is affected by the DWC whatever issues, because according to this thread: Discord

Revert to the 6.1 kernel does help with kernel hangs, and you are running the 6.1 kernel.
So, I’m not sure, but it seems unreleated.

-Timofey