2020-12-02 11:06 PM
How does THE SPC560 MCU achieve software reset, I can't find a register that the software can reset.
Solved! Go to Solution.
2020-12-09 09:57 PM
I think page 185 in RM0045 might help you out
2020-12-09 09:57 PM
I think page 185 in RM0045 might help you out
2020-12-17 07:47 AM
2021-01-11 12:56 PM
Hello,
SPC5Studio provides a function SPCSetRunMode(uint8_t mode)
which, if called with mode = 0 (zero) generates a software reset.
See file clock.c under Clock component directory.
See also: Table 59. Mode Control Register (ME_MCTL) Field Descriptions
in Reference Manual RM0045
Regards,
Giuseppe