USB Audio 1.0 Device Library - missing function...
Hi, Function USB_DEVICE_AUDIO_TransferCancel is described in Harmony documentation (Library Interface)It is declared in usb_device_audio_v1_0.h file, but it is not implemented. How to cancel a...
View Articlespi harmony scoping wrong data (ether8)
Hi I'm trying out harmony and got SPI to send some bits. I'm repeatedly sending 0xC0FFEE but I noticed that the logic analyzer I hooked up doesn't read 0xC0FFEE all the time. Sometimes the analyzer...
View ArticleHarmony v2.01 BSP feature request: Indicate pins are active-high or...
I'm in the process of updating our custom BSPs we made for Harmony v1.xx to Harmony v2.01b and so far I'm really liking the changes. It looks like it should be much simpler to create configurable BSPs...
View ArticleFreeRTOS + touchscreen (dapeters)
I loaded the FreeRTOS gfx_rtos project and had no problems. As soon as I created a couple of screens and tried implementing the touchscreen driver, things didn't seem to work very well after that. I've...
View ArticleENCX24J600 Driver - IRQ Output (MicroE)
I have spent a few hours trying to get the Interrupt Output from an ENC424J600 to function using the Harmony 2.0 framework. What I found in the file "drv_encx24j600_ds_defs.h" was...
View ArticleCannot bring net up in debug, only after powering off/on (tedhuntington)
I am having a tough annoying problem with the Harmony ethernet 2.00b module on a PIC32MZ0512EFE064. When running in release mode after powering on the circuit the network comes up quickly and gets an...
View ArticleModified Harmony v1_09 msd_fs_spiflash demo kills Pickit 3 debug session...
I've modified the v1_09 msd_fs_spiflash demo to use the SD card driver instead of spiflash. This appears to work properly -- I can access the SD card from the FS filesystem on the processor, and plug...
View ArticleHarmony Button draw with text (cc11)
Hi All, With Harmony(v1_07_01) I have been using 'GFX_GOL_ButtonCreate' to draw a button like this, GFX_GOL_ButtonCreate ( GFX_INDEX_0, GOL_ID_S10_BUTTON_TOP_LEFT, // button ID 16, 12, 16 + LOGO_WIDTH,...
View ArticleDHCP problem (martinw7750)
Hi,Last time I used DHCP with my project was in April this year, with Harmony version 1.07I'm now using Harmony 1.09, MPLabX V3.45, XC32 V1.42.Project is working fine with static IP. I tried enabling...
View ArticleReading PIC32MZ core temperature (IVTEMP/AN44) (ScratchMonkey)
Help me connect the dots in the documentation to read the PIC32 core temperature sensor and interpret the result. I see that it's AN44 and it's connected to the shared high-speed ADC 7. I see symbols...
View ArticlePic32mz2048EF (MariuszS)
Hello for all. Does somebody use internal temperature core sensor with new EF family? I will try but without effect.... Measured value are always 0 So the data from Chanel nr7 form AN44 are available...
View ArticleHarmony ADC static driver for PIC32MZ EF wrong config? (MariuszS)
Hello. I have a problem with digital filter (I know errata). Case: Harmony alow define digital filter for every analog inputs. But within documentation about SAR (DS60001344B) Page 36 its work only for...
View ArticleWIFi -FreeRTOS driver from harmony. (MariuszS)
Hello.Does somebody use WIFi driver combined with task?Can i please some mhc example (working) for PIC32 (MX/MZ), I can't force harmony to produce working code with FreeRTOS and WIFi driver.Based on...
View ArticleBest way to control a TX_EN GPIO in half duplex communication? (twelve12pm)
Using Harmony 2.01b, PIC32MZ2048EFG144, and the Harmony UART driver, what is the best way (where is the best place in the code) to control a TX_EN GPIO? For example, when using a MAX13430E RS-485...
View ArticleDisk mount unsuccesful (cyd)
I am currently attempting to add the File system library into a mature project, pic32mx695f512h, and the CDC, MSD project in harmony apps V1.06.I have added the File System(FS) library, which...
View ArticleHarmony V1.00 not ready for use - C++ gives invalid conversion errors all...
I am trying to use harmony in a c++ project and when I compile, there are all sorts of invalid conversion errors in the harmony header files! Here is one example:...
View ArticleHarmony USB Host MSD - Can't connect to Memory Sticks (Paul PortSol)
I've tried- both msd_basic and the Tutorials on Developer Help (TLS 4102 Lab2b),- Harmony V10602, V10701, V108- Pic32MZ EC and PIC32MZ EF starter kits I haven't been able to get reliable access of USB...
View ArticleIs USB custom HID report descriptor template correct ? (gbuloz)
When using Harmony 1.08.01 to generate for code for a custom USB HID device, the following report descriptor is placed in system_init.c : const uint8_t hid_rpt0[] ={ 0x06, 0x00, 0xFF, // Usage Page =...
View ArticleHarmony V1.06 Bootloader Basic Application Not able to enable usb bus (SunilP)
Hello guys,i am trying to using demo application of boot loader basic in "usbhost_pic32mz_ec_sk" configuration.What changes i have done are:1. Device is changed to PIC32MZ1024ECH144.2. Configuration...
View ArticleUse heap memory or static memory (vibemac.1)
Goodmorning to all,I'm doing a project with a pic32mx795f512l and harmony version 1.81.So far each peripheral works as it should be, but I've got a big doubt. Le's take for example a pic (master) that...
View Article