Harmony Configurator 1.0 does not seem to generate asm wrapper ISR functions...
FreeRTOS recommends the use of assembly language wrappers for interrupt service routines. As I understand it, this allows FreeRTOS to manage stack usage better. Otherwise an ISR uses the stack of...
View ArticleHarmony 1.0 FreeRTOS example: Configurator specifies NO RTOS yet the example...
I'm using the CDC dual comm port Harmony example in the FreeRTOS folder. The Harmony configurator shows that OSAL is used as required, but NONE is selected under RTOS type. There is a FreeRTOSConfig.h...
View ArticleDetecting Host App connection from USB (James Autry)
What is the best way to tell if a host software application is connected to the HID USB driver?..
View ArticleUSB Device mode example for USB Starter Kit III (chapmjw)
Hi, I'm very new to Harmony and USB and looking for a device mode example for pc-pic via usb. I purchased the Usb Starter Kit III thinking of course it would have an example using usb, but it doesn't....
View ArticleUsefull tool for finding pin conflicts on the PIC32MX and PIC32MZ ESKs (jgvicke)
These are some spreadsheets I made that show all the pins on the 2 ESK boards. You can find a pin by function, see what functions share the same pin, see where they connect through the mezzanine...
View ArticleHow do you get sample source of PC USB driver ? (ysaitoysaito)
Hi I try to use USB sample program of ver. 1.02 Harmony. For example hid_basic, cdc_msd_basic...,which exist under "C:\microchip\harmony\v1_02\apps\usb\device" . I would like to make own programs in...
View ArticleHow to redistribute open source code with Harmony? (zettawatt)
Hi, I downloaded Harmony to try it out. It looks pretty cool so far. I am starting an open source project and would like to use Harmony to configure the chip and get me on my way. However, all the...
View ArticleWriting continuous packets with USB stack (James Autry)
I am have an issue with writing long strings as a stream of packets with the USB stack. It appears waiting for the HID sent data sent event is not adequate as sent data gets corrupted by the next...
View ArticleRecommendation on use of Harmony (mnikrant1)
I have been working on a project using Harmony and I am trying to get it to communicate using Ethernet. I essentially have a PIC32MX695F512L processor connected to a LAN9303 3 port switch. Harmony 1.00...
View ArticleI need 1khz Timer (enginsubasi)
Hi everyoneI need 1 kHz counter to get ms precision time information.İf someone wrote that, please share with us.I need so hurry this code block. I perefer interrupt mode but not mandatory. I use MPLAB...
View ArticleUSB HID ReportSend issue (James Autry)
I am following the examples for HID implementation, but I am running into strange issues using the harmony stack. The first reportsend transmits all 0s. The next send transmits the previous expected...
View ArticleMPLABX Harmony plugin duplicates library entries & some other problems (armoise)
I noticed when using Harmony plugin that the library chapter in my configuration duplicates library reference.for instance, using the peripheral library only and multiple processor/configuration, I...
View ArticleMPLAB X IDE switches keyboard mapping (muellernick)
Hi! Anybody else here who has this phenomenon?Once every day or so, my keyboard mapping switches from German to US in the X IDE. Then those characters like ;:-<>{[]} suddenly change their...
View ArticleSPI baudrate mismash when using SD Card driver (coran21)
Hi, Not sure if this problem is already known, but I spent a couple of hours to find it and it would be nice to have it fixed.I'm using one hw instance of SPI driver and two client - one for SPI flash...
View ArticleDHCP Client trouble (fpomini)
Hello, I am developing a product which must be able to connect at any network without the necessity of configuring its IP, so I am trying to make it work as DHCP client. So far I haven't been able to...
View ArticleProblem with Harmony v1.02 ADC Driver for Interrupt and Scan Modes (lajohnston)
I am using a PIC32MX695F512L, MPLABX v2.25, Harmony v1.02, and Harmony Configurator v1.0.2.1. I used Harmony Configurator to set up the ADC driver with the following key configurations (see attached...
View ArticleHarmony 1.02 - FreeRTOS - SD Card problem (carmix)
Hi all, I'm trying to use SD Card with Harmony 1.02 and FreeRTOS, for now I have taken the example for fs and sdcard without success.I have seen that FreeRTOS creates the tasks for FS and SD card as...
View ArticleHarmony dsp library for pic32MX (barpon)
Should the harmony dsp library be used for pic32mx devices or will it only workon pic32mz devices? If not, should the old mla library be used instead?..
View ArticleLAN9303 and DHCP (mnikrant1)
I have a system where I have a LAN9303 that is connected to a router that is setup as a DHCP server. I have finally gotten my system to generate a connection with a website after quite some time. The...
View ArticleLAN9303 and reset (mnikrant1)
I am seeing a strange behavior with the LAN9303. When I run my board using a ICD3 in debug mode, the system will go through the initialization of the functions. When I call TCPIP_STACK_Init(), the...
View Article