issue on sleep mode consuming more current (jayanthi)
Hello guys ,I am using pic24hj128010 for my project which I have to use with battery so I need to reduce current!Data sheet says we can reduce consumption upto uA during sleep mode,But in sleep mode uC...
View ArticleCan't get timer 1 running from 32.768kHz clock on PIC24FJ256GB210 (upgraded...
Hi. I'm having trouble getting Timer 1 to run from an external 32.768kHz clock (a TXCO with square wave output) connected to SOSCO. The board is a very mature product that used a PIC24FJ256GB110 in an...
View ArticlePIC24FJ256GB110 to PIC24FJ256GB210 migration (antarm)
I am thinking of migrating from a PIC24FJ256GB110 to PIC24FJ256GB210, mainly due to the increased RAM size. We are currently using the XC16 compiler for the PIC24FJ256GB110. The product that the...
View ArticlePIC24 - uc/os-II and interrupts (nick.m)
Calling for help from anyone familiar with uC/OS-II for the PIC24!!! I am try to learn with uC/OS-II on a PIC24FJ128GA106 based on the example project provided by Micrium and I am having issues with...
View ArticleExperience and advice regarding FreeRTOS on PIC24?? (BobAGI)
I have been searching before for an RTOS solution for PIC24 but gave up because I could not find a suitable way to go for the platform (PIC24FJ256GB206). And the project itself fizzled too... Anyway I...
View ArticlePIC24 IBIS Model? (bry)
Hello,The PIC24 ibis model provided on the website has several issues. First of which, is the fact that it is difficult if not impossible to determine what the different pin models represent. I need to...
View ArticleQuestions on mTouch for PIC24EP128MC202 (PlsPICMe)
I am trying to make a single capacitive touch button turn on an LED on a PIC24EP128MC202. I have tried several CTMU demo codes, though they were quite complex and had extra functionality than desired....
View ArticlePGMONLY bit in NVMCON (oloz)
Hi! A quick question. I'm not very sure about this bit, can anyone explain what this bit mean and how to use it? PIC24FV32KA302. Thanks...
View ArticleSetting low ADC reference in PIC24FJ256GB406 (kr narendra)
Hi all,I want to implement AD conversion for which i am using one of analog channel. The datasheet specifies that there are only two possible adc reference.1.AVDD2.External Vref.My input to the analog...
View Article* SOLVED* PIC24F USB Assembly embedded flash loader (pwgregory)
I'm building a USB flash loader for my project.I figure that since the USB port is already enumerated and configured, I can transfer control to a Loader program and have it read program data from the...
View ArticleExternal oscillator for PIC24E RTCC module (radikn)
Can You advice me please? I have chip PIC24EP512GU810. I want use internal RTCC module, which is initialised from external backed up RTC chip. Microchip's documentation says that external crystal...
View ArticlePIC24 fw replace problem with Run-Time Self-Programming (Sam001)
Hi friends, I would like to ask for your help in Run-Time Self-Programming feature of the PIC24. I wrote a firmware created in MPLAB X that can replace itself in runtime, but the replaced fw doesn't...
View ArticlePIC 24F and RTCC (tlg94)
Hey all, I am having trouble debugging my code. I've read the RTCC manual concerning setting the date using the RTCVAL and RTCPTR registers, but I seem to be having trouble with it. The values I am...
View ArticleI2C bus collision (BCL) sometimes on stop generation (PEN) (tmoloy)
I'm getting the occasional communication failure when communicating to an I2C mux part (PCA9543A). The error is when I generate a stop condition at the end of a transaction. Code: _lBool sendSTOP ( ) {...
View ArticleError compile code for PIC24EP256GP202 (CPU 24EP256GP202 not recognized)....
Hi all, I'm trying to compile simple code for this PIC24EP256GP202 chip () My setup is:1. windows 102. mplab ide v8.923. compilers: XC16 v1.25 or Microchip C30 v3.2 When using Microchip C30 compiler...
View ArticlePIC24 sLEEP mODE Doubt (niteshverma.ind)
Hello, Past all my post & reply from you ppl has been a very helpful to succeed in the Microcontroller world. This time I am trying out a new thing, Kindly Suggest !!!!!! With PIC24FJ128GA010...
View Articleprintf and UART (tomash)
I would like to use printf to send data to an UART in PIC24FV32KA301. I was very surprised to see that data was output from the UART. How does the compiler (XC16) know that it should use the UART? Does...
View ArticlePIC24FV32KA301 resetting on U1RX Interrupt (IU8BBM)
Hello guys,i've a problem with a PIC24FV32KA301, trying to get the UART working, It just work fine in transmission (i correctly receive the serial data from the U1TX pin) the problem is that once...
View ArticleRecognizing filesystem on SD card (P Lameijn)
Is it possible to find out what filesystem resides on an SD card by reading MBR or BR from card?I need to know if it's FAT16, FAT32, NTFS, or exFAT...(I know it should be in text on location 0x36 in...
View ArticleVery bloated assembly when using structures (JPittenger)
I will start off with saying that I haven't worked in Assembly for years, and the little that I did was for a class project. I do all of my coding in C. I am now looking into the Assembly, because I am...
View Article