PIC24FV32KA302 - using EZBL v1.01 as a boot loader. Possible? (gmorfeus)
Hi, I found EZBL on microchip as a bootloader for PIC24F but it is not advised to use it for PIC24FxxKxxx as stated...
View ArticleP24EP512GU810 interrupts and timers. (MadMatt)
Ok so some details first. I have a hall sensor connected to INT0 on the device listed in the topic. I have a timer, 2+3, running as a 32 bit timer. I have an interrupt service routine configured to...
View ArticleSelf Programming only works in debug mode (acarpenter628)
I'm working on a bootloader for the PIC24FJ256GB406 and I've run into a weird issue where self programming only works in debug mode. To be more specific, when I flash the code to the device normally...
View ArticlePIC24 UART with PIC16 (samer03)
Hi, I am wondering can I use UART to interface between PIC24 and PIC16?I am new to UART so any suggestions will be appreciated. Thank you,..
View ArticleFirst input capture works but second input capture configured the same does...
I have a project where I need to read a PWM signal with a PIC and determine the duty cycle. I am using a PIC24Fj64GA002. To start off I am trying to setup input captures. I have a input PWM signal with...
View ArticlePIC24 SPI stop working (craveiro)
Hi, I'm using a PIC24HJ128GA010 to control relays wish activate high voltage motors and solenoides (230V),to send commands to PIC i'm using a RaspberryPI and the communicate with SPI (PIC as slave and...
View ArticleProblem on SDHC card CMD0 Not working at PIC24FJ256DA106 (Tamil1802)
I am using MLA v2016_04_27 sdcard demo code for PIC24FJ256da210 dev board.i configured for my Hardware PIC24fj256da106(Same Family Device).but i reconfigured all remappable pins for my hardware.i have...
View Articlepic24fj128gb204 RA4 pin input problem (hasanyildiz)
I am using PIC24FJ128GB204 and I configure it by code configurer 3.26.2I configure RA4 as an input and also secondary osc is also disabled. But when i read RA4 it always zero.Anyone has any experience...
View ArticlePIC24F and PLIB.h (rshankle)
I'll just start out saying "sorry I know this has been asked" but the answer isn't working for me. I'm compiling code for the PIC24FJ128GB202 using xc16 (version 1.31) and it is not finding plib.h....
View ArticleFlash Memory Write Cycle Endurance (JuliaDee)
I'm curious about the endurance spec, which in my 24FJ part is 20,000 minimum. Since flash is erased in blocks, does each block have a 20,000-cycle endurance independent of other blocks? In other...
View ArticlePIC24fj64ga104 sending bytes over UART (noteprokupes)
Hello, I've tried to find similar problem and it's possible that I had overlooked the thread dealing with that, so excuse me if it's already answered somewhere.Either way, I'll ask this question.I'm...
View ArticlePIC24FJ256GB406 DAC output problem (CescoGar)
Hi, I am utilizing the DAC of the PIC24FJ256GB406 to convert the data that I receive from an accelerometer and I am using an oscilloscope to see the outputted signal. The problem is that the data are...
View ArticleA minimalist RTOS for the PIC24 (Nicholas Lindan)
CoRTOS - The world's simplest RTOS (?) is available under GPL V3 It is fully documented, with a 30 page pdf manual and fully commented source code. The intended audience includes:Those needing a small...
View ArticleCan we control GPIO during in ICSP? (Toradamon)
Greetings, I'm using PIC24FJ256GB108 and my custom version of lpicp. I'd like to control GPIO during ICSP for external watchdog timer clear.I added following code to lpicp, but I couldn't see no effect...
View ArticlePic24F1024GB610 USB Mass Storage Issue (Rapaiz)
Hi All, We have been wrestling a USB issue without much success. We are running the USB Mass Storage Demo code on our custom hardware which uses a Pic24F1024GB610. When the device is plugged in to a...
View ArticleHigh Level I2C functions ? (kelt)
Hi everybody, I am now in the communication part of my project. I plan to use an I2C bus for communicating with an EEPROM and some peripherals.I was thinking about using a high level function. In my...
View ArticleBootloader Almost Working (SinCitiesSin)
Hello, I am making a bootloader for a PIC24FJ256GA106. I am trying to use the EZBL from microchip but due to predetermined design constraints I am having to modify the code quite heavily. I have...
View ArticleEZBL Problems (mat)
Before I start, I am a bit of a novice on this. I have discovered that EZBL v1.01b will only compile if it is run on MPLABX 3.10 and XC16 V1.25.I finally got the 'ex_boot_uart' project to compile...
View ArticlePIC24FV32KA302 - using EZBL v1.01 as a boot loader. Possible? (gmorfeus)
Hi, I found EZBL on microchip as a bootloader for PIC24F but it is not advised to use it for PIC24FxxKxxx as stated...
View ArticleDetecting the backspace key when using UART? (jtor)
I have a PIC24F16KL401 and I am writing my own UART interface (simple stuff - yipee). I am able to echo the input back to the user so that the user sees what they are typing. When hitting backspace or...
View Article