GC010 LCD module, how to map fonts? (picbot)
Hi every one,I am messing around with the LCD screen on the DM240015 analogue starter kit, so far I have managed to turn on individual pixels using PIC24 LCD module, but the biggest mystery to me is...
View ArticleRTCC Module (StudentEE)
I am having a problem with RTCC module, especially reading RTCVAL register. The value of the register RTCVAL alternate between 0131 and 0134.. Isn't suppose to increase every second?Using a...
View ArticleMissing "include" functions, interfacing pic24fj128ga010 to ssd1963...
Hi I have sample code for the SSD1963 LCD controller and despite all my efforts in locating all the includes, my compiler (C30 using MPLABX) cannot find some functions listed below. Any ideas of what...
View ArticlePIC24FJ64GA310 Goto Jumping to Wrong Address (mwill195)
EDIT: This issue was caused by the bootloader erasing the shadow config registers at the end of the program memory region. This seemed to upset the debugger causing the incorrect stepping after the...
View ArticlePIC24FJ64 - Link Error: Could not allocate data memory (matt_amp)
I've got a program written up that is using a large percentage of the processor's data memory (75%), and I need to add a couple of new variables. When I try to add even one int variable, I get the...
View ArticleAN1157 (Bootloader) warning on PIC24F16KL402 (BernardOfCA)
I have configured the bootloader application note for my specific application. One problem is that my configuration is triggering the warning: #warning "No devices support configured feature set." This...
View ArticleRef Manual document for PIC24H UART? (_fragment_)
The data sheet for PIC24HJ64GP504 refers to DS70188 for the reference manual section on the UART, but this document is nowhere to be found on the Microchip site. It is listed as FRM section 17, which...
View Articlehow to get light sensor's value in every second (Rulin Song)
hi guys, I am currently doing data analysis from the light sensor. Board: PIC24FJ128GC010And now, I can get the data from the sensor and store it in variable "adcLightReading". however, the problem is...
View ArticlePIC24HJ64GP504 not running program unless REAL-ICE is connected (_fragment_)
I feel like such a newb, but I can't figure out what I have missed. I have been running a project with a PIC24FJ256GA106 with a serial bootloader for several years, and had no problems of this sort....
View ArticleHelp with I2C on PIC24H. I set it up, but can't seem to figure out problem....
Hi! I've been using PIC24HJ12GP202 for this small project at home. I setup my Oscillator and I believe I setup my I2C stuff correctly, but for the liufe of me I've been trying for days now debugging it...
View ArticlePIC24 Timer interrupts in assembly (Cypress)
I'm new to assembly programming. I'm working with the PIC24EP512GP202 microcontroller. So far, I've figured out how to do some simple things in assembly; however, I haven't figured out how to implement...
View ArticlePIC24FJ64GB002 - Trying to capture a pulse using "input capture with...
I 'm using this GPS and want to capture the pulse from the "FIX" pin. The pulse starts with one second width and as soon as the gps gets a correct signal the pulse becomes 200ms, this my code so far. I...
View Articleconnecting Lego sensors and motors to microchip explorer 16 board (Deepak...
I am trying to interface Lego sensors and motors with Pic24 micro controller. I know that it can be done using I2C protocol. However, I am looking for more interfacing and lower level details. Did...
View ArticleInput Capture measuring frequency (Sideep)
I am trying to measure a frequency that will vary from 1kHz to 550kHz using the input capture with PIC24F16Ka102. I used the example code from Microchip and modified it as follows. The code is used for...
View ArticledsPIC33EP reading PORTD (bareil76)
Hi All, I have a basic problem. It seams that I cannot read PORTD correctly. In fact, I am only interested in PORTD #7.TRISD=128;ANSELD=0; If I do the following volatile unsigned int PORTDD = PORTD;......
View ArticlePIC24F A/D issues (brightbeat)
Having problems using the A/D. I don't get any results and I'm following the examples exactly. I run ADCInputInit and then call GetADC to check a channel as needed. I never get anything other than zero...
View Articlechip migration, can difficulties (kevinatgama)
Hi everyone, With tech support being at the masters conference I though maybe you could help me kick this one around. Here is the recent support ticket I sent to microchip. We are currently developing...
View ArticlePIC24 Hex file format (~Maddy~)
Here is my hex file for the firmware I was trying to understand the format for that and how address-data is put together into...
View ArticleShould Output Compare PWMs stay in Sync? (NKurzman)
In have a PIC24HJ128GP202 It is setup with 4 PWMs using the 4 Output Compare modules in continuous PWM Mode on Timer 2.The HW guy wants 2 of the timers out of phase with the other 2 to help the power...
View ArticlePIC24F problem with using SOSCO input for timer1 (brightbeat)
Having an issue I think is tied to the initial config bits but I can't seem to find an answer. I have timer1 driven by the SOSCO pin only flipping on overflow. I've used the same code/interrrupt on a...
View Article