• ARM compilers 22.0.1 SVE compile clash with <netdb.h>
    Hi, compiling on a64fx with ARM 22 leads to this: /usr/include/netdb.h:666:44: error: invalid parameter name: 'static' is a keyword extern void freeaddrinfo (struct addrinfo *__ai) __THROW; ^ /lustre...
  • USB - Ethernet clash on AT91SAM7X
    Hi all, I have an issue here that driver me nuts. I have original evaluation kit from Atmel and I am trying to build an application where I will use both ethernet and USB. I cannot get them both...
  • Interrupt 10 & interrupt 4 clashing?
    Hi! I have the following code: int fnRIIRQ() interrupt 4 { LED = !LED; return; } void Dummy5 (void) interrupt 10 { } main() { while(1); } Looking at the code nothing should...
  • USB - Ethernet clash on AT91SAM7X
    Hi all, I have an issue here that driver me nuts. I have original evaluation kit from Atmel and I am trying to build an application where I will use both ethernet and USB. I cannot get them both...
  • Interrupt 10 & interrupt 4 clashing?
    Hi! I have the following code: int fnRIIRQ() interrupt 4 { LED = !LED; return; } void Dummy5 (void) interrupt 10 { } main() { while(1); } Looking at the code nothing should...