Project Configurations with Defined Common Macros MPLAB X IDE v6.00 (electroind)
Hi, I've tried to follow the following to setup conditionally compiled code: https://microchipdeveloper.com/mplabx:conditionals-in-project-configurations for various product models. However, the macro...
View ArticleInterfacing PIC24FJ128GL306 with OLED (SSD1306) using I2C (resh95)
Hi, I was trying to interface PIC24FJ128GL306 with OLED (SSD1306) using I2C , I am new to this PIC I found it very difficult to write the data to the OLED . Is there any driver for interfacing ?...
View ArticlePIC24HJ128210 UART issue - U2MODE bit 14 set on read when docs say reads as 0...
HiI am using the serial IART (number 2) interrupt driven and all is fine until a lot of data to send. I hold off if too much data andwait for the PIC to have sent on its interrupt to clear space in the...
View ArticleOutput Compare module on PIC24EP128GP204 (radikn)
Hi, I would like to ask about your experience with OC module on PIC24EPxxxGP20x. I connected a display with SSD1306 controller to PIC24EP128GP204. The display communicates via SPI and distinguishes...
View ArticlePIC24F and RTC DS3231 (progra)
Hi everyone, everything fine? Please, can anyone help me? I'm having trouble getting the temperature from the rtc ds3231. The idea of my system is to capture the date in unix format, temperature and...
View Article[PIC24FJ128GL306] RC15/OSCO toggle during debugging (aurelienr)
Hello When reading the datasheet of PIC24FJ128GL306, I read the following notes on the pinout description diagrams : 1. There is an internal pull-up resistor connected to the TMS pin during POR and...
View ArticleThere's a way to capture the last program counter address before a WDT reset?...
I'm working on a PIC24FJ1024GB606 and it works fine until some point the device is halted and doesn't even detect the USB attach. The period from the start to the WDT reset can be any time but usually...
View ArticlePIC24FJ128GC006 won't respond to PicKit4 debugger (lance.fisher@mchsi.com)
I'm testing a new PCB design and I can't get the PicKit 4 to talk to the PIC24 processor. This design uses PGEC3 and PGED3 along with MCLR for debugging. When I attempt to debug or just program the...
View ArticleAnyone ever seen MCLR fail? (domble)
Board with a PIC24HJ128GP510A.MCLR is connected to a decent 3.3v (MAX809 / LM809 sort of IC) reset signal via 10K resistor.PIC is clocked by an external 7.37MHz xtal oscillator.PIC programs fine (with...
View ArticleEZBL with PIC24FJ256GU410 and PIC24FJ256GL410 (joubert)
Hello, I try to use EZBL with these processors but unfurtunately I got error at generation. Is someone has already use EZBL with GL or GU PIC24s? It works fine with PIC24FJ256GA410. Exception in thread...
View Articledesign GUI with PIC24F (WalterPaz)
Hi, I have a rivardi screen connected to a FT812Q-T controller, the controller communicates with a PIC24FJ1024GB610, what GUI library do you recommend me to use? I was checking the LVGL library but I...
View ArticlePIC24FJ256GB110 SD Card FATFS MP3 decoder SPI issue (btommo)
Hello All, I'm working on a project that uses the FATFS library to read an SD card into a 512 byte array and output the data over the same SPI line to an VLSI VS1053 encoder/decode chip. I've managed...
View ArticleGet error trap address (P Lameijn)
For an application with a 24FJ128GB108 I get Address Trap errors on irregular basis. I want to trap the erroraddress and tried this code I found somewhere, but it always returns 0x00000010Code: Select...
View ArticlePower external circuits with VCAP (Alacran)
Hello, I am working with a PIC24FJ64GP202 which does not have an internal VREF generator nor bandgap. I want to make AD conversions so I have to connect an external reference voltage either to AVDD or...
View Articleleast significant bit accessing problem (Hey Man!)
Hi, I am using 16-bit PIC24FJ256GL406 device for the application. I have some issue with larger number accessing from the double to uint32_t. let me explain in details. I am using CJSON library for the...
View Articlemic4606-2 (John_adams23)
hii want to use mic4606-2 for brushed DC motor driver...according to datasheet MIC4606-2 utilizes two PWM inputs, one for each side of the H-bridge. for example: h-bridge with PWMA input high, result...
View ArticlePIC24EP256GU810 - disable PGED3 (and PGEC3) on start up (mlwtech)
Hello, I am using a PIC24EP256GU810 that utilizes pins 24 and 25 as inputs that may be high during powerup. When pin 25 is high during startup (PGED3) the program does not execute properly.Is there a...
View Article[MCC BUG] PIC24FJ128GA006 Character LCD MCC bug (OCORS)
Hello,I connected a 2X16 character LCD to PIC24FJ128GA006 processor. I prodused code from MCC. But it didn't work. Then I noticed an BUG in the "charlcd1.c" file. LCD initialization function...
View ArticlePIC24F USB host in assembly language - it can be done! (mskala)
Every so often there are threads here (and I've started such discussions myself) asking about the possibility of programming the PIC24F's USB hardware directly, without using Microchip's driver. The...
View ArticleDoes PIC24FJ32GU202 require crystal to be a USB host? (rdb9879)
I'm interested in using the PIC24FJ32GU202 to act as a USB host (USB-A connector routed to micro). In all the example designs, there always seems to be an external oscillator. But if I understand...
View Article