Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by hrishikesh23

  1. H

    Suggest Sensors for Detecting obstacles.

    Thanks for your suggestion!!! I will go through this.. Thanks and regards Hrishikesh.
  2. H

    Suggest Sensors for Detecting obstacles.

    Dear All, Can anybody suggest me some sensors, My requirement is Measure the Distance of object within 2Metre range. Sensors should be to small to fit in Mobile. Thanks and regards, Hrishikesh.
  3. H

    Exciting the on chip oscillator with signal generator

    Dear All! My crystal is not working on power on ... i am giving 12mhz and confused about the peak to peak voltage... can anybody give me the specifications that i should set on the signal generator to excite the on chip oscillator.The processor i am using is LPc2364. Thanks and regards Hrishikesh.
  4. H

    Write data to FLASH through User application[code]LPC2364.

    Hi Everone! Does anybody has some specific study material for how to write Data to flash Memory of LPC2364 through user application. I went through the UM but was not able point out actual process. can u share some document or link which can help me to write data to flash. Thanks and Regards...
  5. H

    [SOLVED] Lpc2364 - Capture Timer 0 channel 1

    Thanks alot Alex....will meet with new Issue...be ready my friend. Hrishikesh ---------- Post added at 16:56 ---------- Previous post was at 16:54 ---------- Thanks alot Alex....will meet with new Issue...be ready my friend. Hrishikesh:lol:
  6. H

    [SOLVED] Lpc2364 - Capture Timer 0 channel 1

    Hi!! Just check if this is correct ? should i tick the encircled pin high - low if it is.... Then i am getting the interrupt ....Please reply and see the attached image. Thanks and Regards hrishikesh.
  7. H

    [SOLVED] Lpc2364 - Capture Timer 0 channel 1

    Hi! I tried it both ways replacing T0IR = 32 and 0x20..but its not getting the interrrupt i also removed the GPIO functionality part. Yes i am clicking on the check boxes. when i manually check the CR1 it goes in interrupt which is wrong!!!!!otherwise it remains in the while loop. Similarly you...
  8. H

    [SOLVED] Lpc2364 - Capture Timer 0 channel 1

    Dear Alex! As per your Post , Have made these changes in my code 1.In Interrupt handler code i have replaced TOIR = 0x01 with 0x32. 2.And as per our previous discussion, the pin functionality for capture is also configured as below SCS |= 1...
  9. H

    [SOLVED] Lpc2364 - Capture Timer 0 channel 1

    Dear Alex! First of all thank you very much .. this was first experience to have a problem solved ...with help of a internet friend...thank you very much. Please have a look at the Picture. when i am simulating do i need to set the Check mark for CR1 interrupt manually ...bcoz when i am putting...
  10. H

    [SOLVED] Lpc2364 - Capture Timer 0 channel 1

    Dear Alex! Can u check the complete code for timer capture . i tried by checking unchecking the port pin but the interrupt is not occuring. my normal timer interrupt is taking palce..but for now i have commented interrupt on match register in handler if u could suggest some correction in the...
  11. H

    [SOLVED] Lpc2364 - Capture Timer 0 channel 1

    for(i=0;i<5;i++) { WriteFastGPIO(GPIO_PORT0,26,HIGH); //MAKE THE TX PIN HIGH FOR TRANSMITTER DelayUs(0,13); // 13 US WriteFastGPIO(GPIO_PORT0,26,LOW); //MAKE THE RX PIN LOW FOR TRANSMITTER DelayUs(0,13); // 13 US } EnableTimer(0); //ENABLE TIMER...
  12. H

    [SOLVED] Lpc2364 - Capture Timer 0 channel 1

    Can I simulate the capture interrupt on Keil or do i need a board....i.e external interrupt... Please suggest... Thanks and Regards Hrishikesh.
  13. H

    [SOLVED] Lpc2364 - Capture Timer 0 channel 1

    Dear Alex, Yes I a have added this line SCS |= 1 to my code.Please check the code Now, check this one will this configure the PIN for capturing a square wave U8 ConfCaptMode() //CONFIGURE THE PIN1.27 TO CAPTURE THE TIMER COUNTER 0 VALUE ON RISING EDGE { PINSEL3 = 0x00C00000...
  14. H

    [SOLVED] Lpc2364 - Capture Timer 0 channel 1

    Ok! thanks I got it ! you can see the correction in the attached file. Thanks
  15. H

    [SOLVED] Lpc2364 - Capture Timer 0 channel 1

    Hi! Alex The value 0xc is correct by as we have configuration for USB to...we are connecting this board through USB to android phone.According to you it should be as below Pin value 20 (0) 21 (0) 22 (1) 23 (1) According to you this is correct .... but two configuration has been done in same...

Part and Inventory Search

Back
Top