command_appio over USB console (AndreaC)
I'm trying to port the command_appio sample to a ChipKit Wifire board. Since the Wifire has a PIC32MZ, which doesn't support AppIO, I need to use a USB CDC Console instead. So, under Harmony, in the...
View Article[Solved] How to get PIC32 USB to use Windows built in CDC driver (LostInSpace)
Hello All - I have gotten the CDC Com Port Single demo to work with My PIC32MZ-EF device and I started my own project and have that working fine. Device enumerates a Com port and I can talk to it. This...
View ArticleHID report ID problem (majorninth)
Harmony 2.03bMPLAB 3.61CC32 1.43 I have a joystick HID that works fine and shows up correctly on the PC driver control - both buttons function correctly.As soon as I add a Report ID (preparatory to...
View ArticleUSART Read/Write (AH21PE03)
Hi, Has anybody actually managed to get the UART working with Harmony using the Read/Write model? I've been trying to get this working for over a week, and it's just more effort than it usually is...
View ArticleTutorial: MPLAB Harmony v2.03b TCP/IP UDP bootloader using PIC32MZ EF starter...
Hi,Having also struggled like many other users to get the Harmony v2.03b UDP bootloader running, I have decided to make a step by step tutorial to make sure I don't forget the procedure the next time...
View ArticlePIC32MZ2064DAH176 issue (bblessing)
Background: MPLAB X IDE 3.65, XC32 v1.43, Harmony v2.03b, custom board using PIC32MZ2064DAH176, Newhaven NHD-4.3-480272EF-ASXN#-T display (4.3", 480x272 pixel, 4 wire resitive touchscreen) Regarding...
View Articleharmony bootloader callback function won't called (rtestkdgus)
there is callback functions as below... typedef struct{ /* Application current state */ BOOTLOADER_STATES currentState; /* Application previous state */ BOOTLOADER_STATES prevState; /* Datastream...
View ArticleHarmony LiveUpdate: Bank Swapping (schmitbn)
Hi, i know that there have been al lot of posts regarding the booltoader, but i couldn't find what i was looking for in previous threads, so i would be really gratefull if anybody could help me out...
View ArticleHarmony LCC (entire screen fades to white) (sergioneves)
Hello, I'm working with PIC32MZ2048ECG100 + Harmony v1.0.10I have a LCD from MIDAS (MCT035G0W320240LML) with the following characteristics: Resolution: 320 x 240VGA Size: QVGADclk Frequency (Tosc): Typ...
View ArticleUnderstanding the DHCP client implementation (_DHCP_CheckFailEvent(), and...
I'd like to do a few small modifications to the DHCP client implementation. Most of it is understandable, but I have trouble understanding some of its mechanics. I was looking for all places, where the...
View ArticleOnly one client can connect to HTTP net web server (XHF)
I am using harmony v1.09, I tried demo web_net_server_nvm_mpfs, everything OK except only one client can connect to the web server although the default setting for TCPIP_HTTP_NET_MAX_CONNECTIONS (4),...
View Articlecdc_com_port_single example loses comms long-term (Jason Watton)
Using the PIC32MZ EFM Starter Kit (PIC32MZ2048EFM144) and Microchip's sample code ONLY... If I run the Microchip example 'cdc_com_port_single' then characters typed are echoed back +1 as expected and...
View ArticleDRV_NVM became useless with Harmony V 1.04 (muellernick)
Hi! Years ago, I complained about the useless change in the DRV_NVM-interface, when they changed from address to block-address. No gain at all, you only have to additionally convert from some ROM...
View ArticleHarmony SPI Callback (Paul PortSol)
I've got Harmony V202b SPI running with the Hardware SS1(out) pin,but to reduce hardware in next design I'm trying to make it work with callback to drive a GPIO pin as the SS-Its not working :( MHC:...
View ArticleH2.03B DRV_TOUCH_ADC issues. (jtzeng)
I have been posting on this, but am starting a new one as I am narowing down some driver issues.I have two issues to report. ADC conversion issue, and Driver Code.I would like to start with the main...
View ArticlePic32mz never responds to DHCP Offer -- TCPIP Stack Harmony UDP Client/Server...
I am running the UDP client/server example on a custom board with internal MAC and LAN8720 PHY. According to the console output it thinks it is ready to "sendudppacket" and comes to whatever the...
View ArticleConverting Project from Starter kit to real PCB. Harmony 2.03 (mrpackethead)
I'm moving the bootloader basic project from a starter kit to my own board design. the new board has a PIC32MZ2048EFM100, on it, vs the PIC32MZ2048EFM144 that is on the starter kit. When I go into the...
View ArticleSending command via USART using harmony (microchip777)
I am trying to send command to rn52 bluetooth module to change the name. but it is not working. below is my function code used in the state machine to send command. const char *cmd =...
View ArticlePIC32MZ2064DAH176 Orientation Issue (bblessing)
Background: MPLAB X IDE 3.65, XC32 v1.43, Harmony v2.03b, custom board using PIC32MZ2064DAH176, Newhaven NHD-4.3-480272EF-ASXN#-T display (4.3", 480x272 pixel, 4 wire resitive touchscreen) If I run my...
View ArticleHow to create custom BSP? (rbuck)
Is there a document somewhere that shows how to create a custom BSP for Harmony v1.10? I have read that in v2.x this is supposed to be easy. However, I'm not ready to risk using v2.x at this time...
View Article