• __ram attribute error
    when I compile this void foo (void) __ram { } compiler gives an error : #130: expected a '{' when I remove __ram attribute, it's OK, so the error is not from a preceding error. Whats wrong...
  • __ram attribute error
    when I compile this void foo (void) __ram { } compiler gives an error : #130: expected a '{' when I remove __ram attribute, it's OK, so the error is not from a preceding error. Whats wrong...
  • CARM: can I use __swi and __ram together?
    I want to use IAP functions to program a sector of flash, but my program is running in the flash. So I'm using __swi to execute the function as a software interrupt so it will turn off interrupts during...
  • CARM: can I use __swi and __ram together?
    I want to use IAP functions to program a sector of flash, but my program is running in the flash. So I'm using __swi to execute the function as a software interrupt so it will turn off interrupts during...
  • problem with example problem UART output
    From keil code examples C:\ADuC_Beta702x\Code\Keil Code Examples\UART\UART1 #include <ADuC7026.h> extern int write (int file, char * ptr, int len); // Functions used to extern int getchar (void...