PROCESSOR-SDK-AM64X: AM64x

Part Number: PROCESSOR-SDK-AM64X

Tool/software:

I'm trying to use the CPSW and get an error in Udma_chOpen when it calls Sciclient_rmPsilPair. After a power cycle this works fine, but if I reload the debugger without a power cycle it fails because the Sciclient_service call doesn't have the ACK flag set. I'm guessing the issues is the paired up threads are persisting when the debugger is stopped and started, hence a power cycle fixes it but running through the software init doesn't. So is there a mechanism where those resources can be freed up during init so the project can be debugged without having to constantly power cycle or reset the board? This is all downstream from EnetApp_driverOpen and I've tried calling EnetApp_driverClose, but it encounters an error because the driver was never opened.