How to use TCPIP_STACK_NetConfigSet (Rokx)
I'm trying to restart the PIC with custom Netconfig.I read the current Netconfig with TCPIP_STACK_NetConfigGet and store it on an SPI Flash. This works fine. On restart I call the...
View ArticleHarmony v1.07 ADCHS: "ADCFSTAT undeclared" (jdeguire)
I'm not sure if this is a Harmony, documentation, or compiler issue. I'm trying to update a project to Harmony v1.07 with XC32 v1.40 and MPLAB X v3.25. This project uses a PIC32MZ2048EFH144. When I try...
View ArticleCannot include peripheral.h (twelve12pm)
I cannot include peripheral.h due to compiler errors caused by its contents. The compiler complains of numerous undeclared identifiers, such as ADCFSTAT, ADCFIFO, ADCFSTAT_FEN_MASK,...
View ArticleMark up Harmony code for doxygen? (twelve12pm)
Are there any plans to document Harmony in the code itself using a tool like doxygen? If not, is there a similar tool being used now? It would be VERY helpful for relative newcomers to the framework...
View ArticleSPI Flash/EEPROM (bblessing)
So I was able to get the SPI driver ClientConfigure function to work so that the clock mode can be changed for each client, though it's only been edited to work with the 8 bit driver; the 16 bit driver...
View ArticlePMP setup (bblessing)
In testing an ENC424J600 chip with mode 5, I noticed that MHC's Pin Diagram has PMA0-PMA7 tied to PMP functionality. This was never the case with the MLA. How do I hack this so that MHC doesn't think...
View ArticleDRV_ENCX24J600_RD_ECON1 (bblessing)
Here is the structure definition: typedef struct _DRV_ENCX24J600_RD_ECON1 { uint8_t RXEN:1; uint8_t TXRTS:1; uint8_t DMANOCS:1; uint8_t DMACSSD:1; uint8_t DMACPY:1; uint8_t DMAST:1; uint8_t FCOP:1;...
View Articlejava.lang.IllegalArgumentException (Viktor)
Hello.When loading the project constantly appears message Exception: java.lang.IllegalArgumentException:............ (details in att. file). As possible this correct? MPLAB_X v3.26 + Harmony v1.07..
View ArticleDefining constants at specific address not working using __attribute__ (jkellar)
Using Harmony 1.06, MPLAB X and XC32 1.40... I'm trying to define a constant structure that represents some default configuration data but cannot seem to get the definition to work. From the compiler...
View ArticleNetwork configuraiton modes - What behaviors do the modes exhibit?...
In harmony, you can select from several differnet modes of Addressing.. I'm not sure that I entirely understand what happens, with a couple of modes.. TCP_IP_NETWORK_CONFIG_IP_STATIC - This mode seems...
View ArticleMake new Harmony project from existing one (SteveHageman)
I am wiring up my Harmony Application one driver at a time. When I go on to the next driver, I would like to make an entirely new project path and start from there, get that working and then move on...
View ArticleADS7843 Touchscreen driver for Harmony (epareja)
Hello, I want to share the Harmony driver for this resistive touch controller.I think I have to fix somethings but it is working. If someone has some ideas please let me know to enhance this driver...
View ArticleBootloader Erase Reset Vector (Ryan_NM)
I'm working with harmony 1.07 trying to convert an old pic32MX app into harmony on a pic32MZ2048EFM144. On the MX, I used a modified linker file with a specific trigger address that I wrote a specific...
View ArticleMRF24WN Could not Deinitialize (dbedard)
Hi I adapted the wifi easyconfig example projet to work with the MRF24WN wifi module instead of the WG one. Everything works until I tried to connect to a Wifi network it succeed to scan. At that point...
View ArticleUsing port pins for key inputs with internal pull-ups and change...
Hi I am using XIDE v3.20 and Harmony 1.06.02 with PIC32MX795F512L device. In the "Pin Settings" tab of Harmony Configurator, I selected RD4 --> RD7 (4pins) for CNEN and CNPUE. And then generated the...
View ArticleHarmony OutputCompare (OC) header files bug (Howard Long)
Firstly, apologies is this is already a known feature. I built an almost minimalist (if there is such a thing in Harmony) app to do some OC with a view to using the OC to trigger the ADC on a new MZ EF...
View ArticlePLIB_OC_PulseWidth16BitSet() sets OCxRS? Weird function name. (twelve12pm)
In Harmony 1.07, why is the PLIB function to set OCxRS (secondary compare register for OC module) called PLIB_OC_PulseWidth16BitSet()? The name of this function would seem to indicate that you're...
View ArticleIs there an example of IP settings being saved to NVRAM? (mrpackethead)
I've been looking at the various network example projects to see if there is one that saves its network configuration to nvram. As yet i can't find one. I would have thought this would have been a...
View ArticleBootLoader Linker Script for the PIC32MZ - That Actually Puts Code in...
I'm attempting to create a bootloader app, its actually not a loader but a boot decision process, that determines which bank of program memory to use for the working app. The working app will reside...
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 Article