Harmony GifDecoder (Marc Coussement)
I was successful in using the GifDecoder using MLA.We now use MZ part and forced to use Harmony with success for jpeg decoder.But the GifDecoder doesn´t compile The file #include "Image...
View ArticleHarmony Jpeg decoder ImageDecode wStartx wStarty issue (Marc Coussement)
Using the Jpeg decoder in harmony v1.03 Function ImageDecode using wStartx en wStarty equal to zero and the image looks perfectSetting the wStartx and wStarty to another value and the image is...
View ArticleTCPIP Stack crash when using 100kHz interrupt timer (mystery123)
Hi, We have an application using PIC32MZ Starter Kit, where we use TCPIP stack from Harmony 1.03 (based on tcpip_udp_server demo app). We receive data over UDP. And we have 100kHz interrupt timer...
View ArticleNew Harmony Project Creation Problems (James Autry)
If I try to create a new harmony project, I keep getting a failure with: HConfig Error: Symbol (USE_3RDPARTY_RTOS) not found a line 10 in file . I checked in the directory, and the file does not seem...
View ArticleHarmony and USB - Never used USB before and can't get demos working (jgvicke)
Hey everyone. I have been using the Harmony TCP stack for a while and have it running pretty good. Now I am wanting to mess with USB for a project. I loaded up the cdc_com_port_single and was able to...
View ArticleMPLABX Harmony V1.03 and GDD V2x (ToshCom)
Hi,Perhaps this question may be asked before but I sure can't find answers for my problem.Also, please, anything helps.I just started using the GDD graphics with LCC 480x272 display...
View ArticleHarmony v1.02 & GDDX v2.20 (tnikos)
Hi everybody. I had some experience with PIC18 & PIC16 at past (usually I work with freescale) and now I am trying to use PIC32. I have installed MPLABX 2.30, XC32 1.34 and Harmony 1.02I have made...
View ArticleBootloader and NVM apps (dayar)
Hello, first I apologize for my English (I am Spanish).I'm testing the bootloader examples, and work perfectly.I tested app linker scripts with other applications, such as TCPI/IP.In applications that...
View ArticleDifference between System Services Timer and Drivers Timer in Harmony? (Vathek)
I need to test a simple timer that uses interrupt (just to do something every fixed period of time). I see that in Harmony configurator (I'm using 1.03) there are two option I can check that refer to...
View ArticleCan Harmony actually be used to create a REAL working application (grahamst)
Hi, I am NOT new to PICs - been using them for years !!! 16, 24 even 32MX..... I AM new to 'Harmony' and can't see that it (yet) provides anything of real use ??? Am I missing something here ???. I...
View ArticleHarmony 1.03 from 1.02 migration: configurator issue (ematicon)
Hi!I am trying to migrate project from Harmony v1.02 to v1.03.There are some problems and I hope the forum will help me. 1) help_harmony.chm: Prerequisites: MPLAB Harmony Configurator v1.03But only...
View ArticleWhat doesn't work? (surfbytes)
Hello, Is there a list somewhere of the system services, drivers etc. that simply don't work and are awaiting fixes from Microchip? For example, I see from the forum here that there are issues with SD...
View ArticleNeed help with TCP server and PIC32MZ starter kit (flatbush)
I am trying to evaluate the TCPIP stack on the PIC32MZ starter kit. Particulaly the Harmony tcp server application.It works well, but I noticed something which is very ennoying : the starter kit has 3...
View ArticleWorking at the MAC driver level (James Autry)
Is it possible to work at the MAC driver level only without including the entire TCP stack? I know the configuration tool allows for just including the MAC driver, but it seems the initialization call...
View ArticleConsole printing data to USART every 60 seconds (carmix)
Hi, I'm developing with Harmony 1.02, I'm facing an odd issue. I have an application which regularly(every second) send messages to console using SYS_CMD_PRINT("message");Now the odd issue is that...
View ArticleErrors Loading Project (Kentj)
Hello.I'm trying to do the TCPIP Demo project with the Ethernet Starter Kit and a Display TFT-G240320LTSW-118W-E.Problem 1. It starts out saying "Configuration Loading Error" ... "File not found." on...
View ArticleHarmony MHC DRV_I2C_INTERRUPT_MODE and DRV_I2C_INSTANCES_NUMBER and...
Using The Harmony Configurator i am trying to add I2C and Touch MTCH6301 drivers. I get following #error "No Task mode chosen at build, interrupt or polling needs to be selected....
View ArticleHelp with this definition please? (northeastman)
Hi,I am new to Harmony and XC32, but not to C coding and Microchip compilers. We have purchased a Blue tooth Dev kit. Loaded up Harmony and XC32 in to MPLABX and then started looking through the some...
View ArticleMHC how to configure Simple Timer ISR (Marc Coussement)
I use USB host, LCC, file system for this MHC automatically creates a dynamic Timer instance. I now need a second very fast timer to execute a few lines of code, this timer will have a very high...
View ArticleSD CARD PROBLEMS DRV_SDCARD_BufferStatusGet (iross)
Having got the sdcard_fat_single_disk demo working I decided to try the examples given in the MPLAB HARMONY HELP FILE. So replaced APP_Tasks with this task and found that DRV_SDCARD_BufferStatusGet...
View Article