In Harmony v2 I2S driver has two implementations drv_i2s_dma.c and drv_i2s_dma_advanced.c.The latter one is missing DRV_I2S_SetAudioCommunicationMode. Is it a bug or made by intent?If this is a bug, is it safe to copy DRV_I2S_SetAudioCommunicationMode imp..
↧
DRV_I2S_SetAudioCommunicationMode is missing in drv_i2s_dma_advanced.c (hutorny)
↧
PIC32MK PIM on an Explorer 16/32 Board (Aaron Hancock)
PIC32MK1024MCF100, Harmony 2.05, XC32 2.05 A new project will use the PIC32MK1024MCF100 on a custom board. This MK just happens to have all of the 'right stuff' for us to replace a dsPIC and a PIC24 on the next generation of our hardware. New hardware wil..
↧
↧
Notion of Driver Client in MPLAB Harmony (hutorny)
Configuration of every Harmony driver I use has option 'Number of Driver Clients'.What a Driver Client corresponds to in an application?If I have a single-threaded application - is it a single client?If my application opens multiple instances of the drive..
↧
Sockets not closed with keep-alive set (David Green)
I am currently having trouble to use HTTP(S) connections. Compiler: xc32 1.44
Harmony: v2.04 (the v2.05 did not change much in that respect)
I use the NET_PRES layer to open the socket and it works until I open and close a few more sockets.
It looked..
↧
HARMONY 2.04/2.05 - show only one USB instance on a chip that has two- PIC32MK1024GPE100 (Brane2)
I tried to use harmony's demo app "cdc_com_port_dual" with newest harmony and tweak/rework it for my PIC32MK1024GPE Development board. I've got stuck on a point where Harmony Configurator refuses to display more thatn one instance for configuration. I've ..
↧
↧
HARMONY- simple USB CDC demo fails... (Brane2)
I tried to use harmony's app "cdc_serial_demo" as a tool, a simple example of implementation of CDC component, which I would rework further to fit my needs. But this thing is driving me nuts. I am using latest MPLABX an Harmony ( 4.20 + 2.5.0.1), so I had..
↧
Odd DMA channel priorities (hutorny)
SYS_DMA_Initialize sets odd channel priorities sys_dma.c:149 /* Initializing all channel priorities as 0 */
PLIB_DMA_ChannelXPrioritySelect(DMA_ID_0, chanIndex, chanIndex);
PLIB_DMA_ChannelXPrioritySelect sets its priority as the following..
PLIB_DMA_ChannelXPrioritySelect(DMA_ID_0, chanIndex, chanIndex);
PLIB_DMA_ChannelXPrioritySelect sets its priority as the following..
↧
Harmony V1.01 TCP Client Example Problem (fpomini)
Hello, I am using PIC32 Ethernet Starter Kit II and Harmony V1.01 and my goal is to learn about programming a board to connect as a client to a webserver. I already programmed tcpip_tcp_client example and I am able to detect it using TCPIP Discoverer, but..
↧
QUESTION: job elements and jobs in queue (henrylaredo)
Dear Friends, I haven't found a doc that explains me the purpose of this options when you configure a driver at Harmony Configurator, in my attempt to configure SPI Driver (Use SPI Driver? block):- Number of job elements created per instance- Max jobs in ..
↧
↧
Any news on harmony 2.06? (RodoPIC)
Hi all,I was helped by tech support for a custom display and he (the EE) gave me a few pages (pdf) of harmony 2.06. I asked when it was going to be out but I got no reply. He also said that it wasn't compatible with the current version. I don't know if th..
↧
PIC32MZ DA USB HOST MSD VBUSERROR MEB II (Marco Olmi)
HW: PIC32MZ2064DAB288 starter kit mounted on MEB II evaluation board.
FRAMEWORK: Harmont 2.05
I'm trying to manage a USB pendrive connected on J7 connector (USB Type-A connector for PIC32 USB host based applications).
I started from aria_coffee_maker e..
↧
Graphics artefacts (Ger jackson)
Hello everyone, I am currently working in a touch screen application and I would like to share with you the malfunction I have. The problem is that I find “ graphic artifacts” or “artefacts” in the screen. I think is something related to the timing, howev..
↧
Pin assignments using MHC (BJeng)
MHC does not allow selecting certain pin assignments:PIC32MX570F512H,Harmony 2.05 and MHC 2.05PMP master mode1, full mux, 8bit data pin 29 should be PMALHpin 30 should be PMALLpin 52 should be PMENpin 53 should be PMRD/WR Also for USB operationpin 11 shou..
↧
↧
TCPIP_HTTP_NET_DynamicWrite : what is "needAck" parameter for ? (Emcy)
Hello, Someone know, what is "needAck" parameter for ? I don't know when I must set/clear it In a TCPIP_HTTP_Print function, I can call several times TCPIP_HTTP_NET_DynamicWrite or must call it one time ?ie : can I do it ?
TCPIP_HTTP_DYN..
↧
LCC - writing to frame buffer while DMA sending data (alex_elec)
Hi there, Just a quick one, if I have an LCC setup with DMA/PMP on a PIC32MZ outputting display data to an LCD (in DE mode) should I suspend DMA transfers while writing to the frame buffer? Could there be a problem if I was in the middle of writing a pixe..
↧
Harmony SPI Driver DRV_SPI_Status function Invalid Enumeration (ugurortac)
Hello All,Harmony SPI Driver DRV_SPI_Status function returned error on PIC32MZ0512EFK064 chip.Thanks...
↧
Problem downloading harmony 2.06? (RodoPIC)
Hi all,I tried last night and I got an error: The document you are trying to download does not exist. Please try later.I tried this morning and I still get the same error. I tried from the mplabx plugin manager and I don't see a 2.06 version available for..
↧
↧
USBID pin on PIC32MZ = Careful (Paul PortSol)
Careful with the USBID pin, even if you aren't using it!! I'm not using the USBID pin, so I left the USBID pin unassigned and enabled a pullup on it so it wouldn't be an antenna.Problem: PIC32MZ seems to use the USBID pin even if you leave it unassigned (..
↧
Net Presentation Layer Bug (ecneb)
Hello,just for info, it is already reported.Net pres layer can't detect if we are out of free TCP sockets. in net_pres_local.htypedef struct _NET_PRES_SocketData
{
bool inUse;
NET_PRES_SKT_ERROR_T lastError;
NET_PRES_SKT_T socketTyp..
{
bool inUse;
NET_PRES_SKT_ERROR_T lastError;
NET_PRES_SKT_T socketTyp..
↧
Can i simulate pic 32 usart-static-wf32 example in microchip harmony framework? (azaman)
Hi,I am trying to simulate the usart-static-wf32 example given in microchip harmony tutorial. I am trying to transmit a byte (0b00001010) using the function DRV_USART0_WriteByte() and then read it using DRV_USART0_ReadByte() function and store the read va..
↧