I've implemented a server TCP,After the TCPIP_TCP_ServerOpen I've turned on the keep alive : TCP_OPTION_KEEP_ALIVE_DATA pKData; pKData.keepAliveEnable = true; TCPIP_TCP_OptionsSet(appDataTCPServer.socket, TCP_OPTION_KEEP_ALIVE, (void*)&pKData); In Con..
↧
TCP KeepAlive enabled but timeout do not change, harmony 3, net version 3.7.1 (andreaZoboli)
↧
Harmony V3 bootloader windows application (ffb.boy.30)
Hi,For my application I'm connecting to my board trought a UDP/serial converter so my bootloader is the UART version.Previously I was using the harmony V2 + "PIC32 bootloader application V1.2" and it was working like a charm.Now with V3 this software does..
↧
↧
USB mass storage device on DM320100 (orlacius)
Hi Product Version: MPLAB X IDE v5.50
Java: 1.8.0_222; OpenJDK 64-Bit Server VM 25.222-b10
Runtime: OpenJDK Runtime Environment 1.8.0_222-b10
System: Windows 10
Target platform: DM320100
Target CPU: PIC24FJ256GB106
I want to make a USB mass storag..
↧
Can't update MPLAB Harmony Configurator (snellr314)
I'm using MPLAB X v5.50 on Windows 10 x64. I'm developing for PIC32MZ2048EFM144. In the Plugins area, the only MPLAB Harmony Configurator available to download shows up as 2.0.5.2, but when I see in the MPLAB Harmony Content Manager that version 3.8 or so..
↧
SPI Master Transfer Sizes (domble)
PIC32MZ1024EFH064, MPLAB 5.50, Harmony 3, FreeRTOS, mhc 3.8.1, core 3.10.0, csp 3.10.0... all current as of today. DRV_SPI_WriteReadTransfer(SPIHandle, (void*)&TXBuffer, 70, (void*)&RXBuffer, 78*2 );does a transfer (according to code behaviour and..
↧
↧
Harmony 3 SYS_CONSOLE_MESSAGE to USB (billreinhold)
I'm not getting SYS_CONSOLE_MESSAGE output to the USB Com port. The Com port is created and I can connect to it using Termite but no output. I've tried a number of Baud rate settings. I've used this feature on Harmony v2 with no issues at all. MHC Configu..
↧
USB console debugging in Harmony V3 (yts)
PIC32MZ2048EFM064
Harmony V3 latest version
There are two problems (#1 and #2 see below) in USB console debug system.
The Project Graph is shown in the attached fig1.
APP_Tasks function in app.c is as follows,
void APP_Tasks ( void )
void APP_Tasks ( void )
↧
Having trouble setting up SERCOM TXD pin for UART (down_under)
I am using Harmony3 and my target is SAMD21E15.I have a UART output on pin 18 (PA7).In harmony, PA7 appears to only be available for SERCOM1 and SERCOM3. When I select either of these and go to the pin setup, I can only get option for setting pin as PADHo..
↧
Cant add HARMONY CORE component (guntherhess)
Hi, I am new to Harmony projects and trying to use Code Configurator to set up my PIC32MZ project. I am running MPLAB IDE 5.50.Using the Project Graph I can add all the components except the Harmony Core (which many things are dependent on). I can see Har..
↧
↧
adc_dma_sequencing_sam_e54_xpro sample program doesn't work (Zbych)
I want to use dma for adc sequencing in my project with same51 so I started with sample programfrom harmony (adc_dma_sequencing_sam_e54_xpro). I tried this program on the demo board sam_e54_xprodirectly and it doesn't work. DMA not sequences with ADC0RESR..
↧
USB Console Pre-Connect Buffering in Harmony 3 (billreinhold)
In Harmony versions 1 and 2 the console output to USB was buffered until the user connected to the com port and hit return. That way all data sent to the console was displayed and data sent prior to the connect is not missed. Specifically, I like to send ..
↧
RTOS Viewer plugin for present version of FreeRTOS 10 in Harmony (Zbych)
Anybody knows when RTOS Viewer plugin in MPLAB X will work with FreeRTOS 10 which is present version in Harmony?..
↧
SYS_FS_Initialize incompatible pointer type error (Marius Dumas)
Hello, I just got started a day ago with Harmony and learn and experiment with how things fit together. I try to do something that seems straightforward such as writing a file to an SDCard on ATSAME70 Explained Ultra board. Everything seems to go well. Up..
↧
↧
Need help with Harmony3 PM (low power mode) please (down_under)
My target is SAMD21E15.I am working on my first low power project and having trouble understanding how to get the current lower.At the moment the main clock, ADC and 2 x EIC runs 48MHz.I have TC3 timer and RTC timer both running at 32khz from CLKGEN1 usin..
↧
HPFS2 in Harmony can not handle 2 bytes character (Yoshi5900)
Hello, I'm trying migration of TCP/IP project from MLA+18F8760+SST25 to Harmony+PIC32MZ+SST26.
I used net_apps_pic32mz and customized it for using SST26 for MPFS2 storage.
It can show html view based on wab_page2 folder.
I tried to use previous html fi..
↧
I2C Bit Bang with Harmony 3 (Migrating from H2 to H3 and PIC32MZ) (DominusT)
Hi.
I'm trying to migrate code from a project that works great in H2 to H3.
The code manages an EERAM memory via I2C
The I2C settings on Harmony 2 and Harmony 3 are shown in Figure 1.
I'm referencing the i2c_eeprom_pic32mx470_curiosity (asynch..
↧
FreeRtos Harmony V3 Linker Error (Baldhead69)
Hi, I am trying to migrate a harmony v3 project from pic32mk1024mcf064 to pic32mk1024mcm064.After some changes i got stuck in this linker error: I put the error log in annex, because of this message here on the forum:You don't have permission to access "h..
↧
↧
How do I add to the Harmony 3 framework? (photon209)
I've gotten a repo online that appears to have all the files and is structured like the other framework code in my existing Harmony directory (templates, posixvfs.hconfig etc.) but I'm unable to figure out how to add this to the Configurator.I've tried th..
↧
Harmony Configurator Launch Error (Mesut)
Hi, I've installed the latest harmony 3 by using content manager and tried to launch it but gets the error below;I take this error when push Launch button on Configuration Database Setup page System information is:Processor Information:
ID: Intel64 Famil..
↧
Harmony 3 Loading XML configuration file (zmb2021)
Hardware: UPD350 + ATSAMD20E16A-MU
I'm trying to modify PSF_EVB_DRP/UPD301C_PIM_DRP demo projects to support custom hardware.
How to open https://github.com/MicrochipTech/usb-pd-software-framework/tree/master/PSF/Demo/PSF_EVB_DRP project with Harmony 3?..
↧