SLAU131V October 2004 – February 2020
#include <stdio.h> extern int x; #pragma CODE_SECTION(task2, ".task2_scn") void task2(void) { printf("hit task2, x is %d\n", x); x += 2; }