PIC24FJ128GB204 Bootloader Problem (erkinerunsal)
I have a solution in MPLAB X IDE v5.35 which consists of 3 external libraries. (Custom HID module, bluetooth module and serial port module.) I include these libraries to my main project and I can use...
View ArticleFlash Programming in PIC24FJ128GC006 (RndSen)
MPLAB x IDE v4.15 xc16 v1.41 ICD3 I am making a USB Bootloader for this PIC24 device. In the datasheet, a flash programming algorithm is stated there. This algorithm involves reading 8 rows, updating...
View ArticleWake USB Host micro when thumb drive connected (AndrewKED)
I have a battery-powered data logger which spends most of its time asleep. It wakes every second to briefly sample data. It has a 4-pin USB interface for a thumb/flash drive. The micro can enable a low...
View ArticleCan you use the PIC24ep512gu810 with the Microchip TCP/IP Lite Stack...
I realise that the TCP/IP Lite Stack is meant for 8-bit MCU but the PIC24 is 16-bit. Is it easy to make changes to use the PIC24 with the TCP/IP Lite Stack, such as putting it in 8-bit SPI mode? I only...
View Articleobtain root square in p24FJ64GA702 using C language (soleil_sword)
Hi,I'm trying to get the root square in p24FJ64GA702 using C language.The purpose is to process the readings from triaxial accelerometer/gyroscope/magnetometer.The sensor has x, y, z axis readings for...
View ArticlePIC24FJ256GA705 hangs on second attempt to switch to FRCPLL (cea)
This post is for what I believe is a silicon bug in the PIC24FJ256GA705 and PIC24FJ256GA702 controllers. I have only been able to confirm this using the revision A3 silicon. A complete description of...
View ArticleFFT in p24FJ64GA702 using C language (soleil_sword)
Hello again!I'm wondering if there exists a good code for FFT implementation in C language for p24FJ64GA702.I needed the FFT to perform onboard data processing and analyze the frequency component of an...
View ArticlePIC24FJ1024GA610: Enhanced Parallel Master Port (EPMP) signal functionality...
Hi All, I am finalising the circuitry for a design using the PIC24FJ1024GA610 (100 pin TQFP package). The device will have the Enhanced Parallel Master Port (EPMP) activated in 8-bit Master Mode. I...
View ArticleInterface si7021 with Pic24f32ka301 using I2c (by MCC). (Shiv@16)
Hi everyone, I am trying to interface si7021 with pic24f32ka301 which is i2c interfaced sensor. So I create a project in mplab and use MCC to create I2c now in next step I don't know how to use its...
View ArticleUSB HID Bootloader not loading application correctly (tgroschup)
Hello, I am trying to run a USB HID device bootloader on a PIC24FJ1024FB610 on an Explorer16/32 board with MPLabX 5.40. The USB device bootloader is the example taken from MLA 2017_03_06. The program...
View ArticlePIC24 Hardware CRC (NKurzman)
I am trying to get the CRC Generator for PIC24HJ128GP202 runningI am not having much Luck.A have a Table driven on, But I may need two polynomilas s why not the HWLooking at the Past Posts, I did not...
View ArticleDual partition, upgrade and FBTSEQ and configuration bits change. (rcervantes)
Hello all, I’m working with PIC24FJ256GB410 in a PIM module for the EXPLORER16 development board. I’m using MPLAB X IDE 5.05 for code development and XC16 (v1.35) as compliler. My goal is to make an...
View ArticlePIC24FJ128GC010 Data EEPROM Emulation (WMaier)
Hi, I am attempting to use Data EEPROM Emulation with my PIC24FJ128GC010, as per this. However, I am finding that I cannot save memory between programmings. In the project settings (I am using MPLABX...
View ArticleSST25VF080B MUST be unlocked before each write command (Charlie E)
This is just a post to help someone else save a week or two of frustration. On my new update to my product, I went from an SST25VF040 to an SST25VF080B, and could not get it to write no matter what I...
View ArticlePIC24 Data EEPROM Emulation (noob)
hi, I am using PIC24fj256ga702 controller in my project. I wanted to store some bytes data in a non volatile memory in case if there is a power loss. I searched in the datasheet but i don't think that...
View ArticleMPLAB MCC I2C problems. (Batloid)
Hy everyone. I was trying to use I2C, using MCC code.I'm using PIC24FJ64GA106, this device has 3 I2C modules, and for some security requirements I need to use two.The first problem is that the...
View ArticleICDInterrupt What does this do? (rangeck)
I have a device where if you halt the debugger during a mode of operation (~100ms long) or it hits a breakpoint during it, then the device tends to self destruct. The device handles this mode just fine...
View ArticlePIC24FJ256GB110 RA14 RA15 not working as expected (omairkha)
Hi everyone, I have an application where I need to output a high on a digital pin and check if another pin is high or low. The device is almost like a cable checker and the PIC24 is on a custom PCB....
View ArticleWhy no NCO in any of the 16-bit PIC MCUs? (ReverseEMF)
The title pretty much covers it. I have various applications for the NCO, but I appear to be limited to 8-bit PICs -- I would much rather be programming a 16-bit PIC! Or, WTH, if there's a ATMEL MCU...
View ArticleADC configuration 24FJ64GA102 (peterg1000)
Hi experts!!Badly need advice on configuring the ADC to do a very simple read of a single potentiometer output voltage on AN0 every 10mS. I've tried following an example in the PIC24 reference manual...
View Article