CDC Com Port demo Chipkit Wifire PIC32MZ2048ECG100 (rickynevada)
So I have a few development boards, the PIC32MX Starter 1/2/5, PIC32MZ EC Starter, and ChipKit Wifire. I've gotten the CDC Com Port Single demo to work on both Microchip eval boards. However, I can't...
View ArticleHarmony Adds an Empty Exception Handler if the Box is Unchecked. (NKurzman)
Harmony Adds an Empty Exception Handler if the Box is Unchecked. system_exceptions.c is added to the Project, It has No Code...
View ArticleHarmony CAN Transmit Extended ID (juliosilva)
Hello, I'm been struggling with Harmony and CAN driver.Finally it's working but with standard ID...The driver is designed only to work with standard ID, and I want to work (transmit) with extended...
View ArticleDRV_I2C_Open() Failing for Unknown Reason (jkellar)
Using:MPLAB X v3.10MHC v1.06 I'm working through the Drivers Reference Manual for MHC 1.06 and trying to get I2C operational. Seems super easy and straightforward from the manual but I'm not able to...
View ArticleHarmony MHC - ICESEL ICS_PGx2 not shown in Pin Diagram for PIC32MZ (Paul...
I'm not seeing the PGEC2/EGED2 signals in PIN Diagram for ICESEL=ICS_PGx2.The on board debug does work on PIC32MZ-EC (PIC32MZ2048ECH144).Am I missing a setting? Using: MPLAB® X IDE: v3.10, MPLAB® XC32...
View ArticleDRV_I2C_BufferAddWrite ... (muellernick)
Hi! I *expected* DRV_I2C_BufferAddWrite (in the dynamic implementation) to behave like the USART, where queued data is copied to a buffer and processed later.I was wrong! DRV_I2C_BufferAddWrite takes...
View Articlegfx_resources._ are Not Added to the Project (NKurzman)
I created a Resource File, But did Not Use HGC.gfx_resources.Sgfx_resources.hgfx_resources_reference.cAre Created, But are Not Added to the Project...
View ArticleExternal Graphic Resources. (NKurzman)
External Graphic Resources, They Do Not Appear to Be in Harmony.The Ability to have Both internal and External Resource is All not Included...
View ArticleHarmony configurator v1.0.6.12 timer driver (need improvement) (Zhe Hu)
according to PIC32 datasheet, timer1 can't be combined as 32-bit timer. However, in the configurator, if one select 32-bit timer mode : DRV_TMR_OPERATION_MODE_32_BIT, nothing is preventing the user...
View ArticleImage Decoder? (NKurzman)
gfx_image_decoder.hincludes "image_decoder_config.h" which is in Apps?Is this some kind of mistake? What exactly does image decoder do?"This function decodes and displays the image on the screen" Not...
View ArticlePLIB compile error!! (Acuzio)
Hi Project data:IDE: MPLAB IDE v3.05Compiler: XC32 v1.40My issue begins when i try to use PLIB functions in my app.c file.Example:void APP_Initialize ( void ){ /* Place the App state machine in its...
View ArticleDevelop a Program with WolfSSL From Scratch (rorcyberotics)
I'm trying to use the echoclient and echoserver of wolfssl however it gives me the error so I decided to create a simple program from scratch with wolfssl. Do you have a step-by-step instruction on how...
View Articlepossible flaw in USART buffer mode design (Mr.Mxyzptlk2620)
If you enable the use of interrupt and the use of DMA for the USART driver, you have the option of adding receive buffers to the driver which the DMA will fill up autonomously. However, since the DMA...
View ArticleWhy doesn't work the TMR Driver Instance 1? (DominusT)
Hi. I am using MHC to enable two TMR Driver Instances dynamically. The code created is as follows in system_init.c file: sysObj.drvTmr0 = DRV_TMR_Initialize(DRV_TMR_INDEX_0, (SYS_MODULE_INIT...
View ArticleThere is no Set Pixel Command in Harmony GFX? (NKurzman)
I have to use GFX_LineDraw() or GFX_BarDraw() It seems a kind of a waste. It does draw pixels. I also Notice that there is no way to draw rotated text, That false into a would be cool feture...
View ArticleMissing feature in USART driver in Harmony 1.06 (Lasse)
I have installed MPLAB X v3.10 and Harmony v1.06, and I intend to port an existing, pre-Harmony application running on PIC32MX to this new environment now running PIC32MZ. Among other things, I've been...
View ArticleHarmony V1.06 Image Formats (NKurzman)
I am getting button Icons in BMP and JPEG formats.Harmony HGC will import them and display them.But is will not Process them into a resource file.If I import them into Paint then export them as a BMP...
View ArticleIn Harmony GFX "object" , please add the configuration of S1D13517 board and...
Dear Harmony Stuff In Harmony GFX "object" demo, please add also the configuration of S1D13517 board and PIC32MZ(EF), whose AD converter has fixed finally. Best regards ysaito..
View ArticleHow to write a message to the debugger console in Harmony? (BillP)
I have asked this before inside other posts and still no reply, so I am asking it again. How can I write a debug message (such as "Hello World") to the debugger Console window? I have the...
View ArticleUSB MSD hangs application when re-attached after using File System. (kappuz)
Hello all, I made a module of my application based on the USB MSD host example provided in Harmony 1.06, using PIC32MX Ethernet Starter Kit. TCP/IP Stack is running. The code initializes the File...
View Article