Error in HTML documentation: TCPIP_ICMP_EchoRequestSend example (kappuz)
Hi, Just reporting an error in the HTML docs. in TCPIP_ICMP_CallbackRegister Function example: // ***************************************************************************** IPV4_ADDR remoteIP =...
View ArticleTCP/IP Stack and USB Stack fills 86% of PIC32MX795F512L, How to slim the...
Hello all, I am very happy using Harmony framework, it increased dramatically the startup of the new project of my company, however I am a little bit concerned about the big use of memory for a "clean...
View ArticleHarmony DevCfg Guide (Paul PortSol)
Been around but I'm new to Microchip and Harmony. For examples set to run on the same dev kit I've noticed that the DEVCFG settings in the examples have a variety of values, while I would have expected...
View ArticleTCPIP_TCP_IsConnected returns true even after network cable is unplugged...
Hello, I have an application based on the tcpip_tcp_server example in Harmony. I'm not sure if the behavior I'm observing is correct or not. Once a connection is established on the socket...
View ArticleOne possible bug with memcpy (DominusT)
Hi. I use the memcpy function to copy the contents of one array to another as follows: memcpy(app5Data.BufferTX,app3Data.BufferRX,sizeof(app3Data.BufferRX)); I have noticed that the first byte of the...
View ArticlePLIB compile error!! (Acuzio)
Hi Project data:IDE: MPLAB IDE v3.05Compiler: XC32 v1.40My issue begins when i try to use PLIB functions in my app.c file.Example:void APP_Initialize ( void ){ /* Place the App state machine in its...
View Article!A_STARTER_KIT (BillP)
Q: How do you make a starter kit not a starter kit? A: Use Harmony.My idea of a “starter kit” is some very simple hardware and development software that demonstrate how to program and use the MCU and...
View ArticleMPFS2/TCIP Stack Weirdness Bug? (kurtg)
After struggling with this the last two days in my project. I decided to use the harmony wireless G Demo, and ask for help. Using straight harmony code wireless G demo no changes. Using MPLAB X 3.05...
View ArticleFont out of Range cause a failure of the Text Subsystem. (NKurzman)
If a Font character is called to be printed, and if is out of range in the current Font, The GFX will no longer display and text.Its all Blank...
View ArticleExternal Graphic Resources. (NKurzman)
External Graphic Resources, They Do Not Appear to Be in Harmony.The Ability to have Both internal and External Resource is All not Included...
View ArticleTutorial : How to add MPLAB Harmony icon to the MPLAB X icon toolbar to...
Bored to click on Tools > Embedded > MPLAB Harmony configurator everytime you start an Harmony project ?Here is a small tutorial (see image attached) to let you add the MPLAB Harmony configurator...
View ArticleWho Gets the PLIB Bugs? (NKurzman)
PIC32MZ2048ECH144This does not work: PLIB_PORTS_ChannelModeSelect (PORTS_ID_0, MTX224E_INT_PORT, MTX224E_INT_BIT, PORTS_PIN_MODE_DIGITAL);This Does ANSELEbits.ANSE8 = 0;..
View ArticleUDP fails to connect to Apple computer and Apple iPad & works great with...
I am building an app that sends UDP packets to several devices (IPs) on an infrastructure network. The code works very stable in sending messages to another embedded system and to a Windows software....
View ArticleHarmony Configurator CAN baudrate BUG (juliosilva)
Hello, I'm new to Harmony and I've found a BUG that took me some hours to figure it out...If the buadrate is less than 500kbps it wont work on Harmony Configurator generated code.I was trying to use...
View ArticleHarmony for PIC32 - Enumerate USB iProduct and iSerialNumber using external...
I am using external EEPROM to store the iProduct and iSerialNumber information. After I read the EEPROM contents into 2 variables, namely iP_storage[] and iSN_storage[], how to enumerate USB instead of...
View ArticleHarmony configurator v1.0.6.12 SPI mode bug? (Zhe Hu)
To use SPI driver, the configurator has options: DRV_SPI_CLOCK_MODE_IDLE_LOW_EDGE_RI..
View ArticleHarmony spi_loopback (Paul PortSol)
The Harmony Help Document (v1.05, pdf, chm) totally doesn't match the actual example in Harmony V1.05 for spi_loopback on pic32mz_ec_sk. Doc indicates dual spi and completely incorrect pin...
View ArticleFreeRTOS V8.0.1 as provided in MHC 1.06 does not yet support PIC32MZ EF...
I just got the word from FreeRTOS engineers. After spending a couple days chasing a portRestoreContext bug. The MHC release notes seem to make no mention of this. Support will come "soon", whatever...
View ArticleSetup for TCPIP + FreeRTOS? (BDD)
Hi AllRunning MHC I can get my ENCX24J600 and freeRTOS and the TCPIP stack to compile but as soon as I enable HTTP server in the MHC then I get...
View ArticleWhy is UART/USART driver different than the rest? (jkellar)
Hi, Using:MPLAB X v3.10MHC v1.06 I've created my framework and instantiated a couple UARTs as well as a couple I2C ports and a Timer. The I2C and Timer drivers show up in the sysObj variable but the...
View Article