On Wednesday 02 December 2015 18:22:29 Carlo Caione wrote: > > +#define RST_CORE0 0 > +#define RST_CORE1 1 > +#define RST_CORE2 2 > +#define RST_CORE3 3 These defines are rather silly and just cause interdependencies with the header file. Just drop them and use the numbers directly. Arnd