AN1157 bootloader, P24QP gives verify errors on CONFIG bits (Stri_)
Hello. I'm trying to get this bootloader to work with my PIC24FJ128GC006 (originally not supporting it). I've added necessary DEVICEID in P24qp.ini and boot.h. The problem is, after provided...
View Articleadding custom linker script in mplabx (NareshR)
I have added custom linker script in my project, linker files virtual folder. Now I want to know which linker script, default one or the custom one is the IDE using to build the project. How can I...
View ArticleConfiguration options for application and bootloader (NareshR)
Do we need to use same configuration options for both application and boot-loader?..
View ArticlePIC24 DMA conflict (aurelienr)
Hello I'm using PIC24FJ128GA204 as a LED matrix display driver. The micro is dedicated to display driving and scrolling management. It get its data from another PIC micro that handles all the...
View ArticleRemapping interrupt vectors (NareshR)
Hi all,I have gone through the AN1157 to achieve the above objective but I am confused. Here's my situation: I want to compile Bootloader code and at this point I don't know which interrupts I would be...
View ArticleTimer1 and Interrupt questions (molrse)
Hi,I’m new with the microcontrollers. I’m trying to understand the concepts following some book’s examples. My current example consists of programming an "interrupt" for Timer1 every 0.1s with a...
View ArticlePic24F32KA302 wake up from Sleep? (mrcuongbk)
Dear Every body,My project runs properly with RTCC, UART without Sleep mode. I configure RTCC's Alarm interrupt every ten second, and put Pic into sleep mode by using Sleep() function in p24F32KA302.h....
View ArticleOutput voltages different between pins (HomerJSimpson)
Controller: PIC24HJ64GP504Compiler: XC16When driving pins high (pins configured as outputs), I get about 200mV on some pins (e.g. RC6, RC8, RB10) while other pins show 3.2V (e.g. RC7, RC9, RB11). I get...
View ArticlePointing to SFR Registers (UART) (vidavidorra)
Hi all, For a project I'm working on I'm making a UART library for a PIC24 series. In this library I have one function e.g. 'putc' and want to have only that one function to controll the putc for, lets...
View ArticleSSD1963 driver for 5.7`` TFT (matias.sra)
Hello! I need a driver for touch screen 5.7 "TFT controlled with SSD1963. Must be established communication between the SSD1963 and microcontroller PIC24FJ64GB106-I/PT 16-bit to control the TFT...
View ArticleUSB.... Where to Start ? (Abraxas)
I'm working on a project that I hope will shuttle data files between a laptop and a PIC24 based instrument. I reckon that USB is the way to go. I just found out today that PIC24H does not support USB ,...
View ArticleINT070ATFT-TS(touch screen) + SSD1963 display using PIC24FJ128GA010 (Ahavmb)
Hi all, I need a urgent assistance in driving int070atft tft touch screen using pic24fj128ga010. I am not knowing whether to use spi or pmp of the pic microcontroller. I have a driver that is written...
View ArticleDoes the PIC24FJ256GA406 have OCMxB Pins on MCCP2 and MCCP3? (steverap)
I am using a PIC24FJ256GA406 and want to use two PWMs with complementary outputs to drive two (2) two-color two-pin LEDs. (These LEDs have the anode and cathode reversed between the two LEDs in a...
View ArticleMeasuring Vdd using Band Gap voltage reference (BangingMyHead)
Hi, i am having problems with the Band gap reference.I am using a PIC24FJ32GA004, with the internal voltage regulator DISABLED (DISVREG tied to Vdd and VDDcore),The PIC24 Vdd supply is 2.5 volts. { //...
View ArticleFlash programming a PIC24FJ1024GB610 (markq)
I am implimenting the bootloader for a PIC24FJ1024GB610 and am having problem with the writeblock function. I was hoping if someone could help me translate the example Row write code in 30010057d.pdf (...
View Articlepic24 using interrupt (gatocap)
Hi everyone, I am programing my pic24 and have a question, I am using as ISR to trigger a shift of direction on a servo which has micro switches at full extention, full. retraction, and middle...
View ArticlePeripheral Library for PIC24FJ256GB406 family (rodims)
I'm migrating a project from PIC24FJ256GB106 to PIC24FJ256GB406.I cannot find any support for the peripheral library (XC16, 1.26). While this seems to be considered legacy I need some migration path....
View ArticleCan not drive a LED at RA10 PIC24FJ64GB004 (Kubilay)
Hi all, My code is very easy.........../** CONFIGURATION **************************************************/ _CONFIG1(WDTPS_PS32768 & FWPSA_PR32 & WINDIS_OFF & FWDTEN_OFF & ICS_PGx3...
View ArticleBootloader implementation-Post 1 (NareshR)
Hi,I am trying to implement serial bootloader for pic24fj128ga010 on the explorer 16 development board using AN1157. Here are the actions I have done so far: 1) Going through the forum I have found...
View ArticleSetting up AIVT (alternative interupt vector table) on a PIC24FJ1024GB610...
Hi thereThis is a follow on from my thread "Flash programming a PIC24FJ1024GB610"I am trying to create my load with its own IVT, by using the linker script to relocate a copy of the table to the end of...
View Article