PIC is a family of Harvard architecture microcontrollers made by Microchip Technology.
1
vote
1answer
47 views
RAM test steps through, but fails when running
The project I'm working on has to test the data memory of a dsPIC30F chip before the program runs. Due to industry requirements, we cannot utilize any pre-defined libraries that C has to offer. That ...
1
vote
1answer
32 views
Unable to fit section error for data memory sections?
Here is a brief summary of my problem ...
I couldn't increase the number of coordinators beyond 16, and the connection tables are limited for the PAN and Coordinators. The PAN can have up to 16 nodes ...
0
votes
1answer
16 views
Reading sensor input with Pic32 and MPIDE
So I currently have a pic32 arduino. I'm pretty new to this stuff, so any tips would be appreciated.
I have a sensor that has 3 pins, 5VDC, ground, and sensor output. I connected the sensor output ...
0
votes
0answers
19 views
Error - could not find definition of symbol 'MiMAC_ReceivedPacket'?
Why do I keep getting this error message upon building?
I am using MPLAB IDE v8.90 C18. I downloaded a project from MicroChip called MiWi PRO Test Interface and I am tweaking it for my own needs. I ...
3
votes
3answers
124 views
How to reduce the code space for a hexadecimal ASCII chars conversion using a _small_ code space?
How to reduce the code space for a hexadecimal ASCII chars conversion using a small code space?
In an embedded application, I have extraordinary limited space (note 1). I need to convert bytes, from ...
1
vote
2answers
62 views
How to convert two Bytes array into unsigned long variable?
I want to combine two bytes into one unsigned long variable, my current code does not work. I am using MPLAB C18 compiler, this is my code.
unsigned long red = 0;
BYTE t[2];
t[0] = ...
1
vote
1answer
19 views
pic32 mips assembly pipeline: branch delay slot and load delay slot
Since PIC32 uses MIPS 4K core, its assembly language must be affected by the pipeline effect: both branch delay slot and load delay slot.
Question is whether the delay slot is one instruction, or ...
1
vote
1answer
36 views
PIC 10F322 reading from db table
I built an assembly program using mpasm for the pic 10f322, and I want the program to read off all characters in my TABLE: by placing these values back into my WREG. When my code executes, it is ...
1
vote
3answers
46 views
pic32 fastest way to toggle DIO
I have a PIC32 configured running at 80MHz clock rate. As a test, I tried to toggle a DIO pin with
while(1) {
LATFbits.LATF4 = !LATFbits.LATF4;
}
It's only toggling DIO at 625kHz ...
0
votes
0answers
40 views
Can't send message from Coordinator to end device? [MiWi Pro]
I am using MiWi Pro wireless networking protocol and I was running some tests with unicast function, but I encountered a problem.
Unicast Main Issue:
The end device doesn't receive the messages from ...
0
votes
1answer
52 views
PIC 18F46K22, MikroC: 'Multitasking' simple and time consuming task
I'm receiving a UART message containing an array of raw sensor data. I'm reading the message within the main loop of the program. There are 2 things I need the PIC to do with the different values. ...
0
votes
1answer
22 views
how to solve overflow errors on mikroC for PIC?
My program has several images, I want to do something like a menu with LCD and a keypad.
It was working fine untill the moment that I got two erros:
> Recursion or cross-calling of 'lcd_write'
...
1
vote
0answers
59 views
PIC 18F46K22, MikroC: Trying to implement USART interrupt
I have two 18F PICs working next to each other. One is requesting data over UART from another source, their both receiving the (same) incoming data.
The first PIC (18F4450) which is requesting the ...
0
votes
0answers
51 views
Cannot write to dsPIC30F OSCCON
My current project needs to have the dsPIC30F go into low power mode when it receives an external "low power warning" signal. I've verified that EnterLowPowerMode() does in fact execute. However, when ...
0
votes
0answers
16 views
C macro syntax error (C18 compiler)
I got a syntax error when trying to compile this macro. I have to use a macro as C18 doesn't support function inlining. Using a regular function call will cause the compiler to have a much bigger ISR ...
1
vote
2answers
85 views
Saving data to External EEPROM with PIC18
I have PIC18F87J11 with 25LC1024 external EEPROM, and I would like to store some data on it and be able to read it later on. I have done some research, but unfortunately I could not find a tutorial ...
0
votes
0answers
21 views
loop within a loop MIPS
I'm trying to make a loop within a loop.
It should look like this:
myloop(int c)
{
for(int i = c; i > 0; i--)
for(int j = 1000; j > 0; j--)
INSTRUCTIONS HERE
}
That is the basic ...
-3
votes
0answers
72 views
Translate assembly to C [Erase Memory with PIC18] [closed]
I am trying to write to flash memory on my PIC18F87J11 but my problem lies with assembly. The datasheet for my PIC has only assembly and I am using C compiler. I was wondering if someone can help me ...
1
vote
1answer
105 views
Translate assembly to C [Writing to Memory with PIC18] [closed]
I am trying to write to flash memory on my PIC18F87J11 but I have a problem understanding assembly. The datasheet for my PIC has only assembly and I am using C compiler. I was wondering if someone can ...
0
votes
0answers
19 views
Does GCC support PIC (particularly the problematic PIC16 family)
Free PIC C compiler
PIC16 C compiler
...aaaaand noone mentions gcc. Googling lead me only to flame wars over the forums if PICs are suitable for C, and that their (at least 6 - series) 30 instruction ...
0
votes
2answers
53 views
Which PIC compiler was used to compile this code?
The PIC is a 16F630
#FUSES NOWDT, INTRC_IO, PROTECT, NOBROWNOUT, MCLR, CPD, NOPUT
#use delay(clock=4000000)
#use fast_io(A)
later, in a function:
#asm nop nop nop nop nop #endasm
...
-1
votes
1answer
121 views
Write to memory? (PIC internal EEPROM)
I am following this tutorial which shows you how to write to data to Internal EEPROM. The only thing that is different in this tut is that they are using p18f4520 and I am using PIC18F87J11. When I ...
0
votes
0answers
13 views
PIC 18F2455 freezes with multiple IF's
I'm having a pretty weird problem. I'm programming on a 18F2455 and my code was working fine, untill I placed a few If statements (it doesnt matter if there are many ifs or one single if with ...
0
votes
1answer
44 views
how to program a pic chip to remember a specific input?
I am putting together a circuit that allows the user to tell a car how many spaces to go forward/backward, and how many spaces to go left/right. To do this, i have figured out i would need some sort ...
0
votes
1answer
34 views
PIC16F877 + 24LC64 via i2c
My task is to copy first 255 bytes from external EEPROM (24LC64) to internal (PIC16F877) via i2c bus. I've read AN1488, all datasheets, MikroC gide (oh, yes, I'm using MikroC), but hopeless.. Meaning ...
0
votes
1answer
112 views
C Program Compile Error (with header file)
Here is my code of Header File.
Header File name 16f877a.h
its code get from this link
My File name led.c
#include "16f877a.h" //IC selection
#fuses XT, NOWDT, NOPROTECT, NOLVP
#use delay (clock ...
0
votes
1answer
84 views
Editing FatFS generic example for dsPIC
I'm attempting to use FatFS (http://elm-chan.org/fsw/ff/00index_e.html) as a means to communicate with an SD card, using SPI.
The FatFS website has a number of examples, however I'm not finding them ...
-1
votes
1answer
47 views
C Compiler Issue with MPLab [closed]
I'm new to PIC Programming and i started my first program as per this blog.
http://embeddedlifehelp.blogspot.com/2010/02/pic-16f877a-help.html
But when i'm going to build my project its give me ...
0
votes
0answers
137 views
PIC interrupt based soft UART timing trouble
I've tried to implement a software UART on a pic 18F452 using timer interrupts - although I'm a begginer with microcontrollers - and I can't get the timing working. I'm using MPLAB asm for compilation ...
0
votes
0answers
56 views
C seriaPort.write(“F”),,,PIC can't read it.
my C will do //seriaPort.write("F")// send str to P18f4520 microcontroller, but the PIC can read from RS232
here is my code inside P18f4520
#include <p18f4520.h>
#include <usart.h>
...
-1
votes
1answer
38 views
PJSIP and FreeRTOS [closed]
I have been investigating the use of the PJSIP SIP stack on a small micro-controller such as the PIC32 MCU and I've come to realise that it may just be possible. I want only the absolute minimal SIP ...
0
votes
0answers
29 views
MPLAB IDE- building an empty project
I am trying to build an empty project on MPLAB using the device PIC18f452.
This is the error I am getting:
Debug build of project 'C:\Users\Rabbiya\Desktop\MyProject.mcp' started.
Language tool ...
1
vote
1answer
61 views
UART to SD Card
I'm trying to implement a method to write data to an SD card from a dsPIC33F. I currently can transmit the data via UART to Bluetooth and USB, but I can't find anything online in regards to writing to ...
0
votes
1answer
90 views
How to detect that an i2c slave doesn't respond to the master on PIC18f [closed]
I have an PIC18f i2c Master and some other devices as slaves.
I want to detect if a slave is not on the bus or if he doesn't responds.
Right now, the communication Master<->Slaves works well ...
0
votes
1answer
42 views
Data Types with PIC18?
Which data type do I use to store the following value ?
Value: 86400
code:
int d[6];
unsigned int all;
d[0] = 8;
d[1] = 6;
d[2] = 4;
d[3] = 0;
d[4] = 0;
all = 10000*d[0] + 1000*d[1] + 100*d[2] ...
0
votes
1answer
31 views
Free() segfault on PIC24
I have two 16-bit pointers being allocated at runtime, in order to save some long doubles to flash (using the Microchip DEE flash emulation library). The code works fine, and recalls saved values ...
0
votes
1answer
84 views
Stack overflow in Pic16F684 Microcontroller when using Lookup tables
My task was to develop a program which will blink LEDs from D7 to D0.
I have develop solution which blinks them once and then have a stack overflow.
I am suspicious on lookup tables becouse previosly ...
0
votes
1answer
140 views
Multiplexed 7 segments using PIC16F877A using C
this is only the second time i've asked a question on here. Last time was quite helpful so i thought i'd revisit since i'm stuck on another C project!
I'll just add that i'm more or less a total ...
-5
votes
1answer
51 views
Force printf to use two characters
I'm using this code on a PIC18 device with the XC8 compiler:
printf("%x", (unsigned char) some_value);
When some_value is below 0xf0, only one digit is outputted, e.g. c for the value 12. On values ...
3
votes
4answers
188 views
C for 16f628, Program Counter goes haywire
I have a new problem here.
I'm still learning C for PIC (xc8 compiler) and as a beginner project i'm doing a thermometer with the popular ds18b20 and a pic16f628 i had lying around.
My program does ...
2
votes
2answers
215 views
Setting up a C project with multiple source files in MPLAB
I'm using the MPLAB IDE and the XC8 compiler for a C project for PIC18 devices. I'm building a project with multiple source files and don't know how to make the structure.
In the project, I have the ...
1
vote
1answer
186 views
Link step can't find symbols (XC8 compiler)
I'm trying to compile and link a C program using the XC8 compiler. I changed from the C18 compiler and made some minor compatibility changes to the code. With C18, the code compiled and linked just ...
3
votes
1answer
75 views
XC8 error 224: illegal # directive (first line)
I'm using Microchip's XC8 compiler. They want me to #include <xc.h> instead of including a chip-specific header. However, when I add this code on the first line of my code, I'm getting the ...
1
vote
1answer
92 views
Always Receiving “ ? ” from Serial Port in C#
I'm fetching some bytes sent to a virtual serial port, these bytes come from a PIC microcontroller, I'm using ISIS for simulation, and C# to capture and display those bytes.
In C#, I'm simply opening ...
0
votes
1answer
49 views
RN-41 bluetooth and dsPIC
Having a couple of issues with what I was hoping to be fairly straight forward.
I've been transmitting data from my PIC to a PC via RS232 at a baudrate of 115200. I've recently got a RN-41 bluetooth ...
1
vote
4answers
113 views
Reading Single Bit from a Char
This is my first post here so please forgive anything I do wrong :)
This is my situation. I am writing a simple data transfer operation for a PIC16F876 using MPLAB and the HI-Tech C compiler.
I have ...
0
votes
1answer
55 views
Noisy ADC dsPIC
I've got a dsPIC33F collecting from two ADC channels, simultaneously, at 10bit. I'm using a timer to sample at 64Hz and have the ADC set to auto sampling, but manual conversion. Every time the timer ...
0
votes
1answer
94 views
How to implement a stack containing function call for a PIC in C
I'm currently programming a PIC in C with MPLAB X (+ compiler XC8)
In my code, I have some interruptions (inter1, inter2, ..) which are each composed of urgent and non-urgent operations (urg1, urg2, ...
0
votes
2answers
60 views
Passing structure into ISR
I am programming in C using Hi-Tech-PICC v9.65PL1 to program a PIC16F876.
For interrupts I am using the structure:
void interrupt isr() {
if (T0IF) {
//Do STUFF
T0IF = 0;
...
1
vote
2answers
56 views
How does C handle non-booleans in an if statement?
I sometimes see this in a C program (I'm using the C18 compiler):
unsigned char someValue = getSomeDataFromSomewhere();
if (someValue) {
doStuff();
} else {
doOtherStuff();
}
I know what ...





