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 Stefanovic

  1. S

    how to detect second rising edge of a periodic signal

    many thanks, yes i do only know vhdl
  2. S

    how to detect second rising edge of a periodic signal

    i know that "&" is for concatenation but i dont know which operator is "!" and what does "reg[n] & ! reg[n-1]" :/
  3. S

    how to detect second rising edge of a periodic signal

    sorry for the misunderstanding yes i want to detect second rising edge of each 6 pulses train i'm trying your given solution thanks
  4. S

    how to detect second rising edge of a periodic signal

    Hi everyone I need to detect the second rising edge of this signal (it's an entry) i've tried several ways but without succes how do i do that ? thanks
  5. S

    Questions about : ARM to ARM testing using JTAG

    Hello everybody !! We know that we can easily use JTAG to test ARM based Microcontrolers from PC (x86 or x64) using Open OCD for example. So, what about doing thes same things from an ARM based system ? I mean, is it possible? if yes, can you tell me more please ? thanks for your participation.
  6. S

    Pic18fj10 usart problems

    Sorry, i meant integrity, my first USART (EUSART1) had burnt :D why can't you read from keyboard ?
  7. S

    Pic18fj10 usart problems

    Hello, In fact for those who still have thoses problems, try to check USART integity, yes, for me it burnt :)) so i tried the same code with USART 2 and it works best regards :)
  8. S

    Pic18fj10 usart problems

    Thank you for your answer, in fact yes TX1IF is an interrupt flag, i tried some other flags, but still not working, any suggestion ? thanks
  9. S

    Pic18fj10 usart problems

    Hello everybody, I'm facing some stranges troubles with my simple UART c code. My problem is that the first while of bonjour(); never ends, thus i cant send even the first byte. ( Here is the code,(no reception, just transmission) i really need help thanks a lot !! :) #include <htc.h>...
  10. S

    HI-TECH PICC18 Configuration fuses problems

    Hello everybody, i found the solution and i hope this thread will help some others. first of all, i'm using MPLAB X with HI- TECH PICC18 PRO and the configuration bits above was generated by MPLAB. I've carefully read the help menu and found this : #pragma config Usage #pragma config...
  11. S

    HI-TECH PICC18 Configuration fuses problems

    Hello bigdogguru and thankx for your answer but, it still dont work :/
  12. S

    i need some help to choose voltage regulator

    Good morning you can simply do a "voltage divider"
  13. S

    HI-TECH PICC18 Configuration fuses problems

    Hello everybody, i'm new here and i hope we'll have a long relationship :) here is my problem, i tried to configure a PIC18F4550 fuses but i can't #include <htc.h> #define SELECT LATC6 // PIC18F4550 Configuration Bit Settings __CONFIG(PLLDIV_1 & CPUDIV_OSC1_PLL2 & USBDIV_1)...

Part and Inventory Search

Back
Top