Hi, I am working on PIC32MZ2048EFM100 MCU and seen below tutorial for configuring External Interrupt H3.C:\H3\csp_apps_pic32mz_ef\apps\gpio\gpio_led_on_off_interrupt\firmware But Configuring Interrupt from Pin Setting I am unable to use GPIO_PinInterruptC..
↧
Harmony V3 : Configure External Interrupt Problem ?? (TS9)
↧
Set security bit (SSB) in samd51 using pickit4 (ANOM)
For ATSAMD51, how can the set security bit (SSB) enabled from Pickit4 as an independent step after flashing the firmware? Due to some code development restrictions I cannot make this part of the main code itself but want to execute it as a separate step o..
↧
↧
Harmony V3 FreeRTOS + Bootloader 3.5.0 - Missing BTL_RTOS_STACK_SIZE (floatingpoint)
I have a working FreeRTOS app currently with multiple tasks on ATSAMD21G17D on custom board.Customer requested serial memory bootloader and so I add relevant components to Harmony. Code generation fails:: freemarker.core.InvalidReferenceException: The fol..
↧
Can't find NVM library (electronickid123)
Hi, I'm trying to use the flash of an ATSAM71.I want to use the NVM/NVMctrl library (as we can see in the following image which is not mine) but i can't find it in the harmony configurator.https://microchip-mplab-harmony.github.io/core/drv_sdhc_async_rtos..
↧
Harmony 3 - KSZ8091MNX (Devin)
A question - working on a Harmony 3 project that uses a KSZ8091MNX ethernet controller. From the Harmony 3 driver code it appears that the ethernet physical driver for the KSZ8091 does not support operating in MII mode. Is this correct? Is there somewhere..
↧
↧
[Solved] Manipulate Legato Graphics in Code (luker)
Hi forum! SettingI have designed a screen in Legato Graphics Composer. It contains a ListWidget and shall be used as a kind of template for a whole bunch of screens that build the settings menu tree.So I need to put different entries in that ListWidget de..
↧
Seeking clean way to rename app1 in a two-app Harmony3 project. (AKPICGuy)
Existing project. I want to rename app1 (which i apparently created some time back as "app_client1" to something more meaningful before adding another app (with a meaningful name) to my project. When I rename app_client1 to something else and re-generate ..
↧
Missing Package/Footprint for ATSAMD21G18A (Jacobnihsal)
I am using ATSAMD21G18A for a project. Specifically, I am using the WLCSP45 configuration, and not the QFN48 / TQFP48 configurations. I created a project in Harmony 3 MPLAB Harmony Configurator and chose ATSAMD21G18A as the device, but when I go to change..
↧
UART in byte mode RX interrupt issue (ravic)
Hi, I am using PIC32MZ2048EFH144, MPLABx4.00, XC32 V1.44, MPLAB Harmony v2.04. I have generated harmony driver for UART 5 (also for UART 1). I am using byte support mode so that I can read/write single byte on UART. I am able to transmit byte data success..
↧
↧
Harmony 3: Timer period calculation error (value is 1 too high) (jmf70)
Hi,The timer calculation is wrong as it's value is 1 more than expected.in the example the desired time is 2500µs and the timer value should be 249 (resolution of 10µs).But in Harmony 3, that's not the case 2500µs gives 250 instead of 249. See attached sc..
↧
How to start Legato Graphics Composer (Pradeep Patel)
I have installed MPLAB X IDE 6.0 and Harmony V3. I am creating project for SAM9x60D1G MPU device. I want to create a graphics application. As per documentation Harmony V3 has Legato Graphics composer to create screens. However, i don;t see any menu item o..
↧
MHC re-writes (and breaks) manifest file? (rdpoor)
I may be missing something fundamental about manifest files, but it appears that MHC has re-written (and broken) the harmony-manifest-success.yml file in my project. Here's the synopsis:
1: I cloned, compiled and ran the wireless_apps_winc1500/apps/ap_..
↧
Can't Find MPFS2 Utility in Harmony 3. (jtzeng)
I am looking where I can download the MPFS and MPFS2 utilities for Harmony 3.I have been searching and no luck. Is there a way to search git hub for something like this?..
↧
↧
Dynamically set DHCP or STATIC IP Mode After Bootup (rlg)
I am using Harmony V3 and after my firmware bootup :1- I will read a persistent boolean variable "dhcp_flag" from Flash memory. 2- Based on the value of dhcp_flag ( 0 or 1). I want to enable DHCP or fallback to STATIC IP Mode
if dhcp_flag = 1 then Enable..
↧
WRITE/READ to/from a second Bank in a MCU with DUAL BANK Flash (rlg)
I am using a Microchip SAM MCU which has Dual Bank
The mcu has 1MB of flash and two dual banks Bank A and Bank B (512KB each)
As explained here in this picture.
https://microchipsupport.force.com/servlet/rtaImage?eid=ka13l000000g5GI&feoid=00N3l0000..
↧
PIC32MZ / MHC v3 - USB CDC not detected (Vincent44)
Hello I am currently setting up the USB on a custom board, and facing some problem.
The board is using a PIC32MZ, tighted with a USB hub 1->3 from Microchip (USB2513).
So far, using Harmony v3, I have been able to setup the PIC32MZ as a USB host for M..
↧
Can't change text string on keypad widget key (photon209)
Can't seem to get the text to show on a keypad key. It works fine on a text widget. (see code in the attached text file, as I get 'access denied' - Is the function setKeyValue (which takes a string) the function used to change the text on the key? (there ..
↧
↧
Harmony v3 with LCC (darren)
Hi, I'm exploring the idea of using a PIC32MX with LCC for a graphics project. I'm trying to around harmony v3, creating new projects etc... but when I try to include the LCC an error comes up: : Failed to activate component: gfx_d..
↧
Harmony 3 : Unable to open Example project(s) (Harmony 3 Configurator) (TS9)
Hi, I am using to open below Setup:MPLAB X IDE v5.50Complier XC32(v2.15)
PIC32MZ-EF_DFP 1.3.58
MPLAB Harmony 3 Launcher 3.6.4 I am trying to open project.C:\Users\ABC XYZ\Harmony3\core_apps_pic32mz_ef\apps\fs\sdspi_fatBut got below errors...
↧
Harmony 3 with GCC (dsherman26)
Is it possible to use GCC ARM (which MPLAB IDE supports) to compile for Harmony 3? The documentation indicates to use XC32, but I am porting application code that uses GCC section directives which are different from how XC32 does it...
↧