I running the following code in the omapl138 arm chip. when execute GPIO_setDir(GPIO_BANK6, GPIO_PIN13, GPIO_OUTPUT);
program hangup,ccsv4 console tip some error,i cannot find where cause of error.
#include <xdc/std.h> #define PINMUX_8 *(unsigned int *)0x01c14154
Void taskFxn(UArg a0, UArg a1) Task_Handle task; System_printf("enter main()\n"); //Error_init(&eb); BIOS_start(); /* enable interrupts and start SYS/BIOS */ |