• Query regarding 3-CAN Module!!!!
    Hi, This is Harish Chincholi, going to work on CAN protocols, I am looking for 3 CAN Module Microcontroller, I have found TMS470R1B768 Microcontroller with 3 CAN Module. I want to know if there is Evaluation...
  • Query regarding "hidsdi.h" header file........
    I downloaded a source code about USB device drivers by Jan Axelson. The program on compilation showed a missing header file "hidsdi.h". I wish to know if its possible for you to send us this header file...
  • Query regarding assembly language programming
    Hello, 1.How to set bit of any SFR in XE164 (Infineon)controller in assembly language? 2.How & where to declare global variable in assembly langauage for the above mentioned controller?
  • Query regarding UV4.0 for ARM Cortex M3 MCU
    Hi Keil Team, One of our customer using evaluation version of Kiel UV4.0 for TI ARM Cortex M3 LM3S1816 micro controller. Please help to provide below information: 1. Simulator support for...
  • query
    sir i have developed my own header file in case of lpc2148 arm7 in keil software which is.. #include<lpc214x.h> void gpioset(int port,unsigned long set) { if(port==0) { IO0SET=set; } else {...