2013-10-10

Olimex LPC1114 Evaluation Board blinking 6 imtes OK

Blink Olimex P0.9 six times OK.

// ***********************************************************************
// Program  - LPC1114 GPIO Testing
// Function - LED, 7 Segment LED, Key Testing
// Author   - TL Fong
// Build    - 2013.10.10.01
// Date     - 2013oct10hkt1441
// Hardware - Olimex/WHUT LPC11C14/301 Evaluation Board
// Software - GCC ARM 4.7, CoIDE 1.7.4,  CoLinkEx 1.1, Flash Magic v7.51
// ***********************************************************************

#include "test031.h" // Olimex/WHUT LPC11C14 Eval Board Tests

// ***********************************************************************
// Main Function
// ***********************************************************************

int main()
{
// WHUT LPC11C14 Eval Board Tests 2013sep23
        // blinkLedP18FourTimes(); // LED #1
// blinkLedP09TwoTimes();  // LED #5, JTAG Pin 13
        // blinkAllLeds();         // LED D1 to D4, JTAG Pin 13
// displayAllDigits();   // 7 Segment LED
// blinkAllDigits();       // 7 SEGMENT LED
// echoWakeUpKeyByLed();      // Wake up key echo
// echoAllKeysByLed();        // All keys echo
// startProgram();            // Display 3, 2, 1, 0
// echoWakeUpKeyByDigit();    // Wake up key echo by 7 segment LED
// echoAllKeysByDigit();      // All keys echo by 7 segment LED
// startProgram();            // Display 3, 2, 1, 0

// CooCox LPC11C14 Eval Board Tests 2013sep24
// blinkLedP29FourTimes(); // CooCox P29 system LED
// blinkLedP09SixTimes();  // CooCox P09 MOSI
// blinkLedP09EightTimes();  // CooCox P09 MOSI
// echoBootKeyThreeTimes();

// Magic Blue LPC11C14 Barebone Tests 2013sep25

// blinkLedP09SixTimes();  // P09 MOSI
        // echoBootKeyThreeTimes(); // Echo P0.1 boot (ISP) key by P0.9 (MOSI) LED
        // echoMisoKeyByMosiLedTwoTimes();

// Olimex LPC1114 Evaluation Board Tests 2013oct10
blinkLedP09SixTimes();  // P09 MOSI

return 0;
}

// ***********************************************************************
// End
// ***********************************************************************



No comments:

Post a Comment