BootLoader for PIC32MX250F128D + MPLAB Harmony (stajmik)
I think I understand the question. Bootloader from AN1388 doesn't fit in boot flash and thus must be placed in normal program flash memory. In that case you must modify main application's linker script...
View ArticleLocation of preprocessor output files (.i files) (dlindbergh)
How can I configure my Harmony project to put my .i files in the root project folder? I'm using -save-temps to save the .i output files (preprocessor output) as an aid to debugging C macros. Without...
View ArticleV1.05 Harmony USB MSD Problems. (NKurzman)
I am Migrating an Older Application to V1.05. I am having trouble with the USB Host MSD. I have combed the sample Applications. And started to look at the USB registers. I am not getting the Interrupt...
View ArticleHarmony Configurator "Failed to process template" (jastmc)
I'm using: MPLAB X IDE v3.05 Harmony 1.05XC32 V1.40"PIC32MZ EC Starter Kit w/ S1D13517 Pictail+ and WVGA glass" BSPPIC32MZ1024ECG144 Project is in directory...
View ArticleIssue Building - PIC32 ESK TCPIP Demo_042611 - Attempting to build...
I'm attempting to build an example project provided in the PIC32 ESK TCPIP Demos and having trouble resolving quite a few "Undefined References", here's the output: CLEAN SUCCESSFUL (total time: 313ms)...
View ArticleIssue with two timer drivers, TCP/IP and FreeRTOS (MrGooch)
Using Harmony v1.05, I have a working project using the timer driver and timer services along with an HTTP server, FreeRTOS and two USART drivers. I added a 2nd timer driver using timer 4 to support a...
View ArticlePIC32 Output Compare Harmony (crabbycoder)
I am running the example for Output Compare (oc_pwm) from harmony on a PIC32MZ. According to the harmony help an interrupt is triggered based on the Output Compare PWM. I looked at the...
View Articlewifi_g_demo MLA version works but the Harmony version doesn't (dmcallister)
At least, this is true for my situation. The Harmony version that didn't work is 1.05. The MLA version that did work is 2014-07-22...
View ArticleGraphics Composer Toolbox - primitives missing in Harmony (epareja)
Hello, I'm trying to create a simple screen with primitives like circles, boxes and lines, but I found that eh Graphics composer that comes with the Harmony 1.05 only have the line primitive. Also I...
View ArticleHarmony V1.05 LCC Graphic driver issues. (NKurzman)
in drv_gfx_lcc.cmissing the #ifdef DRV_GFX_USE_LCC_LAYERS void DRV_GFX_LCC_InterfaceSet( DRV_HANDLE handle, DRV_GFX_INTERFACE * interface ) { interface->BarFill = DRV_GFX_LCC_BarFill;...
View ArticleWebSocket Client is not working on Local Node Server (rorcyberotics)
My Websocket Client which is programmed on the development board with PIC32MX470 and WiFi module, canreceive response from the Node WebSocket Server if the Node WebSocket Server is uploaded on the...
View ArticleA Solution to SDcard write problem with msd basic sdcard reader (iross)
To write to the sdcard the following changes are required :- 1. changes to _DRV_SDCARD_AddToQueue in dr_sdcard.c change if ((qObj->bufferPool.inUse == true) || (dObj->mediaState !=...
View ArticleHow do you set your Own Unicode charactor range in 1.05 Harmony Graphics...
I am studying Unicode charator(Japanese) by Using Graphics Library of ver.1.05 Harmony, ver.1.40 XC32, ver.3.05 MPLABX ,rev.5 PIC32MZ2048ECH144 and INT035 graphics LCD. As fonts I use...
View ArticleSDcard write problem with msd basic sdcard reader (cl29200)
Hello all :) With harmony v4.02 i've implemented an sd card reader with my pic32.I've used msd basic project from examples and add sdcard from harmony configurator.I've replaced nvm driver to sdcard in...
View ArticleHarmony 3.05 and TCP Server speed issue (flatbush)
I designed 2 years ago a PIC32MX board with an onboard communication test derived from The TCP Server Demo.Basicaly it echoes a full string received thru ethernet (ended by return 0X0D), instead of...
View ArticleWhat is the correct way to use SYS_TMR_DelayMS? (DominusT)
Hi. I have been migrating a project to Harmony (version 1.03.01). I've been testing and everything was running smoothly until something happened that can not understand. My project is...
View ArticleHow to Display and Remove Dialog Box with Buttons & Text then Restore Screen...
I have searched the Harmony Forum and many of the other forums without success on how to do the following:Display a dialog box with some text and a couple of buttons over existing widgets;Get the...
View ArticleDelay with cycle time for an instruction to execute (DominusT)
Hi. In MPLAB Harmony, Is there something like this? Delay10KTCYx, Delay100KTCYx, etc. Thanks..
View ArticleEnable/Disable Uart with Harmony freeze software (Fred33)
Dear All, There is a strange problem. I configured UART 1 in static mode to get data sent regulary from outside the PIC32MX795F.I would like to enable/disable received interruption on USART1.So, next...
View Articlewhat about the port and latch register? (prinz3nroll3)
hello,i ve want to use the harmony framework. in our last projects we use the following definitionsoutput port:#define PORT_LED_LATCH LATBbits.LATB12 #define PORT_LED_DIR TRISBbits.TRISB12and set the...
View Article