XC32 v1.30 very slow and project works differently compare to 1.20 (bvincent1)
Hi,I have a good (one year and half working) project developed using free XC32 v1.20 and it take 25 sec to build and works like I want. And use 49% of program flash.I tried to upgrade XC32 to v1.30 and...
View ArticleXC32 v1.32a won't install over v1.32(-A) (DrObscure)
I just now downloaded and installed the new XC32 v1.32 (for Windoze, in Windows 8).. afterwards I tried to install the parts add-on, v1.32A.. During the install process a message popped up telling me...
View ArticleAN1229 Class B Safety Library does not exist? (rgroner)
I've been doing a runaround click fest on the microchip site trying to find the actual code referenced in the AN1229 Class B Safety app note. So far when I think I've finally found the link that might...
View ArticleMPLAB XC32 v1.32 Released (DevMod1)
MPLAB XC32 C Compiler v1.32 is now available for download here. This release provides the following:An optional Relaxed-Compliance Math LibraryUpdates to the peripheral libraryNew part supportBug fixes...
View ArticleXC1.32 stuck in free mode? (E Burley)
I've just installed 1.32, and it only runs in free mode. 1.31 still runs nicely on the same machine.Is there a new trick to get it to work?..
View ArticleProblem with log() in XC32 1.31 (Sal Ammoniac)
I'm seeing results with the math library log() function I don't understand. XC32 version is 1.31. I declare some variables thus: double tempC, result;double log(double); If I execute the following...
View ArticlePrecision (float, double, extended double / 80 bit) supported? (Aiden.Morrison)
Hi there, I am considering writing an application where I will need to handle 80 bit precision floating point numbers and I am wondering if the XC32 compilers have any support for this format. Likewise...
View Article4x4 keypad matrix (sebastien.decorme)
Is there a lib from microchip to read a 4x4 keypad matrix ?Thanks you..
View ArticleXC32 Configuration bits (edwinslv)
I am using a PIC32MX7 and XC32 compiler and I would like to have all my configuration bits set in the code.I would like to use the CAN2 module on PORT G. With this compiler, is there a specific order I...
View ArticleMLA interface to MPLAB.X/GDD (gfx.h , No such file, error) (Aeneas)
After issuing Generate Code with the GDD on some screens/buttons/fonts under //MPLAB.X//MLA__v2013_12_20//PIC32MX795...//Windows 7 64//GDD X Beta 2.00//, I tried to build it and received the following...
View ArticleXC32 v1.30 very slow and project works differently compare to 1.20 (bvincent1)
Hi,I have a good (one year and half working) project developed using free XC32 v1.20 and it take 25 sec to build and works like I want. And use 49% of program flash.I tried to upgrade XC32 to v1.30 and...
View ArticleProblem with double pointer (pointer to pointer) (carterb23)
Hello everybody - I'm doing the following: UINT32 arr = {1, 2};void func(UINT32** ptr){ptr = &arr;}void main(){UINT32** ptr1 = NULL;func(ptr1);} What I expect is: ptr1 holds the a..
View ArticleProblem acquiring the licence (Pierre Malherbe)
Hello, I downloaded the XC32 software but when I try to get a licence, following the instructions at this page: it says that my MAC address is incorrect. I triple checked it, it is my correct MAC...
View ArticleI must comment this... (drazen)
Did you took a look into Relase Notes of XC32? Take a look at section 7 where is stated:Migration to MPLABĀ® Harmony from Legacy Peripheral Libraries -- All the Peripheral Library (PLIB) functions,...
View ArticleI must comment this... (drazen)
MPLAB Harmony: http://www.microchip.com/forums/fb.ashx?m=802668..
View ArticleSpecifying Bootloader Storage Addresses? (AndrewD812)
Hello everyone! I just started working at a new job, and one of the first things they wanted me to do was write a Bootloader for one of our boards, it has a PIC32MX695F512L on it. So far it seems...
View ArticleHow to overwrite cout UART? (nholthaus)
I have an application where I need to use UART 5 as my stdout port. The project is written in c++ using XC32. The release notes for XC32 say After including the xc.h header file, just add the following...
View ArticlePeripheral Library, Harmony and XC32 v1.32 (DominusT)
Hi. I just installed XC32 v1.32 and compile my project then I get the following warning: /** WARNING: All the Peripheral Library (PLIB) functions, including those in this file, * will be removed from...
View ArticleImage encoding (vflab)
General PIC32 Topics: http://www.microchip.com/forums/fb.ashx?m=804215..
View ArticleLibrary for unicode strings (malaugh)
I have some code that uses wide character unicode strings. An example is wchar_t TestMsg[] = L"Hello";wchar_t OutputMsg;int main(int argc, char *argv[]) { int len; swprintf(OutputMsg, L"%s", TestMsg);
View Article