User Activity

How does THE SPC560 MCU achieve software reset, I can't find a register that the software can reset.
SPC5Studio cannot use the malloc() and free() functions in the stdlib.h standard library.​For Example:char * str = (char *) malloc(1024); free(str);​​I've added the GCC standard header path to SPC5Studio, and other library functions are used normally...