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

cross mob

Usage of CPUCS register to reset the 8051 core in FX1/FX2/FX2LP

Usage of CPUCS register to reset the 8051 core in FX1/FX2/FX2LP

Anonymous
Not applicable
Question: In FX1/FX2/FX2LP, can the firmware reset the 8051 core by setting the bit 0 of CPUCS register?

 

Answer:

No, the bit 0 of CPUCS register is a Read-Only bit and firmware cannot manipulate this bit to put the 8051 to a reset. The USB host writes "1" to this bit to reset the 8051, and "0" to run the 8051. Only the USB host can write to this bit (via the 0xA0 firmware load command).

For soft reset, refer the knowledge base article in the link Soft Reset in EZ-USB(AN21xx/FX/FX1/FX2/FX2LP)

0 Likes
276 Views
Contributors