// ***************** startup.c ****************************************** // SBC-DBG sample program for ARMCortex-A9. // The program demonstrates program running at Elcore dsp core. // // (c) OJSC ELVEES, multicore.ru // // ******************************************************************* #include "mcom_runtime/mcom02.h" #include "mcom_runtime/utimers.h" #include "mcom_runtime/erlcommon.h" #include "mcom_runtime/gpio.h" // установка длительности паузы в тактах частоты CPU #define TIMEOUT 10000000 int main() { GATE_SYS_CTR = 0xffffffff; gpio_pin_config('c', 20, 1, 1, 0); while (1) { // бесконечный цикл gpio_pin_invert('c', 20); start_utimer(0); while (utimer_tics_get(0)