I ditched the idea of a CRC32 check on my application image on my bootloader, and switched to a checksum. I'm using hexmate to calculate the checksum from 0x1D006004 to 0x1D01FC00, and sticking it at 0x1D006000. Here's the post build command to do that: C..
↧
Hexmate: (944) data conflict ad address 1d006000 (CurtisHx)
↧
incorrect result cbrt function (luckyluc)
Hi all, cbrt (cubic root) gives an unexpected result. double X; X = 16.0; X = cbrt(X); ===> Result in X is "INF"X = cbrt(16.0); ===>gives the correct result. Any idea. C32 and XC32 give same result...
↧
↧
MPLAB XC32 v1.34 Released (DevMod1)
MPLAB XC32 C-Compiler v1.34 is now available for download here. This release provides the following: New part support Linker-Script Preprocessing Added support for fixed-point operations Please see the release notes for full details...
↧
v1.34 - What's with _DISABLE_OPENADC10_CONFIGPORT_WARNING (aschen0866)
XC32 v1.34 - Getting this warning message:In file included from c:\program files (x86)\microchip\xc32\v1.34\bin\bin\../../lib/gcc/pic32mx/4.5.2/../../../../pic32mx/include/plib.h:49:0, from main.c:2:
c:\program files (x86)\microchip\xc32\v1.34\bin\bin\....
↧
License Problem After Updating compiler from XC32 v1.33 to XC32 v1.34 (pirupic)
Hello. I have upgraded a Pro Compiler XC32 v1.33 to XC32 v1.34 but compiler complains that the license is not instaled although I am able to compile all projects as Pro License if I select V1.33.But when I compile with V1.34 I get several errors, all rela..
↧
↧
XC license on USB Ethernet dongle (crosland)
I read that the license depends on the hosts MAc address. Is it possible to tie the license to the MAC address of a USB Ethernet dongle and thus transport it between machines? Does the license support use from another machine via remote desktop or VNC (bu..
↧
Too few arguments to fuctnion __builtin_disable_interrupts(void) (CurtisHx)
PersistentData.cpp: In member function '__uint8_t PersistentData::SetRegisterValue(Register, std::vector)':
PersistentData.cpp:72:33: error: too few arguments to function 'unsigned int __builtin_disable_interrupts(void)'
PersistentData.cpp:72:33: error: too few arguments to function 'unsigned int __builtin_disable_interrupts(void)'
↧
general_exception_handler, MLA microchip_solutions_v2013-06-15 and TCPIP Stack (DominusT)
Hi I have designed a hardware based on the ESK, I made an example Telnet and works very well in the ESK.
In my hardware the example works sometimes a few seconds. After no response from my hardware (I'm doing constantly Ping to my hardware).
When debugg..
↧
Can not install XC32 (jason shi)
hi Everyone I want to install xc32-v1.34-full-install-windows-installer.exe . but when i double click the image ,there pop an dialog "There has been an error. Licensing error". How to solve the problem?thanks Jason shi..
↧
↧
Passing pin assignment from function call (Alkirah)
Hello, this might be a really stupid question but I have no idea if it's doable or not. I have 4 sensors, that use a onewire protocol. I don't want to use switch/case or ifs to know what of the 4 pins I need to set high or low, and neither want to make 4 ..
↧
PIC32MX/XC32 v1.33/Harmony 1.02: What is eating up my RAM!? (Brian!)
Hello all, I'm struggling with the RAM usage in current PIC32MX project. Here is the printout of the Compiler: kseg1 Data-Memory Usage
section address length (dec) Description
------- ---------- ------------------------- -----------
.eh_fra..
section address length (dec) Description
------- ---------- ------------------------- -----------
.eh_fra..
↧
Code only working without optimisation or after reset (Harro)
Hi all, First time posting to the forum however I have used it extensively in the past and have found it very useful. I have a reasonable amount of experience programming PIC16/18 parts however am new to the PIC32.I have compiled a program for the PIC32MX..
↧
MPLAB XC32 PRO Compiler Network Server License activation Bad HTTP transaction (mystery123)
Hi, we've bought MPLAB XC32 PRO Compiler Network Server Licence, but I can't activate it. I try: xclm -actkey OURKEY But I get:Bad HTTP transaction
Bad HTTP transaction with activation server (-136)
(HTTP: 404) What could be the problem?..
↧
↧
PIC32MX130F064B makefile error XC32 1.34 (dhivya)
My Code & some header files can be reviewed here. Hi im a new user and i need some help. Im using MPLAB X IDE v2.30 and XC32 1.34 version and integrated PIC32 with TI ADS1298 and Bluebee Bluetooth Module. I seem to be having some makefile error. Any f..
↧
Wake up Problem from Deep sleep (Marbasil)
Hai friends , I am working on pic32mx150f128b .I can able to go for deep sleep but in case of wake up i couldn't.I am stuck with my works.Here is my interrupt handlervoid __ISR(_EXTERNAL_0_VECTOR,ipl7) External_Interrupt_0(void) { Nop(); if( INTGetFlag(IN..
↧
FreeRTOS Compile Warning (d.)
Hi, Has anyone encountered this warning when compiling FreeRTOS for the PIC32MX? src/FreeRTOS/portable/MPLAB/PIC32MX/port.c:162:1: warning: Interrupt priority IPL1 is deprecated. Specify as 'IPL1{AUTO|SOFT|SRS}' instead. This is on the FreeRTOS line of co..
↧
Is setting interrupt priorities in the ISR declaration the same as using the IPCx reg? (w1res)
Is there any difference to setting interrupt priorities using the ISR declaration, for examplevoid __ISR(_CORE_TIMER_VECTOR, IPL2SOFT) CoreTimerHandler(void);versus setting the interrupt priority by manually setting the IPCx register? Also, I am guessing ..
↧
↧
Is uint8 arithmetic in comparison handled as something else by compiler? (Dewet)
Hi I have the a comparison that performs differently from what I am expecting. Declarations:#define MAX_MESSAGES_IN_REMOTE_MESSAGE_QUEUE 64
#define uint8 unsigned char
uint8 gprs_message_queue_receive_position = 0;
uint8 gprs_m..
#define uint8 unsigned char
uint8 gprs_message_queue_receive_position = 0;
uint8 gprs_m..
↧
convert struct to byte Array (sebastien.decorme)
Hi,I'm using the free XC32 compiler and I use a struct like thistypedef struct
{
BYTE FlagBootloaderMode;
WORD Version;
float Gain;
float GlobalGain;
WORD Filter_Input;
} EEPROM_DATA;And I want to send it by the ser..
{
BYTE FlagBootloaderMode;
WORD Version;
float Gain;
float GlobalGain;
WORD Filter_Input;
} EEPROM_DATA;And I want to send it by the ser..
↧
mp3/wav audio playback using PIC From SD Card (justinescon)
Hi freaks,This is my first microchip forum post.I need some valuable guidance from you guys.I'm planning to make an .mp3/.wav audio playback(average quality) using PIC From SD Card.I have some queries 1. which uC is best for this app?2. is i need to buy ...
↧