As your RPi is supplied with power via the HAT, you may encounter another problem. You are bypassing the negotiation via the Power Delivery protocol. So I assume the RPi5 is limited to 3000mA by default. Please see my comment from here:
Post
RE: [RPi5] HiFiBerry Amp4 Pro
LieberBieber
because the RPi5 is powered from the backside via GPIO, maybe with the Amp4 Pro you are now in the same situation like the Argon ONE V3 users and needs to tell the RPi5 that the used power supply is strong enough. Especially if you have attached additional USB devices.
Try to get it stable with these configuration changes:
Add these lines to bootloader config/EEPROM:
PSU_MAX_CURRENT=5000
and to your config.txt:
usb_max_current_enable=1
Regarding documentation here is a (maybe…
because the RPi5 is powered from the backside via GPIO, maybe with the Amp4 Pro you are now in the same situation like the Argon ONE V3 users and needs to tell the RPi5 that the used power supply is strong enough. Especially if you have attached additional USB devices.
Try to get it stable with these configuration changes:
Add these lines to bootloader config/EEPROM:
PSU_MAX_CURRENT=5000
and to your config.txt:
usb_max_current_enable=1
Regarding documentation here is a (maybe…
HarryH