Gibson486
Lifer
So, I am working on this project using a PIC18 chip. I am going through all these tutorials and I see that everything is coded in C. However, when you look at the tech sheet, they do not reference C, they just reference the assembly code. I am familiar with how C gets compiled into assembly which gets compiled into hex, but I am loosing anything by just coding it in C? I want to learn as much as possible on this project, but it all seems to easy. I mean, I have to implement USB communications on a board, but Microchip gives you a framework USB (and even I2C), so it's like they are doing the work for me and I am not doing much at all...