How do you generate DRV_TMR0_Initialize() by Configurator (ysaitoysaito)
Hi As you know that there is Timere 3 Intrrupt code in harmony example' holder, namely C:\microchip\harmony\v_100\apps\examples\peripheral\tmr\timer3_interrupt. In below system_int.c of above code, I...
View ArticleDrivers vs System Services (mnikrant)
I am still trying to understand how to truly use the Harmony framework. I had a prototype version of my project running under V0.80.02b and it appeared to be working. I upgraded to the V1.0 version of...
View ArticleHarmony 1.0 FTP (andy_n)
Hi, Has somebody proper working (any) FTP Client on Windows with Harmony 1.0. I get with FileZilla only List. Thanks for help. Greetings..
View ArticleUSB msd_basic demo in Harmony (jtyree)
I had no trouble getting the Harmony 1.0 msd_basic demo to port to a PIC32MX695 board that I had sitting around, but no luck so far getting it to run on a PIC32MX460F512L. I know that the MX460...
View ArticleHarmony Configurator - cannot generate static timer driver? (amuranyi)
I am still new to Harmony and PIC32, so I am trying to work my way through the tutorials. Version 1.0 has twotutorials, the 2nd one being an introduction to the configurator. I am using MPLAB-X v2.15....
View ArticleHarmony Configurator - doesn't add ports? (amuranyi)
This post is somewhat related to my previous post a few minutes ago. I am trying to learn the ins and outs of the Harmony Configurator, and it seems that even thoughthere is no option to create a...
View ArticleHarmony 1.0 Tutorial (mlsirkis)
I am trying to learn Harmony 1.0 by following tutorial 1 (Creating Your Own Applications). I am using PIC32MX795 (USB Starter Kit). However, the tutorial is now based on the MZ rather than the MX part...
View ArticleHarmony 1.0 documentation on an iPad (lafleur)
If I try to open the .PDF documentation file on my iPad or on my Mac (using preview), the file ask for a password... Ie it password protected.... It's ok using Acrobat on the Mac......
View ArticleErrors when compiling project generated in MHC (DominusT)
Hi. I'm trying to make a simple example Telnet with MHC and PIC32 ethernet starter kit module. The generated from MHC configurations are: *** DEVCFG0 ***/#pragma config DEBUG = OFF#pragma config ICESEL...
View ArticleSYS_TMR_CallbackPeriodic and FPBDIV=DIV_8 (chuck burns)
I'm using the SYS_TMR_CallbackPeriodic and it works with FPBDIV=DIV_1.But when I set it to DIV_8 the call back time is 8 time faster than it should be.Who does it calculate the periodMs?..
View ArticleTimer Driver problem (amuranyi)
Hello, I am wresting with a problem in the Timer Driver code that comes with Harmony 1.0. To reproduce the problem,please try the following steps: 1) Create a new embedded/harmony project in MPLAB-X...
View ArticleNo Arc primitive in Harmony ? (Bunny)
I could not find how to draw Arc in Harmony graphics, why was it removed, it is a basic graphics element. Will it be added back in future releases?..
View Articlethe period of Timer 1 interrupt is twice unexpectedly (ysaitoysaito)
Hi The period of Timer 1 interrupt is twice unexpectedly. Why ? My test board is PIC32MZ Embedded Connectivity (EC) Starter Kit. Now I am testing this board by LED flckering of Timer 1 interrupt of...
View ArticleNew to Harmony and having trouble (GARETH_71)
Hi After watching the videos from mchip singing the praises of harmony I decided to use it for a new project that I have coming up. I have used the 'new project' tool in mplab x and generated am empty...
View ArticleWhere is GFX_GOL_SchemeCreate() defined? (csimon)
I am creating a graphics project in GDDX. I am getting an unresolved reference linker error from this line of code, if(defscheme != NULL) free(defscheme); defscheme = GFX_GOL_SchemeCreate(); because...
View ArticleHarmony 1.0 : PIC32_ETH_WEB_SERVER project, PIC32MZ EC starterkit...
Hi, I followed the Harmony v1.0 documentation which describe that the default webserver project should connect to a PC using patch cable.This project has 3 configurations : PIC32 ethernet starter kit,...
View ArticleHarmony v1.0 web_server_nvm_mpfs configuration problems on the PIC32MZ....
So I am trying to get the new 1.0 web server to work. When I load up the project in MPLAB X, I can compile and load it no prob. I can see the board in MCHP Discover, go to the webpage, and see the led...
View ArticlePB3DIVbits.PBDIV ignores divide of Peripheral clock (ysaitoysaito)
Hi I cannot divide Peripheral clock for Time 1 interrupt. Why ? My test board is PIC32MZ Embedded Connectivity (EC) Starter Kit. Now I am testing this board by LED flckering of Timer 1 interrupt of...
View ArticlePossible bug in the "drv_tmr_dynamic.c" file with prescale functions (amuranyi)
Hello Everyone,This is the second attempt to submit my first post, the first one of which seem to have disappeared from my screen somehow. Please forgive me if you get a duplicate.I am tryiong to...
View ArticleSerial Console ??? (GARETH_71)
Hi I am trying to run the WiFi easy config example using the 32MZ Stater kit and the MEB2.. It compiles and runs but I cannot get device to show anything meaningful... the documentation is sparse to...
View Article