µC/CPU core Core library functions initialize µC/CPU, handle software exceptions, and include features such as counting the leading or trailing zeros in a word. These features are configured in cpu_cfg.h
and defined in cpu_core.c
.
...
µC/CPU core Core library functions initialize µC/CPU, handle software exceptions, and include features such as counting the leading or trailing zeros in a word. These features are configured in cpu_cfg.h
and defined in cpu_core.c
.
...