Adding a C++ class introduces errors (tony1967)
Hi All,new to mplabx, harmony and pic development.I've installed mpx, harmony and c++ compiler from microchip websiteI've got the berkley server example up and running.I want to add a c++ class / file...
View ArticleHTTP NET Server Problems (twelve12pm)
I'm trying to set up basic Web Net Server on custom board with PIC32MZ2048EFG and Harmony 2.01b. Right now, the demo web page will suffice for my purposes. In the past, I succeeded to get the demo web...
View ArticlePIC32MZ Harmony DHCP DISCOVERER only sends 42 bytes (tedhuntington)
I am using PIC32MZ0512EFE064 with a LAN8720A, Harmony v2_00b, MPLABX 3.40 XC32 1.42 on Ubuntu. I cannot get past a DHCP DISCOVERER request because it only sends 42 bytes (everything but the actual...
View ArticleUpdating code to run on PIC32 EFH devicies (nigel gaia)
I had an application for a power meter running using the PIC32MZ ECH processor. As I wished to get better results from the ADC and analogue comparator I had to change to the new PIC 32MC EFH processor....
View ArticleIssue with V2.01b and SQI SST26 Flash (rjc101)
I thought I'd give the new SQI SST26 support a bash, although it won't even build the harmony config after clicking generate code. Failing in dry_sqi.c.ftl at the following line (line 28)......
View ArticleIssue in reading Temperature data from DS18B20(One wire temperature sensor)...
Hi, I am using PIC32mz2048ECG microcontroller through olimex board. Trying to interface 1-wire temperature sensor DS18B20 with it.Only one sensor is connected. I am able to do the reset and get the...
View ArticleDMA initialization without Harmony (luker)
Hi forum, this is connected to the other thread "8-Bit RGB Display" http://www.microchip.com/forums/m952975.aspx but a somewhat specialized sub-issue thereof. So as for the Why go there, the What do...
View ArticleEBI or PMP Initialization without Harmony (luker)
Hi forum, this is connected to the other thread "8-Bit RGB Display" http://www.microchip.com/forums/m952975.aspx but a somewhat specialized sub-issue thereof. So as for the Why go there, the What do...
View ArticleAssigning NVM media address? (twelve12pm)
What is the significance of the NVM media start address? The default value assigned in MHC is 0x9D010000. According to the memory map, on PIC32MZ2048EFG144 this is in program flash. Is there a reason...
View ArticleWarning pin function will be overridden by higher priority (twelve12pm)
When generating code in MHC, I get numerous warnings similar to this one: Pin "RE5" function "OC4" will be overriden by higher priority enabled peripheral function "INT4" Pin "RJ12" function "GPIO_IN"...
View Article[Resolved] Harmony printf uart (Paul PortSol)
a) When using Harmony can I direct printf to any UART I wish, or does it always go to UART2?If yes, how do I redirect the output to a different UART? b) What about Harmony console, can that go to any...
View ArticleMPLAB Harmony Configurator failed to initialize (AnEngineerWithAPlan)
Hi, I've just upgraded the configurator to 1.0.9.2 and am using MPLAB X IDE 3.40 and get: "MPLAB Harmony Configurator failed to initialize" Does anyone know how to fix this?..
View ArticleDynamic DNS code error (WesS)
, I have started recently with Harmony and MPLAB X because my project that worked for a couple of years compiled with MPLAB 8 and using TCPIP stack v5xx stopped working - Goggle stopped accepting SSL...
View ArticleI2S driver problem on Harmony 2.0b (Johnny0099)
I'm trying to use I2S driver on Harmony 2.0b on PIC32MZ EF but seems to not work. Here is the code: i2sHandle = DRV_I2S_Open(DRV_I2S_INDEX_0, DRV_IO_INTENT_READ|DRV_IO_INTENT_EXCLUSIVE);if (i2sHandle...
View Articlespi harmony scoping wrong data (ether8)
Hi I'm trying out harmony and got SPI to send some bits. I'm repeatedly sending 0xC0FFEE but I noticed that the logic analyzer I hooked up doesn't read 0xC0FFEE all the time. Sometimes the analyzer...
View ArticleSaving IP settings to Flash under Harmony... Is this built into the...
In the harmony framework, is there a built in way to save network configuration information to flash, so the mode ( dhcp or static, and static ip information ) is saved between reboots? When i use the...
View ArticleHTTP_NET_SERVER web pages (BillP)
I am confused, please help. 1. I configured MHC to use the http_net_server and included the mpfs_img2.c file from the demo code for the net_server. It appears that MHC added 2 files:...
View Articlecannot get command prompt on USART terminal (tedhuntington)
(Using the latest harmony 2.00b, mplabx, and xc32, pic32mz0512efe064+lan8720 custom board) I am unable to get a command prompt or send commands to the TCPIP Commands or System Commands modules. I...
View ArticleHarmony 2.1 and MRF24WN (belaz)
Hi,Harmony V2.1 came with easy_config demo with Curiosity MZ EF configuration. However, when I'm trying to run the app. It creates the AP network and it possible to connect to it from PC, but it does...
View ArticlePIC32MZ SPI receive issue (jCoder)
Solution Found: Details at bottom of post I am trying to use the Harmony PLIB_SPI library to implement my own spi driver. I am using the PIC32MZ embedded connectivity starter kit. It has the...
View Article