changing processor for cdc_com_port_single example (microchip777)
I want to test the cdc_com_port_single example. But my processor is PIC32MX470. Can I change this from the Project properties to device: PIC32MX470 and work from there on? what else do i need to do?..
View ArticleChange scheme Progressbar (nouri)
Hi all, i'm using the development board DM320015 with Harmony V1_11.i added a Progressbar to show the percent of my battery.I want to change the color to red when the percent goes under 20% so i made...
View ArticleHarmony touch expectations (bblessing)
Background: MPLAB X IDE 3.65, XC32 v1.43, Harmony v2.03b, custom board using PIC32MZ2064DAH176, Newhaven NHD-4.3-480272EF-ASXN#-T display (4.3", 480x272 pixel, 4 wire resitive touchscreen) I have a...
View ArticlePIC32MZ2064DAH176 Orientation Issue (bblessing)
Background: MPLAB X IDE 3.65, XC32 v1.43, Harmony v2.03b, custom board using PIC32MZ2064DAH176, Newhaven NHD-4.3-480272EF-ASXN#-T display (4.3", 480x272 pixel, 4 wire resitive touchscreen) If I run my...
View ArticleMHC v2.03b not starting up (microchip777)
I downloaded MHC v2.03b and installed it. Then from the MPLABX > Tools > Embedded > MPLAB Harmony Configurator I launched the previous version I had installed v1. After that I clicked on a...
View ArticleOnly one client can connect to HTTP net web server (XHF)
I am using harmony v1.09, I tried demo web_net_server_nvm_mpfs, everything OK except only one client can connect to the web server although the default setting for TCPIP_HTTP_NET_MAX_CONNECTIONS (4),...
View Article__builtin_mfc0(9, 0) (bblessing)
I see this being used to control timing in a lot of these graphics applications. Can somebody indulge me and fill me in on what this does? I didn't see anything in the compiler manual for xc32 v1.43....
View ArticleWhat do you mean file in *.hconfig ? (ysaitoysaito)
In *.hconfig file there is "file" command below for example ,"C:\microchip\harmony\v2_03b\framework\gfx\config\gfx.hconfig" ......ifblock USE_GFX_STACKadd "<#include...
View ArticleUSB CDC Device Interrupts with PIC32MZ (sunugal)
Hello, I was advised to re-post this thread in the Harmony forum: I'm using a PIC32MZ2048EFM144 in a custom board and wanted to use the MPLAB Harmony demo code cdc_com_port_single. I see that there are...
View Articlechanging clock in cdc_com_port_single example (microchip777)
When i build the cdc_com_port_single example(using starter kit 3, PIC32MX470) as it is it builds successfully. when i change the clock speed from 8MHz to 12MHz via the MHC, the project does not build...
View ArticleDRV_SPI_CLIENT_DATA (bblessing)
I've posted about this before, but I'm curious as to why this hasn't been updated to include clock mode and input phase. These really aren't difficult to add and I've done so myself in past iterations...
View Articletarget device ID does not match with expected device ID (microchip777)
I am trying to use the cdc_com_port_single example with the usb starter kit 3 board for my own PIC32MX470 hardware. the build is successful and now when i try to upload the program to my PIC32MX470...
View ArticleHarmony UDP Broadcast (jhorwood28)
Hello all I am attempting to use harmony to develop a board which will transmit messages to a logging PC. I am using the PIC32 ethernet starter kit II with harmony v2.03b with MPLABX v3.61. Ultimately...
View ArticleUnit testing boilerplate for PIC32 (crespum)
Hi, I was spending too much time finding stupid bugs and manually testing my code, and specially code written by other people which I had to study first. That's why I decided to spend some time setting...
View ArticleH2.03b: ADC Touch : Is this working?? (jtzeng)
I have been move a project from H2.01b to H2.03b for the PIC32MZ2048EFG100.The old project used the AR1011 which does not configure in the H2.03b.I have setup the Touch for ADC as indicated in the...
View ArticleSD card drivers pic32mx help required. (Akshayy)
Hi, I am using SD card file system drivers from MLA.it works fine.But i don't want to usa file systems.I just want to store packets coming from sensor having size 50 bytes max.Is it possible to get it...
View ArticleWrite to I2C (nouri)
Hi all, i'm using the development board DM320015 with PIC32MX795F512L and the DAC (MCP47FEB02).I have already tested my device with the logic analyser SQ50 and it works.this is my code in the program...
View ArticleI2C doesn't work (SAEED)
hi I want to read data from an ultrasonic range finder sonsor.this code has two phase! the first one works properly because I can see sensor's bliking which says 0x54 has been written to command...
View ArticlePIC32mz live bootloader troubleshooting (matta)
I'm trying to put a bootloader(UART) in a PIC32MZ2048EFH064 using Harmony 2.03b. So ICreated a project for the application, generated the application linker script, and built the hex file for the...
View ArticleHarmony - DHCP-assigned DNS values are not applied after calling...
-- Harmony v1.09 -- By default, my device initially starts TCPIP and brings networking up (TCPIP_STACK_BringNetUp) with static IP settings (DHCP client service disabled). It then loads user-configured...
View Article