Simulation with Harmony 1.03 and MPLAB 2.35 hangs (l1800turbo)
Hello,I've got a problem with the simulation of a harmony project with MPLAB X 2.35 under Ubuntu 14.10. MPLAB and harmony are now fresh installed.When I start a new harmony project for my controller...
View ArticleRTCC: Enhancement/Clarification request (muellernick)
In the Harmony-PDF (help harmony 2015.02.17), the description needs some clarifications.The return values are defined as being uint32_t, but lack any further description.If they are in fact time_t, the...
View ArticleSPI Issue (wayne_)
Hi,If I use DRV_SPI_BufferAddWrite or DRV_SPI_BufferAddRead does it contain a timeout or if I create my own timer can I remove these buffers from the queue. The reason I ask is I am/will be...
View ArticleFile sys_module.h (peterverkaik)
Hi, I downloaded Harmony v0_08_02b and installed it.Using mplabx 2.05, followed chapter 7 (installing IDE plugins)and now following chapter 8 of the help file.Creating a harmony project manually. My...
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 ArticleSPI Slave Mode SSx (wayne_)
How do I enable the SSx for SPI slave mode or is it enabled by default ? Cheers,Wayne..
View ArticlePin Conflict in Harmony (chapmanm)
Hi, When I add a device that has an output pin that will only connect to one physical pin, the pin manager tells me that there's a pin conflict and I should look at the output log. I've created a new...
View ArticleGPFs in Network Stack (James Autry)
I keep running into random GPFs in the drv_ethmac_lib at function EthAppendBusyList with a EXCEP_IS1 exception. Has anyone else run into this?? Just looking for some clues in tracking this one down, as...
View ArticleGDDx Graphics TEXT ENTRY Keypad (ToshCom)
I have been searching for help files on how to read the Text Entry data(character) key pad output but cant figure out how to do this. I created a GDDx Key pad and want to send via USART, I can send...
View Articlemissing #include (luker)
Hello forum, wile doing the Harmony tutorial at , I'm experiencing an error: At the end of step 3.1, where the tutorial reads you should be able to successfully build the project again I don't get it...
View ArticleSD Driver problem (rrenalias)
Hi,I am using harmony framework to access to a SD Memory by SPI. In a first release of my product I was using Harmony Framework 0.70.01b. Now, I have migrated to version 01.03.00 and I have started...
View ArticleUSB interrupt enumerations in Harmony 1.04 not fully defined for some PIC32MZ...
The Harmony USB demo apps require the USB_INTERRUPTS and USB_ERROR_INTERRUPTS enumerations. For some PIC32MZ devices, these have been populated by only USB_xxxxx_INTERRUPTS_NONE. These enumerations are...
View ArticleUDP is get ready issue (Benny32)
Hello everybody, I'm using Harmony v1.02 and PIC32MZ EC Starter Kit. I wrote a own TFTP client (style from old MLA software). Because the UDP functions in harmony has other names in MLA I changed the...
View ArticleCan I change USB Host to USB Device in code with Harmony 1.04? (vezes6)
Can I change USB Host to USB Device in code with Harmony 1.04.01?In my application I need change to USB Host and USB Device many times.But can I implement Host and Device at same time in Harmony...
View ArticleHTTP file upload (Benny32)
Hello everbody, I wrote a code for a file upload for my HTTP server. I'm using the harmony stack and the PIC32MZ EC Starter Kit. If I select a small file on my PC my file upload function works. If I...
View ArticleHarmony port output states only toggled, not set (bikeoid)
The LATx port output registers power up in an unknown 'x' state by definition on the PIC32MZ. The MHC only toggles the port with a statement such as PLIB_PORTS_Toggle( PORTS_ID_0, PORT_CHANNEL_F,...
View ArticleIn MPLABX 3.00.01, MHC 1.0.4.22 fails to launch upon reopening a generated...
After successfully upgrading an existing project to MPLABX 3.00.01 and Harmony / MHC 1.04, something got corrupted and the Configurator "fails to initialize" upon re-opening. It appears to be loading...
View ArticleInterfacing : Sdcard > pic32mz > computer (cl29200)
Hello all, I have an sdcard connected with spi bus on my pic, the pic generates files on sdcard, sdcard is fat32 system.Now, i want to make a bridge, from sdcard to usb of the pic : connected on...
View ArticleWhat is the current revision of PIC32MZ ? (ysaitoysaito)
Hi I am studing Harmony gfx by using PIC32MZ of revision 5 and am annoyed by the errata concernig PMP,namely "PMP address lines block the use of lower-order functions whenthe PMP is used but the...
View ArticlePort F Settings (wayne_)
It appears my Port F settings :-SYS_PORT_F_TRISSYS_PORT_F_LATSYS_PORT_F_ODCare missing from my system_config.h file and the Port F initialisation is missing from sys_ports_static.cI guess they should...
View Article