Harmony 2.0.5.2 - Dynamic USART with Buffer and Client question (or maybe...
Greetings Programs! I am attempting to implement USART capabilities with buffer queue support using Harmony Configure. I plan to use 4 USART instances. One of the things that has been slightly...
View ArticleGraphics hardware tools (darren)
Hi, I'm currently working on a new project which needs a QVGA graphical display with touch screen. My application would be simple, just some menu navigation, status checks and text (no videos or...
View Articleusing "generic" graphics controller (TTBiker)
Hello everyone. Hopefully someone has some information to get this working. I created a project with Harmony V2 and made a simple UI with graphics composer. I selected the generic display controller,...
View ArticleHarmony 2.06 - TCP/IP "Ping" Option? (D4ILYD0SE)
Hello, Does Harmony 2.06 have a configuration option that allows you to just "ping" the device and get the typical delay responses? Or does that require additional code on my end?..
View ArticleWhy is my timer getting disabled? (m4l490n)
I'm trying to use the Timer driver to implement a regular periodic timer using the PIC32 TMR2 in 32-bit mode and I've configured the driver like this: tmr2_handle = DRV_TMR_Open(DRV_TMR_INDEX_0,...
View ArticleDoes the Harmony 3 configurator have to match the version? (RodoPIC)
Hi all,I'm waiting for Harmony v3.4 for the GFX stuff. I see something of a v3.4 in the git for GFX but the plug in available in the plug in list for MPLAB X says harmony configurator v3.3.0.1. If I...
View ArticleHarmony 3: USB HOST AUDIO with PIC32MX270F256B-50I/SP (yts)
Environment: core: v3.4.0, csp: v3.4.0, usb: v3.3.0 Project Graph is shown in the attached figure. Following modifications are needed. #1: usb_host_audio_v1_mapping.h #include...
View ArticleDHCPv6 configurations in MHC (anuragjk)
Hey forum, I was trying to get DHCPv6 working in my micro (PIC32MZ2048EFH064), I read the "TCPIP Stack Libraries Help" pdf and it says the following in the DHCPv6 section,"All of the required files...
View ArticleUSART serius problem in Harmony 2.02b (Johnny0099)
MCU: PIC32MZ2048EFM100-I/PTMPLAB X IDE: v3.51Harmony Version: 2.02b I'm using Harmony USART Buffer Queue model to manage comunication with a GSM/GPRS module through AT commands. I need to read and...
View ArticleI2C Bit Bash on PIC32MZ with Harmony 2.06 (laffelt)
I am working on a project with the PIC32MZ2048EFG064 with Harmony 2.06 and XC32 2.10.In a previous project with a PIC32MZ and Harmony 1.09 I used my own I2C code with Harmony configuring the I2C port...
View ArticleFreeRtos: Heap 4 issue (bordlab)
PIC32MZ2048EFG144MPLAB 5.20Harmony 3 core v3.4.0 csp v3.4.0Heap 4 When I try to pvPortMalloc a second item I crash in prvInsertBlockIntoFreeList. In the following loop pxNextFreeBlock is NULL. There is...
View ArticleHarmony 3.x documentation? (RodoPIC)
Hi all,I installed harmony 3.4 and I see there are folders named "Docs" with HTML and .chm files in the framework destination folder. Is clicking on the files the only way to access the documentation...
View ArticleHarmony 3: Question about USB HOST CDC (yts)
I would like to know the reason why the pull-down setting is essential for RF3 pin of of PIC32MX270F256B (or PIC32MZ2048EFH144) in case of USB host cdc (Harmony 3). As far as I remember, this pull-down...
View ArticleADC channel 0 with harmony configuration (hungsonspkt)
Hello All, I'm having an issue with ADC channel 0 which is used AN45 as analog input source.I have configured ADC1 to work in interrupt mode and ADC channel 0 is the ADC channel, AN45 is the input...
View ArticleAdd dynmacly Label widget on the actual layer (SBR)
Hello,First of all, I want to specify that I just started to use the Aria library.I want to add dynamicly several label (widgetlabel) during the execution application, but I don't find to do that. Can...
View ArticleUART issue - Harmony 2.06 (Rafauy)
Hi, I am receiving a very long datastream at 115200bps, its size is around 1MByte. The MCU is a PIC32MZ2048EFM144, the configuration is the following:UART 3 is configured for buffer queue transfer...
View ArticlePIC32MX775f256h usart problem with HV2.06 (codeKnight)
Hi,everyoneI am using pic32mx775f256h with H2.06. i got a problem when i use usart1 with interrupt mode. When i connect the usart1 to PC it work well,but if i connect the usart1's rx and tx pin...
View ArticleUSART Harmony 3 removed functionalities from Harmony 2? (lcitos)
Hi! I'm implementing a UART code and notice that there are some functions that exist on Harmony 2 but not in Harmony 3 like these:DRV_USART_ByteTransmitCallbackSet( DRV_USART_INDEX_0,...
View ArticleLittleVGL integration (lcitos)
Hi! Anybody have integrated LittleVGL (https://littlevgl.com/) with a PIC32MZ DA and want to share?It looks good and wonder if it would have better performance than harmony ARIA..
View ArticleCustom Linker Script Section (weehau)
Hello, I have a problem here with linker script modification. My MCU part number is PIC32MZ2048EFG100.I have a large constant array in a file name res.c. The declaration of the constant is as...
View Article