I2C built in function compilation problem (Alexis Ortega)
It's an old post, but maybe help to others, I've got the same problem now...The problem is that in some devices the I2C module is named I2Cx, where "x" could be 1,2,...,n and the headers files take...
View ArticleIs the Code wrong, or the Compiler? (NKurzman)
The Code Below works as expected for 86 (where expected = the if evaluates true for values >= to 86)For 86U it is true if the value is >=86 and if it is less than 0.It seems the U on the 86U...
View ArticleUART Transmission of dsPIC30f4011 in interrupt mode (eAgle_)
Hi,I'm working on UART of dsPIC30f4011 in interrupt mode. But i couldn't transmit string continuously. Some of the characters are missing.This is my code.c30 compiler, MPLAB X IDE v 2.10#define...
View ArticleConfiguration words, declaration (leo.leo)
Hi everyone,In these days I'm reading the ASM30 specification manual (DS51317F) for PIC24 devices.I've a little trouble, because it seems that I can't find somewhere how could be specificated the...
View ArticleASM30 - dsPIC33F - NOP Instructions Inserted After CALL, GOTO and others...
I am working with a dsPIC33FJ128GP802 using pure assembly language with C30 (MPLAB 8.87.00.0).When I look at View - Program Memory, I can see the disassembly of instructions and I've noticed that each...
View Articleftoa: Simple implementation (Medi Electronics)
I have created a float to string (FTOA) code and found that it is much faster (7x speed) and compact (1/15 size) than equivalent code using sprintf() function. Since it is a large code and need more...
View Articlerealloc -> No source code lines were found at current PC 0x2a6 (jhay)
I am compiling for a PIC24FJ256GB108 using the C30 compiler Using MPLABX and a ICD3 by code stops wthe the error: No source code lines were found at current PC 0x2a6 On the realloc line of the below...
View ArticleNo source code lines were found at current PC 0x2c8 (saneba)
Hello! I try to compile a code for a dsPIC33FJ128MC804, the compiler used is the XC16, and MPLABX with ICD3. The code stops with the error: No source code lines were found at current PC 0x2c8 User...
View ArticleQuestions about mplab c30 (Rodrigo Nogy)
Questions about mplab c30 Hello guys. I am a layman in this c30 compiler. Use the Mplab 8:53 compiler compiler with this asci c. My doubt concerned to drive this pin because the output Debbug way he...
View Article[SOLVED] Bug into the C30 compiler with 64 bits integer (ThierryV)
This function has caused me a strange problem, since I have used an 64 bits interger for the "EEPROM_Status" variable:(code A) Before, I used an 32 bits integer and all worked fine.But now, with an 64...
View ArticleIssues with sscanf and using brackets (Lunares)
So I'm trying to decipher a string which has a format similar to the one below: asdfas, aefifk, 50, 78.000, 90 that is there are varying length strings that don't matter followed by numbers. for this...
View ArticlePIC24F_periph_features.h missing definition for PIC24FJ128GB202 (Ben Crundwell)
MPLAB XC16: http://www.microchip.com/forums/fb.ashx?m=839953..
View Articlewriting on IVT or AIVT by user program (eAgle_)
Hi everyone,Is it possible to write on IVT or AIVT by user program? If yes, how? I want to write the address of ISR here. I'm using MCU dsPIC30F4011 and compiler C30, MP LAB X IDE.Thanks..
View Articlerealloc -> No source code lines were found at current PC 0x2a6 (jhay)
I am compiling for a PIC24FJ256GB108 using the C30 compiler Using MPLABX and a ICD3 by code stops wthe the error: No source code lines were found at current PC 0x2a6 On the realloc line of the below...
View ArticleNo source code lines were found at current PC 0x2c8 (saneba)
Hello! I try to compile a code for a dsPIC33FJ128MC804, the compiler used is the XC16, and MPLABX with ICD3. The code stops with the error: No source code lines were found at current PC 0x2c8 User...
View ArticleQuestions about mplab c30 (Rodrigo Nogy)
Questions about mplab c30 Hello guys. I am a layman in this c30 compiler. Use the Mplab 8:53 compiler compiler with this asci c. My doubt concerned to drive this pin because the output Debbug way he...
View Article[SOLVED] Bug into the C30 compiler with 64 bits integer (ThierryV)
This function has caused me a strange problem, since I have used an 64 bits interger for the "EEPROM_Status" variable:(code A) Before, I used an 32 bits integer and all worked fine.But now, with an 64...
View ArticleIssues with sscanf and using brackets (Lunares)
So I'm trying to decipher a string which has a format similar to the one below: asdfas, aefifk, 50, 78.000, 90 that is there are varying length strings that don't matter followed by numbers. for this...
View Article[SOLVED] How do I place crt0_standard.o at a specific address? (arnold_w)
I am working with the PIC24FJ256GA106 microcontroller and the product I'm working on has a bootloader and an application. When the execution leaves the bootloader and enters the application, I need to...
View Articleplacing object files at specific address (rinke)
Hello community, firstly what i am using: dsPIC33EP512MU810 MPLAB 8.92 MPLABC30, V3.30 The problem: i want to place two object files at the adress 0x0800, then have a gap until 0x1000 an place all the...
View Article