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 KVSN91

  1. K

    C program input array [3] [3] = {1,2,3,4,5,6,7,8,9} print output like this = 1,2,3,6,5,4,7,8,9

    C program input array[3][3] = {1,2,3,4,5,6,7,8,9} print output like this = 1,2,36,5, input array[3][3] = {1,2,3,4,5,6,7,8,9} print output Like : 1,2,3,6,5,4,7,8,9
  2. K

    [51] C8051F380 Timer0 Time period Calculation

    Hi, I am learning 8051 Microcontroller(Choosing C8051F380 siliconlabs).Timers are used to creating frequency and time period.I didn't understand How to calculate Time period. i understood my self to produce time period using TIMER0 , first we should know high and ,low frequencies we can produce...
  3. K

    SSD1306 Dispaly any char,number

    Sir , I trying clear display ,its not clear is like the attached picture Now I am trying to clear the display like above. That's my problem.how to clear and how to display y cod like this Code C - [expand] void Init_Display(void) { Dispaly(); //Clear_Screen(0x00); } void...
  4. K

    SSD1306 Dispaly any char,number

    hi sir i wrote my cod like this void Init_Display(void) { Dispaly(); //Clear_Screen(0x00); } void Dispaly(void) { RES=0; Delay(0xFFF); RES=1; Delay(0xFF); Write_Command(0xAE); // Turn Off Display Panel Write_Command(0xA8); // Set MUX Ratio...
  5. K

    SSD1306 Dispaly any char,number

    hi sir, is there any code for i tried mostly i ann't display anything
  6. K

    SSD1306 Dispaly any char,number

    I tried most but i cann't display i am see more exmples i didnt understand how to do help me to how to display is there any code give me
  7. K

    SSD1306 Dispaly any char,number

    i am read some articles but i cann't understand .in some they are giving examples of fonts dispaly pics etc but i want display characters numebers using dots because is there any code for me
  8. K

    SSD1306 Dispaly any char,number

    k sir , i did'nt understand how to write dot pattern to display... is there any example code for me to understand cliearly
  9. K

    SSD1306 Dispaly any char,number

    hii.. I am dealing With SSD1306 Oled Display.I initiakized & enble and all is okThe display init, But i did not Understand How to Display dot(.),any Charecter & number could u give me a sample code for me
  10. K

    [General] sensorless bldc Motor control using BEMF

    1. I want to study about Sensorless BLDC motor using Back EMF 2.Zero crossing BACK EMF Detection What are the basic techniques used to determine the speed and position of a BLDC motor
  11. K

    [ARM] Facing Problem to toggle GPIO Pin in LPC2103

    HI almost MY program is correct , i think it is may be a Debug problem i wrote simple stratup code to my project.but it does not work. When I debug the program,hang at in PLL what for lock loop in startup code. my code like this void SYS_INIT() { PLLCFG =0X02; PLLCON=0X01...
  12. K

    [ARM] Facing Problem to toggle GPIO Pin in LPC2103

    I am Strucked IN this stage in my project, so i can't move another steps like uart ,i2c,spi functions My crystal oscillator i am using 20Mhz ,(but in Schemantic 12Mhz).I want to run my program Only download without DEBUG , you send a program with all initialaizatins and to toogle my...
  13. K

    [ARM] Facing Problem to toggle GPIO Pin in LPC2103

    I am changing 24Mhz to 20Mhz crystal.but its same no work - - - Updated - - - is there any problem with PIns DBGSCL and RTCK, As per my schemantic both pins are float no connectins.actually as per User Manual of LPC2103 to operate r Enable in DEBUG mode saying the DBGSEL pin to external...
  14. K

    [ARM] Facing Problem to toggle GPIO Pin in LPC2103

    finally i found my problem my pll is not working for oscillator frequency void Oscillator_Frequency() { PLLCON = 0x00; PLLFEED = 0xAA; // Feed Sequence PLLFEED = 0x55; PLLCFG = 0x22; //M=2,P=2 PLLFEED = 0xAA; // Feed...
  15. K

    [ARM] Facing Problem to toggle GPIO Pin in LPC2103

    hi, here i am sending circuit diagram. i am using 24.5 MHz. as per schematic we design for 12Mhz, but we used 24.5MHz crystal. where there is a maximum limit of 25Mhz is given in datasheet. so i used 24.5Mhz. i am using IAR embedded workbench.(IAR compiler)

Part and Inventory Search

Back
Top