mplab Questions
5
Solved
The Question:
Does doing if(SomeFunction() == TRUE) instead of doing if(SomeFunction()) protect against some type of coding error? I'm trying to understand if this is protecting from some hidden la...
5
Solved
I have code written in C but I need to see the Assembly file so I can optimize the code and figure out how long certain functions will take. Does anyone know of a quick way to pull up the Assembly ...
5
In MPLAB IDE what is the sizes of data types (int, unsigned int, float, unsigned float, char...)?
1
Solved
2
Solved
I have a folder with some .h and .c files and I want to use header files in my projects.
I have included them in "Header Files" folder of my project using "Add Existing Item" but when i try to "#i...
1
Solved
I am new to the Java world, but am familiar with Ruby. I am trying to write a program that interacts with some third-party jar files.
While the libraries seem to behave fine if called from Java, t...
5
Solved
Consider the following code.
char message[]="foo";
void main(void){
message[] = "bar";
}
Why is there a syntax error in MPLAB IDE v8.63? I am just trying to change the value of character array...
Energetic asked 18/1, 2013 at 9:48
1
Solved
I've been using PC-Lint with MPLAB for a couple of years now and it has been really useful. MPLAB is about to change to be a netbeans based IDE and I've not found any netbeans plugins for PC-Lint.
...
Belding asked 20/7, 2011 at 10:42
5
Solved
I started using MPLAB recently, but for someone that works with Eclipse and VS the IDE it's very limited. Do you know any free IDE or how to configure Ecplise or Netbeans to PIC development?
...
Atlantic asked 21/1, 2011 at 18:12
1
© 2022 - 2024 — McMap. All rights reserved.