Harmony 1.08.01 Bootloader for Non Starter Kit Devices (microtech7)
I'm trying to make a UART bootloader for my PIC32MZ1024EFF100. If I start with the Harmony bootloader example, what changes will I have to make in order for the example to work on my device past the...
View ArticleHarmony and reading MCP2515 with SPI (AHancock)
Continuing with the effort to port our hardware to Harmony 1.07... Our custom hardware uses a PIC32MX695F512L and 4 MCP2515 CAN controllers connected to the PIC with a single SPI bus. Chip Select (CS)...
View ArticleGraphics Library Digital Meter problems (Abama)
Hi emarx, have you solved problem? For testing I write as follows: case APP_STATE_SERVICE_TASKS: { if (hgcObj.pDig1Obj) { GFX_GOL_DigitalMeterValueSet (hgsObj.pDig1Obj, 25); st =...
View Articlestatic SPI does not support inerrupt ? (VYSAKH)
Hi,I am facing an issue while using STATIC driver for SPI. I am using Harmony v1_08_01. Selected Driver and configured corresponding pins from harmony configurator and SPI is initialzed in...
View ArticleWebserver in External Flash sst25vf016b (afaideen)
Hi Microchip expert,I realized the mplab harmony version 1.08 already provide setting for SPI Flash in the file system services. The demo webserver_nvm_mpfs under tcpip app folder demonstrate the...
View ArticleHow do I add text to a Listbox? (455Turbo)
I know this should be simple as dirt, but I can't seem to get it to work. I have created a Listbox that has three lines of text in it using HGC (v1.07.01). I want to add another line of text to the...
View ArticleNeed support about bootloader (jrebetez)
Hi forum, I'm using Harmony since a while and I'm now trying to build a bootloader. This is my first experience with a bootloader abd I have to say that it's a bit complicated for me. I already read...
View ArticleDetermine processor type at compile time? Any macro? (muellernick)
Hi! A simple question (but still not simple enough for me). :-) I'd like to know the processor that is selected in the Harmony settings. Background is, I need a version string that also represents the...
View ArticleOC follow the IC (cyd)
I am working on pulse width modulator that is a scaled from an Input capture pulse. The PIC, mx695f512H, is being developed in the MLABX IDE v3.30 and utilizing Harmony 1.08. The board is custom...
View ArticlePer Packet TTL for multicast. (mrpackethead)
Hi, I am sending from the Harmony IP stack Multicast packets, to the Local Control Block ( RFC3171 ), and for those packets, the TTL for the packet shoudl be set to 1. does anyone have any idea how do...
View Articleconfiguration wifi n paramter init (davidif)
Hello , I program under MPLAB IDE v3.26 x harmony v1_07_01 I use an example of soft home microchip "pic32_eth_wifi_web_server .X" I view or set the parameter network (IP, mask, gatway, ...) in order to...
View ArticleSomeone using this Harmony? Someone uses it at work with USART with DMA? Help...
Explain why there is an exception:In APP_DATA I have fields:DRV_HANDLE uartHandle;uint8_t writeBuffer;DRV_USART_BUFFER_HANDLE writeBufferHandle;before sending...
View ArticleDevelope custom display drvier and integration into Harmony (ShaileshV)
Hi I am using XIDE V3.35 and Harmony 1.07.01 and device PIC32MX795F512L. I need to develop display driver for ILI9325 and the reason being I should be able to create screens using MPLAB Harmony...
View ArticleCan someone explain...when to use "http" or "http net" as described in the...
I can read the different features, but what I really need to know is why I would choose one or the other? Interestingly, when I did a search in the form for "http" i got nada...
View Articlesomething wrong with mpfsupload for app---->web_net_server_nvm_mpfs (afaideen)
Hi,I am now working with mplab harmony project under folder web_net_server_nvm_mpfs. This example does working fine but why when I upload a new mpfs2 system file .bin the system seems trap as shown in...
View ArticleSPI clock mode swapped? (Artabanos)
I'm using Harmony 1.07.01 with a PIC32MX695F512H. MHC version is 1.7.16. I want to drive a display which requires SPI mode 3. (Clock idle state = high, sampling on rising edge)It doesn't work and the...
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 ArticleIs there a Harmony PMP LCD sample that doesn't block? (DickD)
Is there a Harmony example available that writes to a character LCD using PMP that doesn't have spin delay loops? In sample...
View ArticleHarmony House Call lab two AtoD (btb900)
here is my code:// *****************************************************************************// *****************************************************************************// Section: System...
View ArticleHow to do you set RB0 pin for external INT1 ? (ysaitoysaito)
I would like to use RB0 pin for external INT1 but it seems that Default Debug system uses RB0 pin for PGED1. Please see attached Screen shot. Qestion1. I would like to use PGED2 and PGED2. How do you...
View Article