Ethernet Advice (camera interface) (btaylor147)
I've got a camera sensor connected to a Pic32mz processor, I'm wondering what protocol people use to transfer images from the camera sensor via Ethernet? I have it working, and currently using tcp,...
View ArticleRead/Write Operation via I2C with EEPROM (gabbla96)
Hi all, I'm new to PIC32 and Harmony. In my application i need to read and write bytes from an I2C EEPROM (24LC64). I looked at the example in MCH directory but i can't understand it. In the past two...
View ArticleHarmony App Involving 7" - 10" Display (JustinPortSol)
I'm looking for a way to interface with a display using Harmony V1.6.2 and can't seem to identify the driver for the IC. Anyone encounter a similar issue and willing to provide a resource or some...
View ArticleHarmony PIC32MX Graphics options (cc11)
Hi,I am trying to get a project going with Harmony(1.7), I have a PIC32MX350F256L connected to an external SRAM in parallel, I am using the Harmony's PMP driver to control this link and that generates...
View ArticleHarmony I2C Transmit Problem (Address byte) (bekeband)
I'am new for Harmony. The I2C driver didn't work for me. I use v1_07_01 version of driver library, and STATIC master mode implementation of I2C driver. (BUFFER_MODEL_STATIC, and interrupt mode). The...
View ArticleUART RX didn't work properly for PIC32MZ (Heather)
Hi there,My PIC32MZ UART RX didn't work properly. I was trying to read command from PC rs232 port (a string + CR), but it seems it can only read 1 byte each time no matter what I entered. How can I...
View ArticleWhy Harmony is still a failure for me (philipj451)
I saw that Harmony is now at version 1.06.02 so I thought "perhaps, time to try it again and see if it works". So I download all the latest firmwares MPLAB.X Version 3.20, XC32 Version 1.40 and we'll...
View ArticleNo Harmony Support for SD Card Bootloader? (red_five)
I have been struggling for weeks trying to build a working SD card Bootloader for my PIC32MX570F512H based project, with absolutely no success. I know my target hardware is OK as I can build the...
View ArticleWhat triggers a DRV_USART_BufferEventHandlerSet Complete Event? (jkellar)
I'm trying to fine tune my buffered USART task and wondering what constitutes a COMPLETE event from DRV_USART_BufferEventHandlerSet(). I haven't found anything in the docs that defines what COMPLETE...
View ArticlePossible to cancel, delete or overwrite a DRV_USART_BufferAddRead()? (jkellar)
Is it possible to cancel, delete or overwrite a DRV_USART_BufferAddRead() instantiation? What I'm trying to do is proactively manage my buffering. For instance instead of relying on the buffer event...
View ArticlePIC32MZ Bootloader basic example (NoeSan)
Hi, I am doing a Bootloader with the example of basic. I take the basic example (I don’t change anything) and choosing the configuration of usbdevice_pic32mz_ec_sk with linker file btl_mz.ld, I compile...
View ArticleMRF24WN0MA module with stk ethernet (davidif)
Hello everyone,That's it this is the time to put more seriously if my starter kit pending wiring cards to program.DM320001on the expansion card DM320002 and WiFi Module AC164153 I am currently on my...
View ArticlePIC32MZ Bootloader with application (NoeSan)
Hi, I'm trying to make the bootloader with application. I have the bootloader and the application that works separately. What I'm trying to do is in the bootloader project get the .hex file of the...
View ArticleUSB Host MSD insertion not detected PIC32MX 1xx/2xx (PIC32MX250) (yst)
Hi, Has anyone got msd_basic to work on this family PIC32MX on harmony?I am having trouble getting USB host msd to work on PIC32MX250C - the device insertion never gets detected. The usb host state...
View ArticleEdit web server in pic32_eth_web_server Harmony Example (raccess)
Hello, I want to edit to generate a new mpfs_img2.c file in the pic32_eth_web_server example. I am using the Ethernet Starter Kit. I would like to add extra LEDs to the web server to begin. I tried to...
View ArticleChange "VREF" on the 12-bit ADC of PIC32MZ "AFTER" startup? (MaxVA)
Hi all, I'm using PIC32MZ and I need to measure two voltage levels: one ranging up to 1,8V and other ranging up to 3V so to keep a good resolution I want to change VREF on the 12-bit ADC to "1,8V...
View ArticleMHC reverts to analog pin settings? (80hCO)
Using MPLAB X IDE v3.30MPLAB Harmony framework v1.07.01MPLAB Harmony Configurator plugin v1.07.16Playing with a chipKIT Pro MX4 which includes the PIC32MX460F512L micro on Mac OS X El Capitan Hello,...
View ArticleSet Mac Address (DanielBlazevic)
Harmony v1.07.01 ENC28J60 PIC32MX795F512L custom board.---------- Hi, When I set mac address from Harmony configurator, everything works OK (receiving ping reply from board).But, when I set custom mac...
View ArticleImplementing performance counter (ScratchMonkey)
I want to create 64-bit high-resolution timestamps for events in my code. I'd like to use a 32-bit timer on a PIC32MZ as a "performance counter" such as that available in the Win32 API. For example, I...
View ArticleTimers configuration problem TCP / IP stack (davidif)
Hello, currently I program on my ethernet starter kit to implement the function tcp / ip with MRF24WNOMB wifi module. I MPLAB V3.26 program in harmony and I use an example of soft home microchip...
View Article