How to create separate events for read and write in USART dynamic driver?...
I have an application in which I need to receive and write data simultaneously (like in Full Duplex). So in order: I create an Usart Handle:app.usartHandle =...
View ArticleBug: TCP/IP Stack ignores PIC32 MAC PKTPEND flag (jdeguire)
This is in Harmony v1.03.01, though is probably in older versions as well. The PIC32 MAC has two flags to inform the user of received data. There's the RXDONE flag, which is set when a new frame was...
View ArticleTCPIP - Disable DHCP client and use a static IP based on DIP switches (mrvanx)
Hello all, I have so far managed to get a basic program up and running using harmony (PIC32MX795F512L). The basic program implements the TCPIP stack and so far I can get a UDP packet out without much...
View Articleinterfacing TFT display with SSD1289 controller and PIC32 harmony (JuanFR)
Hi all,I have this display ( and i want to buy a PIC32 to interface them using MPLAB harmony. I do not have any development board, i just want to use a pic and a display (and all the power source...
View ArticleNeed pointer on how to unicast and multicast (Don2)
I am currently successful with sending a unicast UDP message, and I would like to add multicast send/receive messages as well. Does anyone have any pointers on this. I have been trying to use the code...
View ArticlePIC32MZ - DBINIT / DBPRINTF (stuart lynne)
Has support for DBINIT and DBPRINTF for the pic32mz ethernet starter kit been implemented yet? I am using harmony 1.04.01 with mplab-x 3.00.02-beta (also have v.235 installed and available.) I have...
View ArticleMistake in drv_spi_slave_ebm_tasks.c (wayne_)
In drv_spi_slave_ebm_tasks.c line function DRV_SPI_SlaveEBMSend16BitISR line 206int32_t DRV_SPI_SlaveEBMSend16BitISR( struct DRV_SPI_DRIVER_OBJECT * pDrvInstance ){ register SPI_MODULE_ID spiId =...
View ArticleCan Harmony actually be used to create a REAL working application (grahamst)
Hi, I am NOT new to PICs - been using them for years !!! 16, 24 even 32MX..... I AM new to 'Harmony' and can't see that it (yet) provides anything of real use ??? Am I missing something here ???. I...
View ArticleIncorrect defines in cmp_p32mz2048ecg100.h (daro6)
Hi everyone,today I found some differences/mistakes in the cmp_p32mz2048ecg100.h (and others).Harmony is V1_04_01.The CMP_INVERTING_INPUT enum is: - CMP_INPUT_C2IN_NEGATIVE = 0x00, -...
View Articleso not impressed !!! (John H)
I have spent so much time trying to get my head around this harmony and it's beat me !!! I tried to follow the PDF and if this is the best way to learn this ultra deep new approach, I am quitting now....
View ArticleHarmony not fully interrupt-driven? (realexander)
Hi, I've configured a project with a few Harmony modules: USB MSD, USB CDC, Timer System Service and Timer Driver. They're all configured to use interrupts, but the MHC-generated code still uses a lot...
View ArticleUSB host hid_basic_mouse not work (afdm_2020)
hiUSB host hid_basic_mouse code, not work and stay in APP_STATE_WAIT_FOR_DEVICE_ATTACH State.i use pic 32mz starter kit and meb iiplease help me!Tahnk you..
View ArticleUSB_DEVICE_CDC_Read return USB_ERROR_DEVICE_ENDPOINT_INVALID (Fred33)
Hi all,I'have got a problem to use USB as serial port on PIC32MX795F512L.Project is build under MPLAB X, compile with XC32.V1.34, use Harmony 1.04.1 and program PIC with ICD3.I tested harmony sample...
View ArticleBSP_TRIGGER warning. How do I fix that? (muellernick)
Hi! In my own BSP-file that I created, I get a warning from Harmony Configurator:Warning: Required BSP support symbol "BSP_TRIGGER" not found. Pin table support for BSPs will not be available. Where...
View ArticleUSB Device MSD + SD-Card (Toussaic)
Hi, I'm trying to upgrade an existing project using Harmony. A part of this project is a datalogger. I need to save some data to the SD-Card and read them later connecting the PIC to a PC. This is not...
View ArticleHarmony Location is not valid (dlindbergh)
I'm trying to get started with Harmony on the PIC32. I'm on MPLAB X IDE v3.00.02-beta. I installed Harmony OK (it shows up in Tools>Embedded and in Tools>Plugins>Installed). But when I do New...
View ArticleHarmony 1.03 usb audio1.00 crashes (FoxVK)
Hello,I am trying to make a simple USB microphone or better trying to send two channel, 48ḱHz PCM sound to PC from PIC32MX220F032b.When host sets me interface alt. settings to 1 audio callback function...
View ArticleUSB stack use under Harmony (chrismo83)
Hi all, I am trying to use USB stack and I must admit I cannot understand how to manipulate it under harmony in spite of the huge PDF documentation ... I have used Harmony Configurator to declare USB...
View ArticleConsole System Service Library-USB-CDC Console Device -Only one byte per USB...
Hello, I was wondering if the read function of the console system service library only supports one byte read per USB transaction? In case it does not support more than one byte, it will be able in...
View ArticleNew to Harmony, Need help getting started with PIC32 Ethernet Starter Kit II...
Hey everyone! So I purchased a PIC32 Ethernet Starter Kit II and I'm using MPLABX 3.00.02-beta with the XC32 v1.34 compiler. I'm not new to Microchip or the PIC microprocessor; however, I don't have...
View Article