....
↧
(ranshalit)
↧
Dissapointment of the offensive in microchip forum (ranshalit)
Dear Forum members, I wish to express my high Dissapointment of the offensive in this forum of microship. No need for any assistance if it is spiced with offensive comments, even if the answers are "for free" from non microchip employee. Please remove my ..
↧
↧
Link Step failed. What does it mean? (mwwalmar)
I know this is an old issue, and probably it has been solved, but I came across it when I was looking a solution to my problem and maybe someone else could use it. During building project I got following messages: "c:/program files (x86)/microchip/mplabc3..
↧
I am having trouble with the large-data model. (starfleetrp)
I am having the TCP/IP stack compile when I am using a large variable (its a struct). I have tried to change to compiler to support the large-data model by going to Project → Build Options → Project → MPLAB C30→ Memory Model and checking the box for large..
↧
pic30-lm stopping each compiling with v3.31 (phileinstein)
pic30-lm with v3.31 has a bug. When compiling, showing "Microsoft Windows" dialog with "pic30-lm.exe has stopped." And then MPLAB IDE "Build Output" show followings. pic30-coff-cc1.exe: warning: General License error, please install a license Options have..
↧
↧
difference between a*b and __builtin_mulss(a,b) (MPaulHolmes)
I'm not sure if this is the right area to ask this, but I was trying to understand what the 'asr' command is doing. I'm comparing long c = short a * short b to long c = __builtin_mulss(short a, short b). Does a*b have 'long' as its result by default?232: ..
↧
Can C30 be set to treat char as unsigned? (BobAGI)
I am porting C code from a Motorola HC11 project to PIC24 using MPLAB8.84 and C30 v3.31When doing this I have detected several functions that do not work as expected and I found that it was because the variables of char type were treated as signed in ever..
↧
Problems with FFTReal32bIP (cliff665)
Hi, I'am still working around with the 32 Bit FFT Algo on a dsPIC dsPIC33FJ256GP710. The 16 Bit Version works fine but i need the higher resolution. So here is my test-app and after the code you will find some questions and i hope you could help me unders..
↧
C99 Anonymous Struct (sjb741)
My question is described by the following program:
/*
Works fine normally, "-g -Wall"
Fails in C99 mode, "-g -Wall -std=c99"
I need C99 mode as I am compiling 3rd party code written with C99-specific features.
*/
typedef union tagANON_US2
{ i..
↧
↧
Can't find function declaration in MPLAB IDE (vikranth.vikram)
Hi guys, I created one Library project for generating a library file of basic addition using MPLAB X IDE, in this project I created a one header file and one .c file after the build I got a library file. Then I created Standalone project using MPLAB X IDE..
↧
Unable to Compile .asm file for dsPIC30F family (aparai)
Hi, I am trying to program dsPIC30F4013 in assembly. While selecting the compiler for this chip, I can see only XC16 compiler.
When I create a new file ("newAsmTemplate.asm") in Source files directory, and try to build the project, it fails. ----------..
↧
Build Errors For C Code That Contains ASM Modules (Abraxas)
I'm trying to build the App Note AN1199 for 1 Wire Maxim Protocol. This is a single source code file with a couple of header files. One of these headers has the include file for the PIC that the software was designed for, so I changed it to my PIC (24FJ64..
↧
Error: A heap is required, but has not been specified (Varma)
hii I am using MPLAB IDE 8.90..when i am using printf function then it is showing Error: A heap is required, but has not been specified,i attached Error warning below..if i am not using printf function then it is not showing any error... can any one help ..
↧
↧
DALI Master communication protocol. (Vikranth.nk)
Hi guys, I am new for DALI now I need to implement DALI master protocol in my orange pi zero board, anyone having any idea or suggestion of Hardware requirements for this? Thanks...
↧
Context saving before interrupts problem (paltibine)
PIC24HJ256GP210 PIC C30 V3.11 and V3.31 tested I have a problem which I think I have tracked down to an interrupt arriving during the call of a function. The function is called like this: ShiftBufferLeft(Data, (byBitsLen+7)/8, 1); where the first paramete..
↧
MPLAB C30 v2.04 Released (DevMod)
MPLAB C30 and the related 16-bit language tools are released and available here. Changes include: Bug fixes to the C compiler, and assembler
Bug fixes to device support files
MPLAB REAL ICE trace and log support for 16-bit devices
See the README ..
↧
Where to download MPLab C30 V3.31 Compiler? (lukelspencer)
Does anyone have a source for the C30 v3.31 compiler? I have moved my version of MPLab IDE v8.92 to a new PC. I have installed using the MPLAB CD but is v3.10. The previous thread( ) had a link to the source: This is now empty. Where can I find a (reliabl..
↧
↧
Error: Operand must be even and less than 65536 (Ezequias)
Hello Fellows I've just gotten a problem with my first project using PIC24FJ256DA210: everytime I compile it, at the same point of the code (int the same .c file) it appears some few messages like this: Assembler messages: Error: Invalid value (1). Operan..
↧
Suggest PIC24F04KA200 development board and programmer with debugger. (Vikranth.nk)
Can someone suggest me low-cost development board available for PIC24F04KA200 MCU with a flash programmer and the code debugger? Please suggest a dev board apart from easy 24-32 v6. As I googled and could not find boards for the PIC24F04KA200 MCU apart fr..
↧
Is it possible to relocate the interrupt vector table? (niwnfyc)
I'm using the dsPIC33FJ256GP710 with the C30 compiler.
Is it possible to move the IVT to a different memory address? What I would like to do is setup a bootloader that uses memory locations 0x00000 to 0x04FFF, and then the main program uses ONLY addr..
↧