• ARM:UART Serial comunication on LM3S8962
    I am working on LM3S8962 and need to write a program to comunicate with PC via UART. I use Labview inline C node to write codes using ARM_Serial.c which is from Keil Software. The file has int...
  • compose a Long of two Ints
    Hello Forum, I want to compose two int variables, which contains the LSW and MSW, respective, into one unsigned long variable. The following code does the right thing: int lo, hi; unsigned long longvar;...
  • Can I use AD converter on my MCB2300 board without ADC interrupt routine?
    I want to read value from AD converter in specific time, in my timer1 interrupt routine, is that possible?
  • Luminary ek-LM3S8962 display driver incorrect
    Note: This was originally posted on 23rd November 2011 at http://forums.arm.com Trying to run the sample programs located in c:\Keil\ARM\Boards\Luminary\ed-lm3s8962\RL\CAN\CAN_Ex1 and found that the OLED...
  • Keil IDE vision 2
    I have created a library using the keil compiler. and when i call that library (# include "mylib.h" i have made all those functions "extern" inorder to make them available for use by others). and try...