PIC24FJ1024GA606 does not throw SPI RX Interrupt (marelcom)
Hello everybody, I'm working on a embedded system with a PIC24FJ1024GA606. The pic is configured as SPI slave with mcc. Everything is configured with MCC. Except interrupt enable, I had to add it...
View ArticlePeripheral Pin Select with Pic24(solved) (oguzhank)
I need to map my pins. i have pic24fj256gb110 and pin 49(RF4), as SDO pin 50(RF5) as SDI, pin 53(RF8) as SCK. But PPS_Mapping function returns 0. so i think i need to set somethings before mapping ?...
View ArticlePIC24FJ128GB202 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 ArticleRTC BATTERY PIC24FJ256GA110 (Mota92i)
Hi, I'm currently working on the RTC of the PIC24FJ256GA110. I want to keep the real time even if the PIC lost his alimentation.According to the datasheet, this RTC just can keep the real time while...
View Articlesizeof not function with PIC24 (IvanP)
I generated a simple code with pic24 (pic24FJ256GB410) and the "sizeof" not function.In this examlpe "SizeNum" is 6 and not 5, why? #include "mcc_generated_files/mcc.h"struct _eeprom { uint8_t AddH;...
View ArticleUart issue while Customizing EZBL Bootloader for PIC24FJ128GA704 (karthiks)
Hi I am using EZBL Bootloader library for PIC24FJ128GA704 (ex_boot_uart). I am changing the system clock source from FRCPLL to FRC. So I have customised different controller's hardware initialise code...
View ArticlePIC24HJ32GP302, Timers 3,4,5 not working. (sfuse)
No dev board in use, We have a board with this uC on it that we have been using for about 2yrs. I am trying to add new functionality to the existing firmware. The only peripherals I am currently using...
View ArticleNo jump into ISR after Flag is set (TK50)
Hello, i having a trouble, that I cannot solve this.For example i want Timer1 Overflow Interrupt or External Interrupt, the Flags gets high but the compiler doesnt jump into the ISR! uint8_t...
View ArticlePIC24FG256GA704 missing RTCIE. Can't enable RTCC interrupt as there is no IE...
I'm trying to trigger an interrupt for RTCC alarm with PIC24FG256GA704.There is no Interrupt Enable bit. RTCCIE or RTCIE.The generic family documentation for the PIC24FG256GA705 family suggests there...
View ArticleDisable interrupt thru IPC or IE? (Carlos TM)
Hi, As the title suggests, I would like to know which is better, or the difference, between disabling an interrupt setting the IPC (Interrupt Priority Control) bit to 0 or setting the IE (interrupt...
View ArticleDetermine BORV setting at run time on a PIC24FV32KA302 using XC16...
Hello All, I was hoping someone could tell me how to correctly read the FPOR configuration register to get to the BORV bits at run time on a PIC24FV32KA302 using XC16. Thanks in Advance..
View ArticleConnect Camera with PIC Over USB Communication (NothingIsImpossible)
Hello Everyone Lets Goes to point Directly. My Requirement as Below: Connect OV7670 Camera Module (Or Any Other Module with Support 640x480) with any Support PIC and Get 640x480 Grayscale Image,...
View ArticlePossible Errata: Frequent Peripheral Remapping Erroneously Starting Secondary...
I have what appears to be an undocumented Errata with the OSCCON register. PIC24EP512GU810Windows 10MPLAB X v3.50XC16 v1.31 I have a board that connects to automotive sensors at a rate of approximately...
View ArticleRTCC skipping the 31st day of the month (Carlos TM)
Hi, Currently I'm using the microchip RTCC library generated by the MCC for the PIC24FJ128GC006 microcontroller and, for some reason, the RTCC keeps skipping the 31st day of the month (january, march,...
View ArticleHow to add SST25 MLA into my pre existing code (karthiks)
Hi I am using PIC24fj128GA704.I have written my application code a few months back.Now I need to add SST25 flash to my application.So, how to add the MLA SST25VF driver to my project?What should be the...
View ArticleFloating to Hex convertion (KMDN)
I want to transfer data from RS-485 to Ethernet converter, using RTU-Mobdus format. Can I use sprintf(Buffer2,"%X",ADCValue2_float2); to convert float value to HEX...
View ArticleTIMER1 configuration and interrupts (jmoellers)
Hi,I'm currently working my way through the PIC24(FJ64GA002) on-chip devices.I have successfully enabled and used the UART(1) and the I2C(1). Now I'm trying to use interrupts.For this, I want to use...
View ArticleUnexpected MCLR reset during debugging (manuelsibo)
Hi everyone!This is my first post on this forum so if I make some kind of mistake please understand me...My configuration is:- PIC24FJ256GB606- MPLABX v4.05- XC16 v1.33- PICKIT3This is my problem:when...
View ArticlePCI24 / PIC18 Waveform Generator (snagar)
Hello everyone! I'm busy designing a waveform generator to produce basic signals like sine, saw, tri and sq. I just wanted some input on my setup. I am considering using a pic18 for all tasks other...
View Article