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 nagkiller

  1. nagkiller

    STM-32F103C8T6 coding

    I agree with Andre_Luis. I recently did a button reading project using STM32 where in Proteus and to my surprise, it didn't work, I wasted a lot of time trying to find the error, which in fact didn't exist. When testing on physical hardware, the source code was worked perfectly. So you should...
  2. nagkiller

    Got Problem on C Program Running in Keil5

    I dont know about the video that you mean, but you can read this: https://developer.arm.com/documentation/101407/0537/Debugging https://developer.arm.com/documentation/101407/0537/Dialogs/Project/Options/Debug https://www2.keil.com/mdk5/simulation/ [moderator action: corrected text...
  3. nagkiller

    Got Problem on C Program Running in Keil5

    Go to Project, New uVision Project... Select your target... Next window, tick Startup... Click on button Resolve to solve problems... You can use more drivers, if you prefer. Click on OK button. Now you must to add code: You can rename Targer 1 and Source Group 1. Inside the Source...
  4. nagkiller

    Got Problem on C Program Running in Keil5

    You can follow these steps: 1 - Remove the two files thats were wrong: 2 - Add again, like image below: (you can skip this step, if you prefer): 3 - And replace all comments that use // to /* and */ in UART.h file. And comment the last line "void Output_Color(uint32_t newColor);". The...
  5. nagkiller

    [SOLVED] Interfacing LCD with PIC16F877 using CCS C Compiler

    For me, I used to the flex_lcd!!! Se the example in attach...
  6. nagkiller

    Got Problem on C Program Running in Keil5

    I've created this files! Just added the .h file!!! Simple question, you are using '' ( ' twice) or "? Where stdio.h has been obtained? Could you share the project?
  7. nagkiller

    Got Problem on C Program Running in Keil5

    For me, it works!!! Pay attention ion line 10!!! You must have a clear line at the end (newline). See if all files have this!!! Don't forget to save all files!!!
  8. nagkiller

    [SOLVED] STM32f103 wont start

    My curiosity is just to know which compiler or IDE, so that I can test this code on my pc.
  9. nagkiller

    [SOLVED] STM32f103 wont start

    I'm sorry for the curiosity, but which compiler/IDE is using it?
  10. nagkiller

    C char function on Visual Studio C 2019 wrong result, or not.

    Sorry for bad english or don't express myself correctly.
  11. nagkiller

    C char function on Visual Studio C 2019 wrong result, or not.

    Could anyone help me with a error in char function on Visual Studio C 2019. #include <windows.h> #include <iostream> char *timeStamp(); int main(void) { printf_s("%s", timeStamp()); return 0; } char *timeStamp() { SYSTEMTIME t; GetLocalTime(&t); char buffer[35]; int...
  12. nagkiller

    STM8S003 Issue with Load Noise

    I love opto!!! I would use in my circuits... Even though it is not an isolated power source!!! kkkkk...
  13. nagkiller

    Flash Programmer, s19

    One of S19 is a file to burn into NXP(old Motorola and Freescale...) like type MC68HC908QT1, MC9S08SH8, etc... Could be too a ST (STM8 or STM32)...
  14. nagkiller

    I accept suggestions for PIC or AVR programming books that I can download to study

    Link https://www.dropbox.com/sh/60klxmkr65jlt8s/AAAezYkJ8d55h6YUiEGvtNCWa?dl=0 Arduino 38 projects.
  15. nagkiller

    Resistance in Series for LED connected to Microcontroller

    This archive may be help you: htt ps://ww w.4shared. com/photo/jMEbg2dCca/LED_Ref.html As said read the datasheet for correct LED that you are using.

Part and Inventory Search

Back
Top