hsk-libs-dev  270
High Speed Karlsruhe XC878 library collection
Code Requirements

To use these libraries the utilizing code must meet a small number of requirements.

SFR Pages

All public functions expect all pages set to 0 and reset all pages they touch to 0 before they exit.

All public functions also expect RMAP 0.

ISRs

The hsk_isr.h documentation lists the rules that need to be obeyed when implementing ISRs and callback functions:

Memory

In order to access pdata and xdata the hsk_boot library must be linked.