What is the lowest current sensed by the pin? (NareshR)
Hi,I am working with PIC24FJ256GB206. I want to know what is the lowest current which can be sensed by the microcontroller pin? I have gone through the datasheet but I didn't find relevant information...
View ArticlePIC24FJ128GC006 USB Bootloader (DaveG8PUO)
Trying unsuccessfully to get a USB bootloader working, specifically for the PIC24FJ128GC006. (Ideally USB, or SDMMC as a last resort but not UART). Various seemingly disjointed information appears to...
View ArticlePIC24FJ128GC006 and PICKit 3 - GC Device not recognised. (DaveG8PUO)
With a minimal required configuration our PICKit 3 will not recognise a PIC24FJ128GC006. Changed the PIC to a PIC24FJ64GC006 andther same. If the PIC24 is changed for another, such as a GB series, then...
View ArticlePIC24FJ128GB108 USB HOST pBDT->count isn't correct (kumagai)
Hello everyone. Now I'm tring to use the USB Host framework on PIC24FJ128GB108.Sometime I got an incorrect count form BDT. Attached image is on USB transaction. This 2 Bytes is correct data, and...
View Articlepic24 adc not working (Techbee)
hi all, I am working on pic24fj64ga306 ADC. When i am step through" while(!AD1CON1bits.DONE); " code gets stuck. my analog input is in an10 pin. i am confused in my configuration.I attached my code...
View ArticleI cannot find the errors (Serafino Convertini)
Hi to all,I exported a FW from MPLAB 8 (with C30 compiler) in MPLABX (with XC16 compiler)The compiling of the project fails and i get this message CLEAN SUCCESSFUL (total time: 51ms)make -f...
View ArticleRS485 interface in PIC24F32KA304 MCU (alpesh mandani)
Dear All, We are planing to use PIC24F32KA304 MCU in our product and we need RS485 interface using UART. How to interface RS485 with PIC24F32KA304 MCU using UART and which MCU pin use for RO,DI,RE and...
View ArticleCTMU ERROR VALUES (Techbee)
i am working in ctmu of pic24fj64ga306. I referred the example program which is given by microchip still no luck, Here i am getting some junk values,before connecting to the circuit and after the same...
View ArticleData Memory linking error (DougD)
Hi, I'm having a problem with linking data memory in a PIC24FJGB106, using MPLAB-X IDE v1.70 and XC-16 v1.11. When I use a 64 byte character buffer ("char buffer;") the program compiles fine, as the...
View Articlefacing problem with PORT pins (embedded Engg)
Hi i m using pic24 series first time. I have written LED blinking code but it is working partially.Means i am sending 1 and 0 to 3 pins of portB after delay but only one led is blinking. One led is...
View ArticlePIC chip max "g shock" when powered on and off? (dekk______0)
Forum, Trying to find max "g shock" info on PIC chips when powered on and off. Like to find numbers for 24F and E though I'm guessing that these max values do not change much from family to family....
View ArticleCooperative Multitasking A (A. Monteiro)
I work in electronics since quite a while and since 2010 I decided to use microcontrollers in my home projects, chosing Microchip PIC24.In the first test project I've used just a C file which is...
View ArticleHow to add interface interface descriptor to make composite device (embedded...
Hi, i am using 18f4550 pic and i want to use HID+HID device. I need help. I tried but in array it is giving after one interface descriptor. Here is changes i had did. /* Configuration Descriptor */...
View ArticleUART pin 6 doesn't have an analogue connection but required PCFG to be set?...
I am using a PIC24F08KA102 20 SOIC pic and the XC16 v 1.24 compiler; no optimizations. The UART RX pin is pin 6 and there are no PIC analogue inputs on that pin.In order to get the UART to receive data...
View ArticlePIC24F can´t reset (boanerxe)
Hi everybody!I'm currently working in a project with PIC24FJ64GA002. The problem is that I'm trying to implement a remote command to reset the device. First approach is software reset. I've tryed:asm...
View ArticlePIC24FJ128GB202 Crypto Engine Help (Erick Valencia)
I need help with the crypto engine because I don't know how to use this module.I want encrypt with AES-128-CBC mode but I couldn't find information about code example, only descriptions and stuff like...
View Article24FJ64GB002 reset on (TMR1) interrupt (Raph)
Hi,I have some experience with 8 bits PIC, but this is my first try with 16 bits PIC.I am using MPLABX v2.26 and the XC16 compiler v.1.25. The problem I have is that in debugging mode, the program jump...
View ArticleRequest Help with AES-CBC Decryption on PIC24FJ128GB202 (anandp)
Hello everyone, I am trying to do a decryption on the PIC24FJ128GB202 with the following setup: 1. AES/CBC 2. 128 bits Key 3. 128 bits (16 bytes) cipher text I am unable to get back decrypted data...
View ArticleBit shifting versus multiplication and division (NareshR)
Hi,I am performing an ADC opertaion using PIC24FJ256GB206. My application requires the converted analog value to be divided by 16; since, I am a C lover, I am thinking to replace the instruction...
View ArticlePIC24FJ128GA202 - QFN 28pin - I/O Ports (GhostBrew .)
Hi, I am having a huge issue with getting this micro to just use all pins as port pins (I/O), I am trying to use internal Fast RC Oscillator, and only the SPI module on PPS pins RP5/RP6 and RP8, the...
View Article