Hello everybody,
My case is actually quite simple.
I would like to use the LED to indicate start of my program (turn on all the LEDs) and keep the LEDs on until the whole progrem is finished (switched off all the LEDs). I'm using the RTFS example on MMC/SD file access. I've referred to http://support.spectrumdigital.com/boards/evmomapl137/revd/ to know about how to on the LEDs.
After using the same command (EVMC6747_LED_init(), EVMC6747_LED_on() and EVMC6747_LED_off()), and including all the files (evmc6747.h, evmc6747_led.h, evmc6747_gpio.h, evmc6747_led.c and evmc6747_gpio.c), my program compiled without any error but the LED is not on when running.
The program (MMC/SD) run by detecting whether the card is inserted or not. When the card is inserted, GPIO interrupt will trigger and run the whole program.
Is this because I'm using DSP/BIOS (SD/MMC program) whereas the program for testing the LED is not ? How to access the BSL in DSP/BIOS then ?
Thanks in advance for any reply.
Best regards,
Rizuan