I have a few question to ask regarding to my circuit in proteus. I’ve constructed the circuit you gave in the picture above. I also built the program using the hitech C compiler using Mplab software. And then, when I try to run the simulation in the proteus using the program i built, it didnt even say error or something like that, instead the led in the circuit itself wont light up. I tried to reinstall all my programming software (mplab, proteus, hitech c). it doesnt work. What should I do. This is really stressing me out. Your tutorials are the only source I have to learn about embedded programming.
Thank you.
]]>Dear Vikram,
Kindly use our forums ( https://electrosome.com/forums/ ) for free technical support. Ping me on my email [email protected] if you need premium support.
You can you MPLAB IDE for that. No need of any compilers like Hi-Tech C or XC8.
]]>It is very simple. Declare a char variable and increment it during each key press. Write that character to PORTD.
PORTD = a;
hello sir george,i have two questions,i’m newbie in microntrollers, my first question is,if i have asm files what software will i use i will convert to HEX FILES?
NO.2,If i have HEX files coul i convert it to ASM files?