PIC24FJ128GB204 Family MLA FileIO (Flying Al)
The out of the box fileio demo project in the MLA library does not work with the PIC24FJ128GB204 family (and I guess the 24f GA2 family). It seems that the latest MLA library SPI drivers do not support...
View ArticlePIC24F RTCC --How Do I program it (catshot)
I am new (like 2 weeks ago) to PIC programming, I design motor controls, first time to use a MCU. I have chosen a PIC24FJ64GB002 to use in a stand alone app. I am not an experienced C programmer, so I...
View ArticlePIC24FJ256GB210 Startup Time (Volker)
Hello, the PIC24 in our project take about 2.5ms from VDD reach 2V until the first line of code in main().Is that normal?How can i set a breakpoint to the startup code of the xc16 to count the...
View ArticlePIC24FJ64GB002 and SD Card MMC Interface. (NIMIT VACHHANI)
Hello Geeks,Currently i am stuck at interfacing SD Card with PIC24FJ64GB002. I have connected pin 4 with CS, pin 5 with MOSI, pin 6 with CLK and pin 7 with MISO of SD Card.All the pin numbers...
View ArticlePIC24FJ256GA110 Secondy OSC stops working (gpaolo)
Hi all,I'm developing an application with a PIC24FJ256GA110 where I have to use the internal RTC. I have the usual 32KHz xtal connected to the secondary oscillator pins, configured the PIC24 and...
View ArticlePIC24FJ64BG004 timer alongwith PLL (Sidk)
Hello all,I am trying to configure timer on PIC24FJ64GB004 to find the writing speed on USB device, for USB i have enabled PLL but confused what will be the Fosc for timer? it is said that timer gets...
View ArticleADC with PIC24FJ64GA004 (maxime33370)
Hi,I would like to make current acquisition using ADC module. I have to measure currents from 0 to 5A. But I can simply measure currents from 0A to 0.7A, this correponds from 0 to ~135 in ADC value....
View Articlepic programming (ASHLY)
sir,i am just started to work with pic programming(pic24e) .Can you help me to write a simple assembly program for adding two nos including file structurethank you..
View ArticleEPMP address lines aren't changing (Zachary Vander Klippe)
I'm using a pic24fJ256GB206 micro controller and am trying to configure the Enhanced parallel master port. Currently I have a few signals responding like the PMCSx (chip select), I have configured the...
View Articleinternal oscillator frc pic24fv frc (TECNOPLUS)
how to work with internal oscillator frc pic24fv16ka302 16, 24 and 32MHz, the datasheet says frc = 8MHz, before hand thank you very much for any help you can give me..
View ArticlePIC24FJ256DA210: Accessing variables(data) in internal EDS in...
Hi, thanks in advance for sharing the experience and support. I am using PIC24FJ256DA210 Family controller. I have insufficient memory space available in the Lower 32 Kbytes Data Space.Trap Conflict...
View ArticleAccessing variables(data) in internal EDS in PIC24FJ256DA210...
Hi, thanks in advance for sharing the experience and support.I am using PIC24FJ256DA210 Family controller. I have insufficient memory space available in the Lower 32 Kbytes Data Space.so i am using...
View ArticleI2C - Master Read - PIC24FJ128GA010 (Susana Ribeiro)
Hi, I'm trying to programm a MasterRead function. To do that, I'm using the microchip functions and its header.Can someone help me find my error please? #include "leds.h"#include #include...
View ArticlePIC24FJ128GA308 Flashing/Running Issue (aliamir)
Hello, I accidentally posted this in the 16-bit forum instead of here. If the moderators can delete my other post, that's fine. I'm currently trying to get the PIC24FJ128GA308 up and running but...
View ArticlePIC24FV32KA302 - 1-Wire master (gmorfeus)
Hi, I am trying to use mentioned PIC as 1-wire master but have run into a small problem. Driving RA2 low by setting it as output and writing 0, the line goes to low. The problem is when I try to set it...
View ArticleDevice Performance: Index array with MOD vs IF (JPittenger)
This post is for information only. I have an application that requires looping through some code, while accessing an array element. I had traditionally used a pointer variable for the array, and the...
View ArticleInput Capture issues with PIC24EP512GU810 (JPittenger)
I am running a high speed input capture for one of our customers. There are two seperate data channels to capture, so I am using IC1 with TMR4 and IC3 with TMR2. An input capture triggers it's...
View Article12-bit pipelined ADC with DMA on PIC24FJ128GC010 (David Meyer)
I'm working with the PIC24FJ128GC010 and using the 12-bit pipelined ADC to sample data at a rate of 4Ms/s. Right now, I have it set up so a sample list of 4 samples is triggered each microsecond. These...
View ArticlePIC24EP128GP202 INT2 not working (normnet)
I am porting a working program from basic to C however cant seem to make INT2 occur although INT0 and INT1 work OK.The hardware runs OK in basic and I am using the same registers but no luck.I have...
View ArticleHelp with Peripheral Pin Select / Remapping IO (LeeMeek)
Hi,I'm trying to configure the PPS/ I/O Pins on a PIC24EP512GU810. Specifically, I've tried to map SPI 1's clock to RP69, although I've tried a host of other RP pins. From what I have read in the...
View Article