Non-linear address' in disassembly window (Microknight)
Hi, Sorry if this is a stupid newbie question and just because I haven't RTFM properly. But I have just downloaded and installed the XC32 compiler (currently in trial mode) in order to help out a...
View ArticleCan't clear interrupt flag (ertw1)
I'm having trouble clearing the timer2 interrupt flag. The flag is located at Bit9 of the IFS0 register (see "Setup" below for details). I put a debugger breakpoint inside the timer ISR at the start....
View ArticleSecondary OSC issues (KamPutty)
Hi all, Okay, I want to connect my secondary osc and use it for timer2... I issue the following code to set it up OpenTimer2(T2_ON | T2_SOURCE_EXT | T2_PS_1_1, T2_TICK - 1); ConfigIntTimer2(T2_INT
View ArticleThere has been an error: Licensing Error (kevcal)
Hi, First Post.. Can anyone give me a clue how to resolve this? Windows 7 64bit MPLABX1.90 xc32 1.21 (free) Trying to install xc32 compilers and keep getting: [
View Articleobject file paths in LD linker scripts (porting 8->X) (quantum_mechanic)
Hi Forum I'm afraid I don't know a great deal about LD scripts, only the bare minimum detailed below to make my app work I've made a custom script, by taking the standard one and inserting this: .text...
View ArticleNo ideal about this warning message "that contains spaces or odd characters"...
Hello Sirs, As my project open every times, it would show message as below : How could I solve this message and how did I make this ? Warning: Project "myBMP" refers to file...
View Articlehelp with PIC32MX and Ethernet (DandyDon)
I'm new to using Ethernet/TCPIP and need some help, please. I'm using Windows, MPLAB X v1.90, a chipKIT MAX32 demo board, and chipKIT network shield (uses SMSC LAN8720 Ethernet PHY). I have installed...
View ArticleProblems with Graphics Library for PIC32 (M_H)
Hello, I'm trying to include the graphics library to my project. I always get the message that the file "GraphicsConfig.h" is missing. But it is included, please refer to the attached screenshot. I've...
View ArticleXC32 not catching programming error (ProfECE341)
We all know that education is a marvelous thing. We professors learn so much from the mistakes our students make. A function prototype was declared in an included file. For illustration purposes, lets...
View ArticlePIC32 UART (wilson05@yahoo.com)
Hi, I am working with MPLAB X and XC32. I had been facing some problems, frequently get trouble when uart library stuck in this function. while(!UARTTransmitterIsReady(UART2)) Somebody knows why happen...
View ArticleReg: Linking error 944. (Tejo)
Hi Guys, I've been trying to combine an application with bootloader for PIC32MX795F512L on XC32 with MPLABX. No matter what I tried I was getting this error. "(944) data conflict at address 1FC02FF8h...
View ArticleMPLAB XC32 v1.22 Released (DevMod1)
MPLAB XC32 v1.22 is now available for download here. This release provides for new part support, bug fixes Please see the release notes for full details.&n
View ArticleError in V1.22 and not in V1.21 (picy2620)
Hello everyone, if i compile my freeRTOS code (7.5.0) or the demo example, in XC32 V1.22 there is the error: (which is not in V1.21) AppData\Local\Temp\ccEdIr6h.s: Assembler messages:...
View ArticleXC32 bug (jrmymllr)
Using XC32 1.22, Lite mode, PIC32MX250F128B. I have a very strange issue. Lately I have found a talent for getting compilers to do things that nobody can explain (some have been confirmed as bugs) I...
View ArticleByte output (chickgreen)
New to this from having working in electronics many years ago: I want to output a single byte one a pic32 processor, but only see macros in XC32 that support unsigned int (32 bit) operations - how do I...
View ArticleProcessor Resets ~every 2ms (PIC32MX695F512L) (AndrewJuergens)
Hello, We've been banging our heads on this one for about a week now and don't have anywhere else to go. We have a PIC32MX695F512L attached to an 8MHz crystal. We just finished releasing a product to...
View ArticleMPLAB XC32 C++ license not activated (gerrysweeney)
I just tried using the C++ capabilities and I got the error message to tell me I need a "free C++ licence", so I followed the instructions on the web site, put in my mac address and got the .sh file...
View Articlesscanf() doesn't do %n? (Travis Griggs)
I'm finding that with a code fragment like: INT scanned = sscanf(Response, "\r\nSRING: %u,%u,%n", &_, &messageSize, &offset); that offset will not be loaded with a reasonable value. At...
View Articleinvoking g++ for c files (chakatfu)
Hi, I am using XC32 1.21 and MPLAB 1.70 for PIC32MX250F128B. I have two projects which are same in terms of project settings, compiler & linker options as well as the code. The only difference is...
View Articlelack of speed on port output (mcafzap)
I'm using a Pinguino-otg board from which I want to output values to a port at precisely 1 microsecond intervals. The system uses an 8MHz crystal multiplied up to 80MHz and the peripheral bus is also...
View Article