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 xpress_embedo

  1. xpress_embedo

    [SOLVED] Watching Variables with same name in IAR watch window

    In the above project, there was a mistake done by me, the filename name is "tes2.c" the "t" is missing, and due to this it was not working. if I type `tes2\testvar`I am getting the output, so it was my mistake. But there is some more point, which I got after contacting the IAR support team, and...
  2. xpress_embedo

    [SOLVED] Watching Variables with same name in IAR watch window

    I agree with you, "static" can also be used for *.c files, making these variables local to that particular module (*.c) file. I agree that ideally, we should create unique names, but the problem is I started working on a project from between, and there are a lot of these types of variables...
  3. xpress_embedo

    [SOLVED] Watching Variables with same name in IAR watch window

    Hi All, I need some help, in one project I have started working on, I found that the same name variables (static defined) in separate files, and when I tried to add these variables into the "Live Watch" or "Watch Window", IAR display "Unknown or ambiguous symbol", which is for obvious reasons as...
  4. xpress_embedo

    Development Board with Color Graphical LCD or TFT

    Hello Everyone, I want to get some hand on experience on graphical boards which can display complex graphics. Can anyone please suggest me some good development kits available. I have already done some research on it and I have found that Segger emWin is professionally used Graphics Library...
  5. xpress_embedo

    Atmel QTouch Library Initialisation at run-time causing problem.

    Hi All, My query is related to Atmel QTouch Safety Library. I am using SAMC20 micro-controller in one of my project, which has 10 selfcap touch sensors, all of them shall not be used, the sensors which needs to be used are defined in configuration which is received by SAMC20 from UART. The basic...
  6. xpress_embedo

    ESP8266 01 wifi module transmit data to a pc

    Hope this helps. https://embeddedlaboratory.blogspot.com/search/label/IOT?m=1
  7. xpress_embedo

    [SOLVED] Why RAM usage increases drastically with this function in XC8 compiler?

    Thank you so much, you are correct, the value of macro is 8, and division can be implemented by left shifting by 3 and hence no need to use actual division operator in that case, and then in second case, since i created a function for that, the size value is unknown and that's why compiler used...
  8. xpress_embedo

    [SOLVED] Why RAM usage increases drastically with this function in XC8 compiler?

    Yes you are right, the long division library (lwdiv.c) is included when i used that function, and yes this is the first time I am using the division in my program. I didn't understand one thing, in the first case, why this library is not included and why only in second case. - - - Updated - -...
  9. xpress_embedo

    [SOLVED] Why RAM usage increases drastically with this function in XC8 compiler?

    Hello!, I am using PIC12F1571 micro-controller do develop an application, this micro-controller has very less RAM, just 128 bytes, so while designing this application, i have to take care of RAM also. I need to calculate average on an array, can anyone please tell me, why RAM and ROM size gets...
  10. xpress_embedo

    Interrupt Log Feature in IAR not Working

    Hello Everyone, I am working on a project and unfortunately there is some problem with the timer interrupt, when complete code is enabled this interrupt doesn't triggered at the rate programmed by me. It looks that some other interrupt or some other piece of code is causing this behavior. So my...
  11. xpress_embedo

    Why Enterprise Architect is used and what is the best way to learn it.

    Hello Everyone In my company we are going to start a new project and for it's documentation my manager told me to use Enterprise Architecture. I am a Embedded Software Developer and this is totally new thing for me. I searched there website and it looks that this tool is used to generate some...
  12. xpress_embedo

    Can anyone help me in fixing PIC code for Lcd 4bit with Busy Flag

    Hello! Everyone Checking busy flag with 4 bit of 16x2 lcd is discussed in various post of this forum and i have taken reference of these post and wrote the code for lcd 4 bit mode and checking the busy flag. Reference Taken from this post. https://www.edaboard.com/threads/250386/ If i use...
  13. xpress_embedo

    Trying to understand working of char pointer

    Refer this Post https://stackoverflow.com/questions/252552/why-do-we-need-c-unions
  14. xpress_embedo

    [SOLVED] Will this circuit work for sensing AC Voltages Using Micro-controller?

    Case 1: As you can see i disconnect the resistor R1, i am getting 10 zeros in adc count ( Taking adc samples per second), which is fine but voltage calculated is higher than the actual voltage. Case 2: As you can see i directly connected the terminal with ground, which is wrong if we...
  15. xpress_embedo

    [SOLVED] Will this circuit work for sensing AC Voltages Using Micro-controller?

    Yes you are right, i should take the already suggested circuits from the threads already present. Will take care of this next time, but this circuit looks much cheaper, and the good thing is that it is working without any problem in proteus and now i am in process to build this circuit in real...

Part and Inventory Search

Back
Top