USING PIC24FJ64GB002 as UART TX/RX USB HOST with CDC ACM Class (N3T)
Hello, I'm starting my journey with PIC world, i want to develop a firmware for small device that would be useful for me.I have got POS thermal printer, digital scale and barcode reader that are USB...
View ArticlePIC24FJ128GA204 - RP6 won't work as output (mikeaparker)
I have a design which uses the 24FJ128GA204 in the QFN 44 package. The design uses RP6 (Pin42) as the SPI3CLKout connecting to the 23LCV512 RAM chip. The problem is that no clock signal appears on this...
View ArticleTrouble with I2C on PIC24FJ32GA (Serafino Convertini)
Hi to all, I'm trying to implement an I2C communication on a PIC24FJ32GA002 as a master.I used the second I2C on pin 6 (SDA2) and pin 7 (SCL2).I initialized the I2C module in the following way:void...
View ArticleObscure, unhelpful error on build (JPittenger)
I getting obscure errors that are showing up in the middle of my memory usage report.The errors are showing up in red letters, with no link to the location of the issue.Plus, the error is obscure. For...
View ArticleShare code between boot-loader and application code (anbeyon)
Hi All, I'm interested to know if anyone has tried this or not and what problems they might have had. I'm also interested in any thoughts you might have regarding its likelihood of success. I have an...
View ArticleEZBL v1.01, how to rebuild ezbl_tools, missing file? (mruck)
EZBL supports pic24 and dsPIC, so I figured I would try here.The EZBL package contains several projects - core bootloader code, bootloader for uart, sample blink application, etc - including a project...
View ArticleCrazy crystal oscillation on PIC24FJ64GA004 (serafino.spagnol)
Hi!I'm having problem with a crazy crystal oscillation on PIC24FJ64GA004.On the prototype everithing was ok, so we proceed with first boards production, same PCB, same BOM, and... surprise!! the...
View ArticleBig numbers with 4 decimals (proaudio)
Hello everyone! I have a problem with numbers... I need to print in screen numbers between 430.0000 and 450.0000 . A big number with 4 decimals. Float type have a limitation. What can I do? Is there a...
View ArticleCrypto Engine create Session Key (pete@drinc.care)
Hi, all. I am using a PIC24FJ128GB204 and my head hurts. I think I finally understand the basics here, but I am having trouble figuring out how to create a Session Key. I am using AES 256 bit...
View Articlerunning (2) MPLAB X's or using (2) PicKit3's on (2) PIC24's (sunbelt57)
I'm trying to get a couple of PIC24's to talk to each other over SPI. I program the slave using "Make and Program Device" then I turn the target off, connect a 4.7K pullup to MCLR, connect the PicKit3...
View ArticlePIC24F I2C to Raspberry Pi (zs1bfe)
I have done I2C connection between RPI(Raspberry Pi) and PIC16F877 and it works really well.I currently run the PIC on 3V as I am not sure if the RPI can do the 5V input from PIC.. Is it possible to...
View ArticlePIC24FJ128GA106 PWM (Kareem101)
I am confused about PWM init in this pic, The datasheet says its Output compare has a dedicated timer, And block diagram says so also (attached the block diagram) . So I dont need to worry about other...
View ArticleU6RX and remappable pin RP4 configuration in PIC24FJ256GB406 (kr narendra)
Hi all,I have designed my hardware using PIC24FJ256GB406. In the datasheet "DS30010089C" its mentioned that pin27 of 64pin TQFP(page48) is assigned to U6RX but pin description in page 6 doesn't...
View ArticleTrigger Input capture timer from Output compare output (roliver)
I am trying to time a reflected pulse using an input capture module. The pulse is generated by an output capture module. What ever I do i cannot seem to start or sync the input capture timer from the...
View ArticlePIC24FJ1024GB606 ADC speed (myTemp)
Could anybody tell me the maximum speed of the ADC of the PIC24FJ1024GB606 in 10 bit mode? Is it the same as 12 bit mode (200 kS/s)? I need at least 500 kS/s...
View ArticlePGMONLY bit in NVMCON (oloz)
Hi! A quick question. I'm not very sure about this bit, can anyone explain what this bit mean and how to use it? PIC24FV32KA302. Thanks...
View ArticleUART help - can't produce output (dasbrow)
Very new to Pic programming, I am trying to get serial/UART to work on a PIC24FJ128GB202, I can't seem to get TX to work at all. You can ignore the while section just flashing an LED to make sure I got...
View ArticlePICKit 3 connecting problem PIC24FJ256GA106 (KDN)
I am trying to connect my PICKit 3 with PIC24FJ256GA106 board. but getting error. PICkit 3 detected Connecting to PICkit 3... Firmware Suite Version...... 01.28.90 Firmware...
View ArticlePIC24FJ256GA106 Output capture problem (KDN)
void pps(void){ // iPPSOutput(OUT_PIN_PPS_RP18,OUT_FN_PPS_OC1); //H-bridge // iPPSOutput(OUT_PIN_PPS_RP19,OUT_FN_PPS_OC2); // iPPSOutput(OUT_PIN_PPS_RP23,OUT_FN_PPS_OC3); //...
View ArticleRB4 RA4 kept low pic24fj128ga202 (PicRic)
Hi All,I'm just starting on pic24's with C code. Have reasonable pic 16f assembly experience before that.I'm using PIC24FJ128GA202, XC16 v1.25, MPLABX v3.05.I've the code pared back to just setting...
View Article