Interrupt (timer) causing resets (signalflow)
Hi, I am using two of the timer modules in the PIC24FJ256GB210. I am using timer1 and timer2 (both interrupt after every 1 second elapses). I believe they appear to be causing my PIC to reset...
View ArticleLatching Comparator Output / PTGO? (Wookiee)
Hi everyone, I am using a PIC24EP128GP204 controller and need to latch the outputs of the comparator modules 1&2, more precisely the comparator modules serve as short current monitors (preceded by...
View ArticlePIC24FJ64GA308 UART1 error problem (JimDrew)
I am using a PIC24FJ64GA308 CPU in a project. All 4 UARTS are setup and active. All 4 have the same type of interrupt handling code. The first time a UART interrupt is entered TMR4 and the TMR4...
View ArticleI need code example for PIC24FJ64GA106 and PIC24FJ128GB106 (KDN)
I need code example for PIC24FJ64GA106 and PIC24FJ128GB106PWM , interrupt on change and Analog. Compiler C 30..
View ArticleWhich compiler should I use for PIC24FJ192GA106 (KDN)
Which compiler should I use for PIC24FJ192GA106..
View ArticlePIC24F USB MSD : No data inside... (tonio5978)
Hello, I'm new in this forum and I have developped a board with PIC24FJ256GB106 similar to Starter Kit PIC24F.I have a problem with my simple code. I have used a mla library with this project : USB...
View ArticleHelp needed with USB on PIC24FJ64GC006 (Ranger48)
Hello everyone, After messing around for months trying to get USB working on the PIC24FJ64GC006 I realize that unless one works with USB all the time, it is a waste of time climbing that learning curve...
View ArticlePIC24FJ128GA406 - Using RC13 and RC14 (bobh@mbari.org)
RC13 and RC14 on this chip are shared with SOSCI and SOSCO. I'm trying to use them as general purpose outputs, so clearly I need to turn off the secondary oscillator. I've tried #pragma config SOSCSEL...
View ArticlePIC24EP at low Vdd (hdelman)
According to the data sheets, the 24E family has a brown-out detector that limits Vdd to greater than 3.0 volts. My design is migrating to a 2.8 volt Vdd, and I'd love to take this part along. This is...
View ArticlePIC24FJ128GC006 - LCD Driver - segments cannot be enabled (HerBY)
Hi, i am currently doing a project with an passive LCD and the PIC24FJ128GC006.The LCD is working fine, only Segment 48 and 62 wont work. //enable all segments LCDSE0 = 0xFFFF; LCDSE1 = 0x4FFF;...
View ArticleOperating PIC24EP256GP202 at 130MHz (Inzamam Anwar)
Dear Members Hi, I want to operate PIC24EP256GP202 at 130 MHz with external oscillator mode (HS with PLL). I have successfully made the circuit and write a code for that, the code is attached. I just...
View ArticlePIC24FJ128GA202 encrypt engine code help (yjc930529)
Hi, I have tested the ecb mode and cbc mode on this PIC module, and its working. I wanted to know is there anyone knows how to implement the counter mode also. I have implemented the counter mode...
View ArticlePIC24 and OTA (Over The Air) updates. (rjr)
We are very interested in using a PIC24FJ1024GB610 or similar device, because of its "dual partition flash with live update capability", in an OTA code update application, using ZigBee as the update...
View ArticleGetting to grips with XC16 assembler. (peterg1000)
I am trying to programme a PIC24F16KA102 in assembler to carry out a simple high speed A/D sampling operation that is not possible in 8 bit devices. To start with I have a very simple sample programme...
View ArticleMicro SD card detection problem on PIC24FJ128GA010 using MLA v2015_08_10...
Hello, I am interfacing Micro SD card with PIC24FJ128GA010 on Explorer 16 Development board using MLA v2015_08_10. For this, I have opened...
View ArticlePIC24FJ128GC006 - writing to unimplemented Bits can cause high current...
Hi, if i clear the unimplemented TRISF (Bit7) on this device, this leads to a huge current consumption (around 40mA). This is reproducable using the debugger or code. I discovered this, because i...
View ArticlePIC24FJ256GB406-which Debugger tool to use? (kr narendra)
Hi,I want to know which debugger tool is required for downloading the code into PIC24FJ256GB406? I am using MPLAB X IDE and MPLAB XC16 C compiler v1.25. While creating new project it asks for which...
View ArticleDuplicate AN22 on PIC24FJ256GB410 (vim55k)
It is a bug !Pin 69 and Pin 92 - both labeled as AN22What to do ?!..
View ArticlePIC24FJ128GA204 UART TX PPS Problem (lazy21tr)
Hi all; I cant get Uart TX signal out of RB6/RP6 pin. but with exactly same configuration just directing Uart Tx to RP9, it works perfectly. RB6/RP6 pin functions as digital Output. Setting it sets the...
View ArticlePIC24F: Deep Sleep : DSWDT and Internal Oscillator (dimitris_c)
Hello all,I'm using the PIC24FJ128GA202 @ 3.3V with XC16 and internal oscillator (FRC @ 8Mhz) I am trying to enter deep sleep and exit using the DSWDT but without success. In the code below I am using...
View Article