Hello all,Updated: Sorry for the confusion.
Here is the detail.
1. when I use Pickit4 connecting thru USB to my laptop, it does not detect anything.
2. pickit4 led blinking purple, and pickit4 temperature rise.
3. i tried to do the "press logo and con..
↧
Pickit4: Blinking purple LED, unable to detect (asvoria)
↧
Can I speed up simple capture loop ? (nigelwright7557)
I am clocking in data from an external a2d.I clock high then low the read data.However I am a bit disappointed with maximum speed which is 5MHz.Is there anything I can do to speed it up ?PIC32MZ1024EFM running at 200MHz.
for (fastptr=0;fastptr
for (fastptr=0;fastptr
↧
↧
LCD Hello World and C Library for LCD (delfindelfin)
Hello. I am making a library for the LCD Controller based on Hitachi HD44780 I would appreciate suggestions for improving my code. This is the code:..
↧
MPLAB X v5.20: "Target Device ID (0x28c0) is an Invalid Device ID" - yet the ID is correct (Richard Rasker)
Hello,A somewhat annoying problem pops up when programming a PIC16LF1828 (IDE = MPLAB X v5.20, programmer = PICkit 4, VDD = 3V):Connecting to MPLAB PICkit 4...
Currently loaded versions:
Application version............00.04.15
Boot ve..
Currently loaded versions:
Application version............00.04.15
Boot ve..
↧
PIC32MM CLC documentation (al_bin)
The CLC in the PIC32MM0256GPM028 processor works, but the data sources are completely incompatible with the documentation.
For the tested processor (rev2) in the SSOP28 housing, for example
According to datasheet:
DS3 <2: 0>: Data Selection MUX 3 Signa..
↧
↧
PIC18F4550 - How to make application and bootloader, written in different tools, compatible? (danbakana)
I have a bootloader to PIC18F4550 that was written using Mikro C for PIC and I have two firmware applications, one was written using Mikro C for PIC and the other using MPLAB X with XC8 compiler.With the bootloader installed, I can upload the application ..
↧
Assembly programming examples for PIC 16F1828 devices (microchipprob)
Friends looking for some help in assembly programming for PIC 16F1828 micon, i have reasonable experience in programming with PIC18F4523 (assembly coding). I need small routines like operating A/D, PWM in assembly language. Where can I locate them. I am s..
↧
“unable to resolve identifier” information on MPLAB X IDE (Luna_Ice)
Hi, I import the START project into MPLAB X 5.15, and build by XC8, the code can build successful, but when I open some c file,it will show "unable to resolve identifier" on some symbol, I search those symbol in whole project, but I can't found it, I don'..
↧
PIC18F4550 - Display 16X4 and menu with more than 4 items (danbakana)
I need to print a list of itens of a menu in a 16x4 LCD display using a PIC18F4550. I already did it using MPLABX and XC8 compiler, however, I need to migrate it to mikroC enviroment. But, It is not working. The characters are messy in the display. I put ..
↧
↧
Cannot fall back to free license (Passer__by)
XC16 compiler gives error:elf-cc1: fatal error: Cannot fall back to free license.What is it means?OS: Ubuntu 18.04 LTS, MPLAB v5.20On Windows all works OK...
↧
ICD4 Power Supply Not Recognized by MPLABX (mpgmike)
Just purchased the 9 volt power supply, from Microchip, for the ICD4 that I've had for a couple months so I didn't have to connect power in order to program. I tried to program a PIC16F18426 with the ICD4 supplying the power. I got an error saying the ICD..
↧
XC8 v2.09 error [2052] (ALPL)
error: (2052) The current license does not permit the selected optimization level and other levels are not permitted by the NOFALLBACK option This is the error message which I receive after installing the XC8 v2.09 compiler and compiling recent and new pr..
↧
PIC32MZ DMA portb to memory using port bit as trigger. (nigelwright7557)
volatile DMA_DONE_FLAG = 0;
void LCD_blit(unsigned short *buffer, int num_bytes)
{
DCH0CONbits.CHEN = 0; // Turn off this channel
DCH0SSA = virt_to_phys(PORTB); // Move the data from the array
DCH0DSA = ..
↧
↧
PIC32MK + USB = how? (VyPu)
Hello, I use PIC32MK1024MCF064 microcontroller in my project. It has a quadrature encoder interface which together with fast overall performance are the main reasons why I selected it. Unfortunatelly, I cannot figure a way how to connect this controller t..
↧
PIC16F886 digital Read (AMPS)
Dear all,I am using pic16F886 with internal oscillator 8mhz . I have used hitech compiler with 9.83. I have two switches which decide my sequence of operation .I Have attached code for reference. While reading digital status sometime it read properly.some..
↧
PIC32mz1024EFE100 and RTC (vibhu)
Hi Guys,I have connected MCP7940N (RTC) to the I2C3 pin number 57 - Data, 58 - CLK. The address of the slave is 0x6F. I am trying to read a random register from the RTC.
// PIC32MZ2048EFM144 Configuration Bit Settings
// 'C' source line c..
↧
PIC32mz & BACnet (vibhu)
Hi Guys,I need to implement Bacnet on pic32mz1024efe100.Can anyone help on how to proceed with it ?Any source code available for PIC32mz ? Thanks & Regards,Vibhu...
↧
↧
PIC32MX USB PLL (Memen)
Hi I am trying to implement the USB module on the PIC32MX795F512L, but I cannot get it to work yet. Windows gives the well-known "device descriptor failed" message, but only after disconnecting or pausing the device in debugger. - Interrupts for USB seem ..
↧
Hamony V3 : Tutorial PIC32MX or PIC32MZ (karan123)
Hi,
Where or When I can get tutorial(s) for PIC32MX or PIC32MZ for Harmony V3 ?such as Blinky , Uart, CAN , FS ,GFX LCC etc..
The github link only have for SAM MCU as below:
https://github.com/Microc...library-(PLIB)-project
..
↧
Can't find (OscarTheGrouch)
Been noticing that xc.h has unresolved issues lately. I followed the include files down throughxc8debug.h -> stdlib.h to :if defined (_GNU_SOURCE) || defined(_BSD_SOURCE)#imclude XC8 can't find that file. I did a search and found it at:Microchi..
↧