I am quite new to assembly programming and I am trying to create a switch statement. I was using the Microchips example but it does not seem to work in my simulation. Here is my code. It supposed to go to label2 but it skips all the conditions. Any help will be appreciated
Mod: wrapped your...
Hello everyone,
I'm working on a project ( Load cell with microcontroller pic 16f877a ) , and i'm using CCS C compiler
When i try to add libraries for example : #include<windows.h> or #include<time.h>, the program shows :
Anyone can help, Thank you.
Hi, I'm on a project where I would like to measure a battery voltage. For that, I have to use a Digital Current and Power Monitor, called INA260. I already have a board made and it's functional because I've already tested it with the arduino, but I'm not able to do the programming on the...
I don't know if this has been asked before, but I'm doing a project where I need to sense temperatures and humidities of an enclosure, using a PIC32 microcontroller. Is there a way to save the data from the sensors to a CSV file?
Thanks in advance!
Hello there!
First of all I want to state that I am an absolute beginner in programming.
I am quite experienced in electronics (audio mostly) though, but I never dipped my toes in programming since recently...
So, I am trying to implement a PIC microcontroller (PIC 16F676) in one of my designs...