Hi, I am working with MPLAB X IDE v5.20, MPLAB XC32 v2.10, MPLAB Harmony 2.06
with PIC32MX795F512L Customized Board with 7 inch 800 x 480 TFT (Inbuilt GFX Controller SSD1963) with four wires resistive touch .I am able to use MHGC (aria library) with PIC3..
↧
PIC32MX795F512L + SSD1963 with ( Resisitve Touch Four Wires) (TS9)
↧
Using Harmony to setup ENC28J60 with PIC32MX795F512L (alex)
I'm trying to setup to use ENC28J60 SPI Ethernet Controller with a PIC32MX795F512L (100 pin package). I am using MPLAB X and Harmony and getting a bit confused (I have previously used the Ethernet starter kit successfully). So when I select 'Use ENC28J70 ..
↧
↧
Why DRV_USBHS_PersistentInterruptSourceClear(SOURCEUSB1) isn't equal to IFS4bits.USBIF = 0 (DominusT)
Hi. I'm working with the PIC32MZ2048EFM100 with Harmony 2.06 and XC32 v2.30. I'm using the USB module to emulate an RS232 COM port.
I'm reviewing the interrupts related to the module to determine a problem.
The way to clean the USB interrupt is as f..
↧
Can't select to use USB CDC for console in the harmony V3 config (MantasP)
Hi, I'm trying to use console service to print debug messages. With harmony 2 I used to setup the usb driver in CDC and use the CDC_COM_PORT_SINGLE_DEMO in product id selection. When setting up the console I was then able to chose between UART or USB unde..
↧
Harmony Startup Problem (tcross)
I just got a new hard drive and uploaded Java, the Microchip IDE 3.5 and then installed the lastest MCC. However when I build new project and try to use Harmony 3 it get the following errors": at java.awt.EventQueue.dispatchEvent(EventQueue.java:730) at o..
↧
↧
HARMONY weird phenomenon in SPI EEPROM Developer's Help Example (lamdaelectronics)
We have built our own board based on PIC32MX795F512L and this device is in production. We've upgraded the device installing an SPI EEPROM chip. I've managed to get things going on the SPI EEPROM communications. As the next step, I've integrated this code ..
↧
PIC32MZ Ethernet/PHY EREFCLK question (boatbodger)
I am working on a cost sensitive controller which needs an Ethernet interface, and USB, using PIC32MZ1024EFE10064 with a LAN8742 PHY chip.I would like to use only one crystal oscillator to clock the PIC32MZ, at 24MHz, then generate the 50MHz required by b..
↧
USB host/device selection for PIC32MZ (Jetoleg)
Hello,Run into interesting issue with PIC32MZ USB operation. Looks like MCU using special USBID pin to select between device/host operation. Unfortunately I am using this pin for other purposes, so in my case USB always initializing as Host.Harmony initia..
↧
I2C driver is not working with basic bootloader firmware (ravic)
Hi,I am using basic firmware present in directory C:\microchip\harmony\v1_07_01\apps\bootloader\basic\firmware, and I kept my application firmware in C:\microchip\harmony\v1_07_01\apps\usb\device\i2c_test\i2c_test\firmware, if I disable the 'Use bootloade..
↧
↧
Jump to the application from the bootloader with Dynamic Flash ECC (DominusT)
Hi I'm using the bootloader for the PIC32MZEFM100 with USB type device with Harmony 2.06 and XC32 v 2.30. The bootloader works very well, when the hexadecimal is downloaded using the PC software and a "JUMP" command is issued to the application it works v..
↧
Harmony 2 problem with SYS_TMR_CallbackPeriodic() - SOLVED (boatbodger)
The function SYS_TMR_CallbackPeriodic which appears as part of the Harmony 3 suite when you create a TCP/IP application looks like a useful way for your application to set a Periodic callback.However, the way it is written, it is clearly intended to be us..
↧
Mismatch between UART2 configuration and SYSCLOCK setting (yts)
bsp v3.5.0, core v3.5.2, csp v3.5.2, dev_pack v3.5.0, mhc v3.3.4
PIC32MX270F256B-50I/SP
The SYSCLOCK can be successfully set to be 50 MHz by modifying the bsp.py. (see the topic #5 at https://www.microchip.com/forums/m1094799.aspx and the attached fig..
↧
Harmony read I2C data from memory 24LC64 (dobrosoft)
Hello. Can anybody check, what's the problem - I want to read byte from I2C eprom 24LC64, with Pic32MZ as Master. Harmony is 2.06. in dataRead I will receive data, but always 0xff; case APP_STATE_READ_I2C_Start: { if (PLIB_I2C_BusIsIdle(MY_I2C_ID)) { PLIB..
↧
↧
Harmony Timers API - migration H1/H2 to H3 (ElwoodBlues)
We're migrating a PIC32MX Harmony v1 project to v3. I'm nearly there... partially building, but so far I have run into some interface differences in the Timer system... - H1/H2 has the "Timer Driver Library", and the "Timer System Service Library". - H3 h..
↧
PIC32MZ USB HID bootloader programs only once (bblessing)
Background: PIC32MZ2048EFH064, XC32 v2.05, Harmony v2.05, MPLAB X IDE v4.15, Windows 10 Professional I have a USB HID bootloader and an application that implements CDC USB. It's very similar to my other projects in that I have a "switch" that will allow y..
↧
Happy New Year 2020 (TS9)
Hi, Wish You a very to all community members, Admins , Moderators..... HNY2020.jpg..
↧
Support needed: Graphics with PIC32MZ DA (ideasoft)
Hi!I work for a company developing a product with a PIC32MZ1025DAG176, on a custom board. I am using Harmony v2_05_01, MPLAB X v4.15 and XC32 v2.05. The board has to drive a 7" 800x480 display (POWERTIP PH800480T013-ICC02). As a background task it has to ..
↧
↧
USB Stick detection issues through Hub (ryanafleming)
Hi Team, Harmony v2.06XC32 v2.10 I am currently working with a PIC32MX460F512L trying to get a Microchip "USB2512B/M2" Usb working. As of this stage everything appears to working on the surface. I plug in 2 USB sticks, the framework can detect them both. ..
↧
USB CDC control RTC/CTS Pin (mvollmer)
Harmony Version 1.06
PIC32MX250F128B
Optimazation 1
XC32 1.40
MPLAB IDE v3.10 Hello folks,im using a pic as a usb slave. sometimes the host must wait before sending the next data. now i want to use the rts/cts of cdc to make a control flow. I've tried..
↧
Importing pin coniguration from Harmony 2 to 3. (jipihorn)
Hello, I would like to know how to import a pin configuration (GPIO, PPS...) from Harmony 2 to Harmony 3. As it is a tedious task to do such configuration, I don't want to have to do it again (with the risk of mistakes) in the V3 environment as it looks e..
↧