how to reset 68013 by host software

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

hello,all,
i want to reset the 68013 by host.
i find one way in the TechRefManual.
the host write 01 to the CPUCS register first, then write 00 to the CPUCS register.
but the result is bad, the 68013 can't work. i guess it can't run out from the reset.

   

so please tell me how you reset the 68013 by host.
Thank you very much

   

Regards

0 Likes
2 Replies
Anonymous
Not applicable

Hi Achy,

   

Are you using CyAPI library in your host application.

   

If yes then you can try the following thing:

   

CCyUSBDevice *USBDevice = new CCyUSBDevice(NULL);

   

.....

   

USBDevice->Reset();

   

Thanks,

   

sai krishna.

0 Likes
Anonymous
Not applicable

wow, very good.

   

Thank you.

   

I'm using it.

0 Likes