PIC24 project grew beyond address FFFF (_fragment_)
I have a project involving a product we've been selling for over 10 years with a PIC24FJ256GA106 powering it. I'm in the process of adding some new functionality and some bizarre bugs have started...
View ArticleEZBL and USB Data Logger (mamaglio@mphindustries.com)
Has anyone successfully added EZBL USB-MSD to the USB Data Logger projects? I have both of them working individually but when I add the bootloader files to the Data Logger project, the data logger no...
View ArticlePic24fj64gb202 USB MSD host datalogger (Shamzclt)
Hi all. I have been working on a USB host datalogger project since past two weeks. I am using pic24fj64gb202, using which I have assembled a hardware. I am working with latest MLA ,and I have ported...
View ArticleI2C Slave on PIC24 (XC16) (activeid)
I wonder whether anyone has some example working I2C Slave code for a PIC24F. I have spent many days with MPLABX and MCC / Code Configurator (and undoing the mess all the associated added files create)...
View ArticleStrings in Russian Language (ippascual)
Hi, I'm trying to introduce Russian language on a firmware that is already working on a PIC24F. I used the font guide, but couldn't find how to automatically convert a cyrillic character into an...
View ArticlePIC24 ANS register throwing 255 error on compile (Oliver H.)
Hi all,I'm working on a project with a PIC24F16KA301 and I've run into a problem with trying to set pin 11 as a digital input.I first used ANSB7 = 0;ThenANSBbits.ANSB7 = 0;I know pins 1,8,9, and 10...
View ArticleISR RETURN FOR PIC 24FJ64GA004 (binaryman)
PIC 24FJ64GA004 XC16 C COMPILER Greetings from Saint Louis Missouri I'm am reworking software written by someone before I came along. I'm confused,have a question, about this line of code within a an...
View ArticleSwitch between INT1 and U2RX (jmoellers)
Hi,For some time now we have an electronic power meter which has a bidirectional IR interface. When "idle", it sends a negative pulse for every Wh but it can also be triggered to send an information...
View ArticlePIC24H External Interrupt Edge Detect Specification (mwill195)
Hi all, I am using the INT0 pin for an external signal. I have been looking for a spec for how the edge detection works. I.e. voltage threshold, min/max edge rate etc. I have looked at the datasheet,...
View ArticlePIC24F RTCC --How Do I program it (catshot)
I am new (like 2 weeks ago) to PIC programming, I design motor controls, first time to use a MCU. I have chosen a PIC24FJ64GB002 to use in a stand alone app. I am not an experienced C programmer, so I...
View Articlewarning interupt vector XC16 (g.m.)
Hello ,i get a strange warning for an interrupt vector:mcc_generated_files/tmr3.c:91:1: warning: '_T3Interrupt' is an interrupt vector name This interrupt isn't working. implementation interrupt:void...
View ArticlePIC24 keeps resetting until the power is turned off. (minhtuan99bk)
Hi all, I'm using PIC24FJ128GA406 and I have an problem with this MCU.- Sometimes my device (using this MCU) keeps resetting continuously.- In this case, I try to reset this MCU by using MCLR pin or...
View ArticlePIC24 keeps resetting until the power is turned off. (minhtuan99bk)
Hi all, I'm using PIC24FJ128GA406 and I have an problem with this MCU.- Sometimes my device (using this MCU) keeps resetting continuously.- In this case, I try to reset this MCU by using MCLR pin or...
View ArticleYou don't have permission to access...
You don't have permission to access "http://www.microchip.com/forums/post.aspx?" on this server...
View ArticleIllogical problem? (peterg1000)
Recently been learning to programme in PIC24 assembler, and have completed part of the learning project. Now I want to move ahead with the next stage, and have created a new project for this, The...
View ArticleUnable to change REFOCONbits.RODIV (alj)
Hi Everybody!I'm trying to make programmable clock divider based on PIC24F08KL301 . I have external clock supplied to pin 7 and I have divided clock coming in out of pin 18.the "rate" consists from 3...
View ArticlePIC 24FJ128GA202 - bootloader , program from external flash memory. (ice_man)
Hi , I need make posiblity to receive new program for my PIC 24FJ128GA202 from other mcu by uart.I know that I can use bootloader with uart and do that. For secure, I want write all new program on for...
View ArticleCAN Bootloader (ASICAlex)
I am needing a CAN bootloader for my dsPIC33EP256MU806. I am fairly new to dsPICs (and PICs in general), but looks like the dsPIC33EP does not have any bootloader in its flash "from the factory"....
View ArticlePIC24 SPI RECEIVE ISR NOT WORKING (binaryman)
Greetings from Saint Louis Missouri I'm working with pic 24FJ64GA004. The motherboard has a small SPI EEPROM 25LC02A I trying to update/modify good code from blocking to ISR driven. Attached is working...
View ArticleI2S Audio mode output clock is 41khz while it was set 2.66Mhz on MCC (mshalash5)
Appreciate any help to this issueI use PIC24FJ256GA702 interfaced to I2S Mems Microphone, on MCC window I have set the SPI clock to 2.66Mhz and 16bit data with Audio enabled flagI use WS signal ( RA4...
View Article