New project error "already exists" (tony1967)
Hi All, Brand new to PIC's and harmony. Watched some videos and now trying to work my way through a tutorial. Unfortunately the tutorials don't quite match the harmony I'm using. But nether the less I...
View ArticleIntroducing Harmony 2.00 Beta (DGTLMAN)
http://www.microchip.com/mplab/mplab-harmony/mplab-harmony-2-0Harmony 2.00b incorporates several unique improvements to the award-winning PIC32 software framework:Size-optimized PLIBs providing:smaller...
View ArticlePorting to Harmony and FreeRTOS (AHancock)
I have a custom PIC32MX695F512L board that I am porting to Harmony (1.07) and FreeRTOS. It currently runs MLA and a home brew RTOS (good riddance). I am porting one peripheral at a time to get a feel...
View ArticleIs "DRV_SPI_Open" doing anything in static ? (sunilbarot)
I am using SPI in static configuration and using example "serial_eeprom" as guide.First thing to do is to call "DRV_SPI_Open". The function has "intent" parameter that I saw has different values in...
View ArticleBSD Socket API accept/closesocket issues (friedrichmaeckle)
This is a cross post from the tcpip forum (they told me to do so) I am having an issue with the Microchip / Harmony BSD API which does not behave like i expect it to do. I am using the BSD API because...
View ArticleHarmony V1.07 I2C Solution to phantom byte sent after write which locks the...
On the I2C bus I have found that if I check the I2C write using the DRV_I2C_TransferStatusGet() for a test to see if it is equal to DRV_I2C_BUFFER_EVENT_COMPLETE, it will cause a phantom output on the...
View ArticleDRV_SPI_CLIENT_DATA (nome)
Hello How to use DRV_SPI_CLIENT_DATA if we want to send 3 bytes hex values 3 bytes will be 1 register.we want to send 30 registers with different values can any one help us how to use...
View ArticleCan't configure I/O Pins (Mensetta)
Hi guys, i just got my PIC32MZ EC SK and now i'm doing the first steps with it After i'd installed the MPLAB X IDE and the Harmony Configurator, i started to work with the help_harmony.pdf. The "Create...
View ArticleEthernet Stack Lack of Descriptors (jautry)
Is it normal, or to be expected to hit the DRV_ETHMAC_RES_NO_DESCRIPTORS error on receive packets?? I am running Harmony 1.07.01 on a PIC32MZ2048ECG100. Need to verify if I have something set up wrong...
View ArticleSSL/TLS SMTP in Harmony 1.08 (mhanrahan)
I've had the WEB_NET_SERVER_NVM_MPFS demo working on smtp.gmail.com, but it would not work on outlook.com. After examining the transaction on wireshark (and extensive use of google) I came to the...
View ArticleFixing the baud rate in USB CDC COM Port Demo (swanandp)
Hi, I have PIC32MX starter kit.I want to emulate my PIC32 device as a COM port on PC. So I started with "cdc_com_port_single" demo provided with Harmony. Everything works as expected. Only problem is...
View ArticleCustom BSP issue with Harmony 1.08.1 (AHancock)
When I started using Harmony 1.07, I successfully created a custom BSP for our hardware. Now there are reasons for me to move to 1.08.1, but when I do so I get a never ending stream of " Could not...
View ArticleWolfSSL Certificates help (martinw7750)
Hi,Can anyone help with certificates in WolfSSL?I'm debugging WolfSSL in my own app. I copied net_pres_enc_glue.c from the WolfSSL tcp client example, which is the interface between NET_PRES and...
View ArticleWolfSSL with Harmony Help (martinw7750)
I've got WolfSSL partially working on PIC32MZ However I get a hang in pic32mz-hash.c wait_engine(...)where uc_desc->bd.BD_CTRL.DESC_EN = 1 I think this is waiting for the hardware crypto engine.I've...
View ArticleFile System Bug or feature? (NKurzman)
SYS_FS_FileOpen(filename_usb, SYS_FS_FILE_OPEN_READ); Opens a file with the Write Pointer at 0. BUT! the file is literately overwritten from there. If the New Data is shorter than the Old the the...
View ArticleHarmony USART 9-bit comms (PhilipJ)
Hi,I have a couple of questions about using the USART driver in Harmony V1.08: 1) How do I transmit and receive 9-bit values? I can only find DRV_USART_WriteByte(...) and similar functions which take a...
View ArticlePIC32 and TLS 1.2 (tomashal)
We are going to start a project where we need to communicate with a webserver. Our plan is to use PIC32. But this server requires TLS 1.2, and I'm not sure how complicated this is with PIC32. Does...
View ArticleHarmonyV10701 Generate Code giving "unexpected exception" (Paul PortSol)
I'm getting the following "unexpected exception" when I Generate my Harmony Project, any idea how I interpret this to resolve it? I click the "Show and Report" hyperlink which opens this text, but...
View ArticleHTTP Server: CORS - Cross Origin Resource Sharing (NKurzman)
Adding 'Access-Control-Allow-Origin' to Response Headers Is there a solution for this for the Harmony Web Server?..
View ArticleDefault Harmony USB settings never generate interrupts for CDC type (Oma)
Hi, I have tried to generate the smallest possible working version of a USB app derived directly from the cdc_com_port_single sample that comes with Harmony. The problem is that no interrupt events are...
View Article