No trigger seen in Kyber

Hi,
I tried building the kyber program but it never found the trigger. So I commented out all the steps and just wrote a simple function as a test, but the error still exists. My time.sleep() has been written to a maximum of 100, but it still doesn’t work. What went wrong?
I use PLATFORM=CW308_STM32F4 CRYPTO_TARGET=NONE SS_VER=SS_VER_2_1
683fc34ef523f57d4de2e86e9b86e1e



I have solved the above problem, but now my simpleserial_put(‘r’,32,publicseed) cannot be read by response = target.simpleserial_read(‘r’, 32).


I think I’ve found the problem with reset_target(scope). Although RSA needs to reset after setting the sampling rate to run normally, the above error will occur when other code is used. I don’t know how it works, but it’s working for now