Hello, I was having issues with USB MSD on a project built with Harmony 2.06.I tested harmony 3 for the USB MSD functionality on our board, and it work well. Thus I am migrating out graphics from harmony 2 Aria, to Harmony3 3 in Legato, the import went we..
↧
Harmony 3 registering a interrupt callback help (mattgreig)
↧
AT24 Driver harmony configuration size confusion (seyyah)
I am confused about harmony at24 driver configuration.Harmony help says that we must enter page size and total flash size in bytes butat24_eeprom_read_write_pic32mk_mcj_curiosity_pro (24LC256 on it) example code differs from this. I.e. it entered total fl..
↧
↧
HTTPNET Server Problem - Can't load website in browser (bojanrajkovic)
I follow this guide and when I go to website I get bare bone html instead of an interactive webpage. Have anyone idea what's the problem?..
↧
How to switch between two network settings? (DCV)
Hi guys! I would like add another network setting in my project the harmony settings as default and settings in SDcard for editting.
I think that I should add another index in 'TCPIP_HOSTS_CONFIGURATION[]' in 'Initializacion.c' based a File in SDcard and..
↧
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..
↧
↧
Help with usage of laListWidget_GetItemText (epareja)
Hello, I'm using Harmony V2.06b and I'm having an issue (SYS_DEBUG_BreakPoint) when calling this function to get the text on a listWidget. I'm displaying correctly a list of string in an laListWidget. Now I want to capture the string that was selected of ..
↧
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..
↧
↧
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?..
↧
[SOLVED]Bug in the USART Harmony/FreeRTOS module (BillP)
Platform: Curiosity PIC32MZ EF (100 pin) with 2 Clik board slots
WiFi4 Clik Board
MPLABX IDE v4.20
Harmony 2.06
XC32 v2.10
FreeRTOS v10.0.1 (the default version selected in MHC)
The WiFi4 uses a USART (Tx/Rx) interface to the PIC32MZ host. MHC con..
↧
Getting started with Harmony + SAME70 SPI with multiple SCK rates? (rdpoor)
I'm bringing up a MHC project with the SAME70 Xplained Pro whose extension headers bring out SPI0. My issue is that I have two SPI devices, an LCD display that needs to run really fast (SCK = 30MHz) and a touch sensor needs to run relatively slowly (SCK =..
↧
USBID pin on PIC32MZ = Careful (Paul PortSol)
Careful with the USBID pin, even if you aren't using it!! I'm not using the USBID pin, so I left the USBID pin unassigned and enabled a pullup on it so it wouldn't be an antenna.Problem: PIC32MZ seems to use the USBID pin even if you leave it unassigned (..
↧
↧
BootLoader Linker Script for the PIC32MZ - (what I did on my project) (RB1)
I have struggled for the last few weeks getting a bootloader to work in a PIC32MZ2048. I figured it out, so now I will explain what I did to get it working. I am using a PIC32MZ2048EFH144 (I did not see many bootloader examples of a "MZ")I am using Harmon..
↧
TLB Refill Exception Troubleshooting (luca.leoncavallo@gaengineering.com)
Hi,I'm not expert in managing exception. After reading some other thread i've added in my code all the classic management routine for exceptions. Now what happen is that the code stops inside void _simple_tlb_refill_exception_handler(void)
{
_excep_code..
↧
[Microchip PIC32] AWS IoT: OTA Bootloader -> System Crash (Jose Garzón)
Hello everyone!We are having a problem implementing the bootloader proposed by the amazon team in the microchip demos of AWS Cloud (Harmony 3) and we are looking for any hints on how to debug the issue.The problem description is:We are using a Microchip P..
↧
RD10 output on PIC32MZ1024EFE064 device stops working after enabling ethernet RMII mode (Fendersens)
I have spent quite some time debugging why this pin , RD10, stops outputting the correct value once I enable the ethernet in RMII mode.I have checked the TRISD, LATD, RPD10R, ODCD registers etc but couldn't figure out what is wrong (it is always outputtin..
↧
↧
- deleted - (ric)
-..
↧
Happy New Year 2022: (TS9)
Happy New Year 2022
To All Administrators, Moderators , Members and Guest
--
TS9..
↧
getc() not blocking? (rdpoor)
..
↧