XC32++ Pro Compiler Evaluation? (breinhold)
Is it possible to get an evaluation license for the Pro XC32++ compiler? It does not activate with the Pro XC32 evaluation license and I can't find anything else about evaluations on the Microchip...
View ArticleUse of XC32(1.42) Application Defined Memory Regions (BruceH)
I would like to define an Application Defined Memory Region in the flash program space provided by the PIC32MX170256B. The core idea is to carve out a fixed area of the 256K program space for a factory...
View ArticleDeclaring Large 2-D arrays in a function caused the debugger to crash...
I am using MPLABX 3.45, XC32 compiler 1.42. I am using the debugger on a PIC32 development board Starter Kit. Data memory is at 33% and Program space is at 6% utilization. In a function, I was...
View Articleunexpected target halting of compiler C32 (Shishi)
Hi Forumsi have very strange problem with MPLABXide, version 3.00, and compiler C32.When i am in debug for the first two or three times at the moment of Runing it blocks :Connecting to MPLAB ICD...
View Articleprintf - unsigned char?? (purplepig)
Hi,I'm having great troulble using unsigned char values in sprintf(), the come out wrong.I've tried %i, %d, %u, no luck.I've also tried casting as an int, like this:sprintf(buf, "%i",...
View Articleunexpected target halting of compiler C32 (Shishi)
MPLAB X IDE: http://www.microchip.com/forums/fb.ashx?m=968662..
View ArticleIt seems that bug exists in XC32 ver.1.42 concerning SPI (ysaitoysaito)
Dear XC32 stuff of Microchip It seems that bug exists in XC32 ver.1.42 concerning SPI and this bug does not exist in XC32 ver.1.40. I made a program of standalone type ,which does not use Library such...
View ArticleData acquisition through SQI with MPLAB Harmony (sunugal)
Dear community, I am working on a project to acquire digital data from an ADS1274 to a PIC32MZ2048EFM144 through its SQI port.After configuring the port in the system_init.c (source code automatically...
View ArticleXC32 compiler not handling uppercase .C file extension properly (keenanstahl)
MPLAB X 3.35XC32 1.42 In reading the documentation, a file with a .C (upper case) extension should compile as a c++ file. The IDE properly treats it as a c++ file but the command line for the compiler...
View ArticleMPLAB X IDE not handling uppercase .C file extension properly (keenanstahl)
MPLAB X IDE: http://www.microchip.com/forums/fb.ashx?m=971327..
View Articlestrtod/atof not working, is there a special trick? (JesseGordon)
I'm pretty new to XC32 but I'm trying to use atof or strtod to convert a number contained in a string into a float or double variable.If the string contains "10" then strtod() and atof() return...
View ArticleBUILD FAILED (exit value 2, total time: 415ms) (christou2c)
hello i just get my starter kit 3 and trying to compile the exemple code of port_io.c so i get the error BUILD FAILED (exit value 2, total time: 415ms) the project folder is not in mplab installed...
View ArticleLegacy XC32 peripheral library installer won't launch on OS X 10.12.2 (Robin...
On three MAC's at this version of OS, the installer for the PIC32 Legacy Peripheral Libraries won't launch. The PIC32 Legacy Peripheral Libraries MACOS.zip is downloaded and it unzips successfully....
View ArticleC++ error: field ... has incomplete type (BillReinhold)
I'm getting this error on compile and I don't know why. Normally I believe this would be caused by a forward declaration but I'm not doing that. At least I don't think I am. If I change mMsgStream to a...
View ArticleXC32 generates patented code (simong123)
Out of boredom I was looking at the compiler implementation of some bit-twiddling functions, comparing them with those at https://graphics.stanford.edu/~seander/bithacks.html and noticed that the...
View ArticleHow do I put a static header text in the binary output using XC32? (wireb)
Part of our production process is we store some copyright and library path information at the top of every flash binary image. Recently we switched over to the PIC32MX270 for a project and trying to...
View ArticleSimple Flash an LED using Harmony Peripheral Library (Charles.Freeman)
MPLAB Harmony: http://www.microchip.com/forums/fb.ashx?m=974837..
View ArticleCannot post to forum (Charles.Freeman)
Hi, I am trying to post a problem to the forum but I get this: Access DeniedYou don't have permission to access "http://www.microchip.com/forums/post.aspx?" on this server.Reference...
View ArticleInterfacing PIC32MZ MC with Microphones (tnet)
Microcontroller: PIC32MZ2048EFH144 (10 Bit ADC)Software this runs on: MPLABXDatasheet: http://ww1.microchip.com/downloads/en/DeviceDoc/60001320D.pdf This Microphone has a built in USB host port (OTG)....
View Articlesscanf not working (suprastar)
I am working on a project which uses Harmony v1.09 and xc v1.40.I am trying to parse some http requests using sscanf(), but it always throws a general exception. Code looks something like this:int...
View Article