PIC24F I²C slave ACKnowledge (jmoellers)
Hi, me again. I'm trying to get a PIC24FJ64GA002 to work as an I²C slave on a Raspberry Pi master (I've built a small adapter board which allows me to flash the PIC, communicate through UART1 and also...
View ArticleUART silicon errata - PIC24FJ256GA702 (DPerez)
Hello there, I have found an issue which actually, is known already by Microchip (or at least, it is written in the "Silicon Errata and Data Sheet Clarification" ->...
View ArticleHow to detect I²C Stop Condition on PIC24FJ64GA002 in slave mode (jmoellers)
Hi,I'm using the I2C1 of the PIC in slave mode.I'd like to be able to accept data in various sizes, so I need to detect if the Stop Condition has been established rather than wait indefinitely for...
View ArticleEZBL with PIC24FJ256GA410 : download firmware in PIC flash instead of in an...
I have a board without external SPI flash and I wanted to use a part of the PIC flash to write the new firmware.Is it possible and what are the tricks? Thanks in advance for your help...
View Article24F and 24EP hardware multiplier (Henrik123)
Hi all, I have an application where I'm currently using a 24F chip (PIC24FJ256GA702) to add a bunch of A*cos(fi + w*T) terms. In an attempt to speed up the calculations I've done some experiments using...
View ArticlePIC24FV32KA301 RA4 and RB4 Inputs Always 0 (GhostBrew .)
Hi All, I have made but a simple standalone project, used the MPLAB CODE CONFIGURATOR, set only the clock to internal and then the pins RA4 and RB4 to inputs with weak pullups on, the pins go just to...
View ArticleI2C Pin Control on PIC24F16KA101 (mikenycz_aao)
I have an application that wants to switch back and forth between PIC control of the I2C bus and an external control of the SAME I2C bus (switching between 2 masters). What I planned to do was have a...
View ArticleEZBL & OTA with PIC24FJ1024GB610 (mgleria)
Hi everyone,I'm working on my thesis project. For short explanation, it consists of a telemetry unit which senses some variables and sends reports to a remote server through a 3G Modem (TELIT...
View ArticlePeripheral library for PIC24FJ64GA202? (u_Student)
Hi there, Can somebody tell me, where can I find the peripheral libraries for PIC24FJ64GA202 or which family can I use? I downloaded and installed the 16 bit peripheral libaries v2.00, but I can't find...
View ArticleEasy Bootloader Library version 2.11 available (EZBL v2.11) (HowardSchlunder)
If you are using EZBL, need a bootloader for a PIC24, dsPIC33, or PIC32MM device, or just want some APIs for doing Run-Time Self Programming/data EEPROM emulation in flash on these device classes, then...
View Article[SOLVED]Interrupt not function in my code with ezbl bootloader (IvanP)
Hello,I use "ex_boot_usb_msd_v2016_11_07" for PIC24FJ256GB410 and i changed some configuration for my application. In my first example without interrupts the bootloader it works perfectly.I generated...
View ArticleConfirming proper operation of external oscillator on PIC24E (rangeck)
Greetings all, My company has several products that utilize the PIC24EP256GU810. On the 1st product's development we mostly referenced a design from the PIC24E USB Starter Kit and therefore used an...
View ArticleADC issues (Controlfreak)
I am trying to get my 10-bit ADC running on an pic24fj64ga004. I am porting working code from an pic24fj128ga010 thinking that the code should be the same or close to it. Stepping through the code on...
View ArticleEZBL OTA for PIC24 without dual-partitions (aclarke)
I would like to perform over the air (OTA) updates using the Microchip Easy Bootloader Library (EZBL) and a PIC24128GA704. I see in another thread that there is an good example implementation for OTA...
View ArticleRA4 and RB4 not working in digital mode - PIC24F32KA301 family - MCC ignores...
Found a partial solution in a post from 2011. Forum would not let me add a comment. Bad forum.Posting the solution to help others. Thank you for this OLD post (from 2011). (Did I mention that I hate...
View ArticleProgramming error: "Target Device ID (0x0) is an Invalid Device ID" (Revo)
Good morning all! I am implementing a testing bench using a PIC24F32KA. I have been using successfully the same chip for two months, writing almost 8000 lines of code without any problem. This morning...
View ArticleFacing issue while debugging the code (suhas123)
I have created one project using MCC for Explorer 16/32 development board. When I am trying to debug the code I am getting following error message. The target device is not ready for debugging. Please...
View ArticleNested interrupts on PIC24 (playing with IPL bits) (theozo)
Hi all! This is more like a loud thinking, my goal is to run a method right after an interrupt finishes on a lower priority than the interrupt itself was running. The problem rises here. I can not call...
View ArticlePIC24 USB Host to Thermal Printer (ECCsimmons)
I've seen some documentation, libraries, and videos that give me a great deal of hope this will be possible, but wanted to confirm with some of you that are more familiar with the PIC development...
View ArticleAddress Error Traps caused by rand() and Best Practices? (olochua)
Hello, I am using a PIC24FJ256GA606, and I am having a hard time figuring out the exact cause of Address Error Trap. I managed to find out the function that is causing the traps to occur. All this...
View Article