MM7150 Derive Position (dowonderatwill)
Hi In past I have tried the accelerometer to find the position, using the integration method. As usual, was not able to achieve the precision. Then searched and finally saw hope in MM7150. As it uses...
View ArticleRTCC alarm interrupt stops working (Carlos TM)
Hi all, As the subject suggests, after initializing my RTCC and alarm on my PIC24FJ128GC006 it sometimes stops activating the alarm interrupt. My device configures the RTCC and alarm at the very start...
View ArticlePIC24FJ128GA204, Can Timer 4 be setup to wake from sleep using the LPRC...
I've looked through the datasheet and the reference manual, and I don't have a clear understanding still. I have the WDT enabled, using the LPRC as the clock source, so the LPRC should still be running...
View ArticleAssembly template for PIC24FJ (Kabanga)
Hello !!! I'm new to PIC24 and I'm searching for some Template in Assembly !!! Thank you for any help! Do you think it is realistic to program in Assembly? I'm also planing to learn C in order to be...
View ArticlePic24F Shared memory (binaryman)
March 2, 2018 Greetings from St Louis Missouri, USA I'm using latest MPLAB-X and XC16 compiler. I have a new OTA boot loader for the PIC24F J64GA004. The boot loader source code is a separate project...
View Articlemalloc function problem with XC16 complier (KMDN)
I am trying to allocate dynamic memory using malloc function in XC16 complier for PIC24F controller, but above function not able to allocate memory at run time. char *i;i = (char*)malloc(5*...
View ArticleMCC Issue regarding IOC (SJFreeland)
Project: PIC24FJ256GB110, MPLAB X IDE, Explorer 16/32 with a PIC24FJ256GB110 PIM.Over that past few days of digging, it seems that support for IOC in the MCC is rather new. I just found a few days ago...
View Article[SOLVED]PIC24FJ128GB202 SPI issues (Alluvium)
Hi all: Setting up SPI on the PIC24FJ128GB202 in order to communicate with a transceiver. Currently, the only functioning part is the MOSI/MISO, while the SCK and chip select toggle are not...
View ArticlePIC24FJ128GB202 - Device re-entering sleep mode after wakeup (Alluvium)
Hi all:I have a very strange problem. I am using the Watch Dog Timer and associated prescalers in order to put my microcontroller to sleep for a couple of seconds, and then to ensure it is functioning,...
View ArticleCRC Calculation using PIC24 Hardware (Ekkehard)
After spending hours of work, reading all documents and tpoics in the Forum, I am happy to anounce, that I got the (some swearword here) thing running. The most anoying items:Why must we use the...
View ArticleSPI Read PIC24F16KM204 (biswajit)
Hi ,I am using PIC24F16KM204.Please let me know whether my understanding is correct or not.1. When i have gone through the datasheet ,SSP1BUF even though size is 16bit, only 8bits of Data can be read...
View ArticleInput Capture to Measure Duty Cycle? (jschaenzle)
I am using a PIC24FJ64GA002. I need to measure the duty cycle of an input pin. The input is a pulse width modulated square wave with a base frequency of about 40 Hz. I am pretty sure that the best way...
View ArticleDebugging programming & debug times, need help (justinmreina)
Between computers at work we are observing strong differences in program & debug times with the ICD3, how do you recommend we work towards resolution? See below for setup - Work Dev SetupComputer A...
View ArticleIssue with PIC24 QFN-ML44 soldering for Deep Sleep app (Mush)
Design uses PIC24FJ128GA204 in Deep Sleep mode. Constantly having problem with current leakage between pins and/or Thermal pad. Around 100-600 uA. I use standard footprint design with manual and...
View ArticleClock Output (justinmreina)
I am using the PIC24FJ256GA702 and looking to route the internal oscillator to a GPIO pin. We have need for measurement and inspection, how can you do this and where is it referenced at? I have been...
View ArticleSelection of BLE Test Apparatus (justinmreina)
We are building a BLE testing apparatus at work and need advice or confirmation on selection: BLE Test Needs · BLE v4.2 · GAP Support · GATT Support · Existing reference code BLE Test Rig · Explorer...
View ArticleSOSC Duty Cycle (RDS Cliff)
Is there a way to control the duty cycle of the SOSC directed to the REFO pin on a PIC24FJ series chip? I'm developing on an Explorer 16/32 board with a PIC24FJ1024GB610. I'm checking out the...
View ArticleCurious U1BRG problem on Pic24H (Cimmerian)
Hi All - wonder could anyone educate me here:say Im running at FCY = 40Mhz, and I set 115200 baud for UART i've been doing it like so : U1BRG = 0x14; Chars I send to UART are being recieved on the...
View ArticleFailed to read device error (FerrariLuigi)
Dear all, I'm developing a projact using PIC24FJ256GA702 processor. I'm able to compile, debug, insert breackpints, display variables .... by using MPLAB X IDE v4.05 and ICD3.Unfortunately if I try to...
View ArticleUART Issue with pic24f16km204 (biswajit)
Hi ,I have tried a lot and after i am posting the issue.While executing the application i am getting garbage date on the serial terminal .I have configured the terminal as 9600 baud rate.Please help me...
View Article