• Query Related to Fast GPIO
    Dear all, In my development I am using LPC 2368 chip. In my project I used 2 PCB hardware . In 1st PCB I put down LPC2368 chip. And 2nd pcb I put down Ethernet Driver IC(DP83848C) , Ethernet and...
  • Query Related to USb (more than 1 device on same computer)
    dear all i have two(2) MCB 2300 keil development kit .now i am using USB hiD code ( from keil.com)and download same code on two kit. Now i connect one kit to my computer .it work perfect as hid communication...
  • queries related to features in eval and PK51 version
    We are in the process of purchasing PK51 from Keil Indian agent. Right now we are using eval version. We have certain queries, which are given below. 1. In eval version,program starts from 4000H location...
  • 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 {...
  • USB HID
    Hi all, I would like to consult a technical issue here. I am trying to develop a simple USB HID communication between PC and device board with STM32F400. On the host side (PC) I am using Visual Studio...