I am getting a failure during the link process. The map exists in the project. Any suggestions would be helpful.
c:\program files\microchip\mplab c30\bin\bin\..\bin/pic30-coff-ld.exe: cannot open map file Standard PWM.map: Permission denied
--------..
↧
Link step error (huzefa_mehta)
↧
Problem : Syntax error (Shinddo)
Hi everyone,I'm using dsPIC33FJ128GP804 as DEVICE but I got an error when I compile : Src\/OV_TYPE.h:48: error: syntax error before '*' token The problem is, i use the same code code for a PIC18 (This code is just a header where i define variable) and i d..
↧
↧
Error in .o file (Shinddo)
Hello everyone, I'm trying to compile a project for a PIC33FJ128GP804 with the xc16 compiler. I got these errors : DebugPort.o(.text+0x136): In function `_InitUart1': : undefined reference to `_ConfigIntUART1'DebugPort.o(.text+0x13e): In function `_InitUa..
↧
one #define for both c ve asm files (omerzora)
Hi all, I have a pretty long codes written in c and a little assembly. Approximately 10 .c and .h files and 2-3 .s and .inc files. For common defines, i am using comDef.h and include that file to every .c file. What i need is to define only one statement ..
↧
One source file for different memory sizes (hdelman)
PIC24ep32gp202; assembly language; MPLAB 8.92, Language tools v3.31. Hi. I have a product in production, and was informed that the PIC24ep32gp202 is back-ordered for two months. As a stop-gap, we want to use the 256K part, and possibly some 128K parts. Ra..
↧
↧
dsp.h (Tom2)
Is anyone who know where can i download dsp.h ?????..
↧
Link step failed (tomekajja)
Hi,Am trying to compile the Webvend demo application but it fails on the link stage. The tools in use are:MPLAB 8.87C30 ver 2.02 Error message is:Obj-XC32-EX16_ENC28\MainDemo.o: In function `main':
C:\microchip_solutions_v2013-06-15\TCPIP\WebVend/MainDem..
↧
question about saving 32 bit timer into long. (MPaulHolmes)
I'm using C, and the dsPIC30F4011, as well as C30 compiler with MPLab 8.83. I want to save TMR5:TMR4 into a long (let's call it timer32) as fast as possible. Ideally I'd like to just place TMR5 into the high side and TMR4 into the low side without bit shi..
↧
Invalid address trap (abiliojr)
Is there any easy way I can know with an ICD2 where my program was running when it generated the "invalid address" trap Thanks Abilio..
↧
↧
safely performing operations with 32 bit volatile variables (MPaulHolmes)
Let's say you want to safely do something like this:void main() {
volatile long x = 0x12345678;
volatile long y = 0x01234567;
... // now, there's an interrupt running which updates x.
if (y < x) {
// do something in here..
volatile long x = 0x12345678;
volatile long y = 0x01234567;
... // now, there's an interrupt running which updates x.
if (y < x) {
// do something in here..
↧
Extended glyphs (bala140590)
Currently, i'm using GRC v3.01 and PIC24F in my project. To display Arabic and chinese characters i have to use mutibyte characters with an extended glyphs. Does any one know how to create the extended glyph entry? In AN1182, it's mentioned that during th..
↧
Renaming port variables/name...alternate I/O port names (abusername)
I know this is an old thread, but very relevant to my question, and I hate to start a new thread when the subject already exists. Unfortunately this thread got side-tracked into the inevitable RMW discussion... I am using XC8 with a PIC12, 8 pin device (o..
↧
USING INTERNAL EEPROM available on PIC24FJ (rupesh9371)
Hi all !!i want to use internal data eeprom available on pic24fj can anybody provide me some example code or any document containing procedure to do the same in c language also i wanted to know that ,in the data sheet of pic 24fj64gb002 no information reg..
↧
↧
c30 or asm30 debug&release mode problem (omerzora)
Hi all, i have a very unique problem with c30 or asm30 compiler. Here is what i face, I have a working c30, dspic33ep512mu810, mplab ide, program that is used to drive pwm, getting adc, uart, can etc. using adc interrupt, i get the values from adc and mak..
↧
stdio read and write functions - how to handle errors XC16 & PIC24FJ (keirstitt)
I'm working with the stdio functions using the XC16 compiler. I've read the Language Tool Libraries, it would be nice if somebody gave us some C code so we can understand how these libraries work! My real problem is that sometimes when I write to the buff..
↧
LCD KS0108 dspic33fj32mc204 (jonas_katir)
what are the equivalent functions of Lcd_clear on C30 compilator..
↧
internal eeprom is not read/write data in dsPIC30F6012A (Iyyappan)
hi
i am using C30 compiler.while writing there is no problem.but when i am reading from internal eeprom,my controller automatically runs from the beginning(restart).please help me out with this problem. void int_eeprom_write(unsigned long dest,char* sour..
↧
↧
TO STORE XCHAR STRINGS IN PROGRAM MEMORY RATHER THAN DATA MEMORY (roy at germopulse)
HI I want to store the strings in program memory rather than at the present data memory. The data memory is almost full so can I store it rather in program code memory ?..
↧
C30 Conditional linker scripts, adding model-specific libraries (mws)
Hi!I would like to make conditional linker script like: #ifdef __dsPIC33EP512MU814
INPUT(my33EP814lib)
#endif #ifdef __dsPIC33EP512MC806
INPUT(my33EP806lib)
#endif #ifdef __dsPIC33FJ128MC706
INPUT(my33FJlib)
#endif Where can I find a complete list o..
↧
(ranshalit)
....
↧