SYS_TMR_Tasks(): Problems in understanding, bug or bad programming?...
Hi there,being a newbie to Harmony, i am just doing first steps getting some Timers up and running.Debugging the code i found these lines in sys_tmr.c:void SYS_TMR_Tasks ( SYS_MODULE_OBJ object ) {...
View ArticleUSB serial string setup request (custom) (hulaomr)
Hello, I was using the method described in other post ("Setting USB Serial Number String?") to read the USB serial from an EEPROM and send it to the USB stack. In this way, the device can have a USB...
View Articlebootloader function not working all the time (ffb.boy.30)
PIC32MZ2048EFH144Harmony 2.05_1MPLABX 10XC 1.44 Hi,I'm using some bootloader functions in my code to store a flag to stay in bootload mode after a resetvoid JumpBootMode(){ APP_Bootloader.nvmHandle =...
View ArticleOutput Compare issue with PIC32MZ (Johnny0099)
I'm still having a strange problem with Output compare module on a PIC32MZ and Harmony 2.05. If I configure OC8 module on a specific PIN in PWM mode with alternate clock source as TMR7, systems hangs....
View ArticleHarmony - USB Device - Windows - Enumerating after reset (hulaomr)
Hello, I'm developing a Custom USB device using an Explorer 16, Harmony v2_05_01, MPLAB 4.15 and C32 v2.05. Overall, the device is working as expected. However, when a reset is performed (for example,...
View Article"The selected harmony path is invalid" ???? (jcbryant)
I'm trying to set up for adding Harmony files to an existing project (created as per the tutorial) and have selected Tools>Embedded>Harmony Configurator. This gives me a pop-up saying that the...
View ArticleBug in web_net_server_nvm_mpfs demo (BillP)
I am using Harmony v2.05, XC32 1.44 and MPLAB X 4.05 with a Microchip starter kit, PIC32MZ (EF) with Crypto. I can compile and execute the Harmony demo (web_net_server_nvm_mpfs) without the HW...
View ArticleMPLAb Harmony V2.0.5.2 & MPLAB version 4.15, Harmony wo'nt start (rleinfellner)
Reinstalled from scratch 3 times, same Java error running Harmony Configuration every time. Pic32MX270F256D All plugins latest version Any ideas please? Running under Win10 MPlab configurator works...
View ArticleLive Bootloader question (realexander)
Hi, If I understand the live bootloader correctly, your program must occupy less than half of your flash. When you come out with version 2 of your program, it must be linked to occupy the top half of...
View Articlebootloader_pic32m.hconfig possible bug (bblessing)
Background: MPLAB X IDE 4.01, XC32 v1.44, Harmony v2.04, PIC32MZ2064DAG176, Newhaven 4.3" display with 4-wire resistive touch panel (ST7282T2 internal controller), internal DDR. On line 40, it says...
View ArticleI2C send only address (ffb.boy.30)
Hi,I'm trying to use I2C from my PIC32MZ as master.I'm using the harmony sample codeuint8_t TXbuffer[]= "AAA";... appData.drvI2CTxRxBufferHandle =...
View ArticleHarmony - Bootloader - Issue on Bootloader_ProcessBuffer function (hulaomr)
Hello, I'm using an Explorer 16, PIC32MX, Harmony v2_05_01, C32 2.05, MPLAB 4.15. The original function Bootloader_ProcessBuffer at JMP_TO_APP is: case JMP_TO_APP: handle->currentState =...
View ArticleHarmony Timer Static Driver Problem : (TS9)
Hello, I am trying to use Harmony (previously worked MLA) . I am using below toolchain ToolChain: MPLAB IDE V4.00 MPLAB XC32 v1.44 MPLAB Harmony v2.04 Hardware: PIC32MZ EF Starter Kit - DM320007MCU -...
View ArticleHave a problem of MHC PPS PORT setup for CAN_RX using PIC32MK (pinetree2105)
Hi,I post my first post today.There are two questions about the MHC for PIC32MK1024MCF064. first is setup for CAN RX PORT using PPS input configuration.there is no drop-down menu for INPUT_FUNC_C*RX,...
View ArticleDoes SPI on PIC32MZ Include a CRC? (BillP)
I have developed a 2-wire SPI loopback example (using Harmony) on my PIC32MZ starter kit. The SPI clock is set at 1 MZ and I can verify that I am getting approximately a 125KB/sec sustained throughput...
View ArticleLive Update questions (bblessing)
Background: MPLAB X IDE v4.15, XC32 v2.05, Harmony v2.05, PIC32MZ2048EFH100 I should point out that I've successfully gotten the liveupdate to work on my application, complete with custom conditions to...
View ArticleHarmony and FreeRTOS ( Amazon version ) (mrpackethead)
Now that Amazon has brought FreeRTOS, is there any plans for Harmony to include support for the more recent versions of FreeRTOS that includes MQQT etc etc..
View ArticlePIC32M2048EFM100 : external oscillator problem (Emcy)
Hello, I created a new Harmony projet : it is very basic project : it toggle a LED.I use oscillator CX3225GA24000D0PTVZ1 (24MHz) with 8pF capacitors connected to pins 49 and 50.I use Harmony...
View ArticleCrypto Library Hashing (BillP)
After discovering that the https web server does not work with the PIC32MZ chip hardware accelerator, I was curious about the use of hardware crypto library vs. the Harmony software crypto library. I...
View ArticleHarmonyV20501 MHC2052 Loosing ADC Settings for PIC32MZ (Paul PortSol)
Anyone have a patch for MHC loosing ADC settings for PIC32MZ? Everytime I open MHC to tweek the settings, I loose all my ADC settings for PIC32MZ (OK in PIC32MX).I posted a ticket for previous Harmony,...
View Article