I am using usart-static-wf32 example from microchip harmony tutorials but I am unable to view the sent/received byte in register or variable. I am transmitting a byte "0b00000101" using writebyte function but I cannot read it using readbyte function. void..
↧
Can i simulate pic 32 usart-static-wf32 example in microchip harmony framework? (azaman)
↧
Harmony v2.06 is available on the web (Tez)
Harmony v2.06 is available on the web. Visit www.microchip.com/harmony for details...
↧
↧
Line Graph widget small bug in H2.06 (epareja)
Hello, I downloaded the latest Harmony 2.06 and wanted to try a LineGraph widget but there is a small problem to solve in the generated code. I have this line in each series definition in the libaria_init.c file laLineGraphWidget_SetSeriesPointSize(LineGr..
↧
Harmony 2.06 errors and warnings after adding graphics stack? (RodoPIC)
Hi all,
This is for MPLABX 4.20, XC32 2.10, harmony 2.06 and PIC32MZ1024EFG100.I'm new to harmony and PIC32. I started a few weeks ago using harmony 2.05_1 with a very basic board I made to connect a TFT (16BPP) to the PMP. The PMP mode didn't work. Micr..
↧
PIC32MK ISR not generated for ADCHS Channel 5 (TJvV)
Hello, I am working with a PIC32MK0512MCF100 for a project that requires a number of ADC inputs to be measured at the same time.I have observed an issue in code generation of the ADC driver when using the MHC (the one supplied with the harmony installatio..
↧
↧
Command Processor System Service (_edx_)
Hello, i've been trying to make it work, but to be honest, i'm getting out of ideas. As far as i can tell, the dynamic implementation of UART & Command are non-blocking because both utilize the buffer queue, because of this i'm using the static byte m..
↧
Focaltech FT5316 capacitive touch (jiggoly)
Hi, first of all the background: - Custom board with PIC32MZ2064DAG176- 800x480 WVGA display with FT5316 touch panel attached.- Touch panel connected to I2C_ID_1 (RA14, RA15).- INT connected to RD7 (INT4). I´m trying to port the FT5316 using the MTCH6301 ..
↧
Any basic example for using static I2C to send/receive data between Pic32 and DSP? (azaman)
I am trying to send/ receive one byte (e.g 0b01110001) from Pic32 to DSP over I2C bus where Pic32 is master and DSP is the slave. I want to use simple polling method (static model, no interrupt) but I am not able to find any simple example/ code on how I ..
↧
Harmony 2.06 Misc Bugs (Paul PortSol)
Listing some issues&patches to help speed others in their diagnostics as they upgrade to HarmonyV206 Bugs with HarmonyV106 and MHCv2060:Using: MPLABXv420, XC32v210, HarmonyV206, MHCPluginV2060 a) ADC, PIC32MZ EF, new bug in MHCv2060 (not in MHCv2052):..
↧
↧
Harmony 2.06 ILI9488 Parallel Mode (Freezessc)
Hello, I noticed that ILI9488 Parallel mode was removed for PIC32M devices I think. I had taken that version and modified it to use PMP instead of EBI with good results, but I figured I'd ask why do you guys not want us using ILI9488 in parallel mode with..
↧
Harmony's graphics example, boot default display language switching method (PSIR)
Hello everyone:There is a aria_weather_forecast weather forecast sample in Harmony's following installation directory, located in the following location: Harmony\v2_06\apps\gfx\aria_weather_forecast This is an example of a three-nation language. It is ava..
↧
TCP/IP Stack implementation problems (rmorley78)
Hi, I'm trying to implement the TCP server on a custom board using Harmony (v2.05). The processor is the PIC32MZ2064DAH176-I/2J. At the moment the board is not the problem the, the IDE is. I've created a simple TCP Server app that uses the example code in..
↧
USART Driver Runtime exception (rmorley78)
Hi, Need some help understanding why a run-time exception is happening in the harmony USART driver code. I am calling the DRV_USART_Write() function and getting the exception. I've tracked it down the best I can but I don't understand why it's happening. ..
↧
↧
MHGC in MHC 2.05.01 (rpasc)
Dear developers, I have found that MHGC hangs when there is an invalid value set for one of the colour components. Example using rgb_565: if by mistake Red is set to 34 then that is accepted by MHGC and written out to configuration.xml.Once configuration...
↧
PIC32MZ2048EFM-144, USB Host bootloader - trigger problem (adixmasz)
Hi,Few background information, before I tell you about my issue:Development tools:- Mplab X IDE 3.65- Compiler XC32 v1.43- Harmony V1_11- DM320007 Evaluation board and my own custom board with PIC32MZ2048EFM-144 Background:I have a quite complex project w..
↧
How to understand Harmony's program framework and how it operation (PSIR)
Excuse me,what document or chapter does Harmony have, explain the Harmony program framework, and what C files are produced? How does the program run after booting? I only know that Harmony is a state machine structure, but the detailed process is still no..
↧
USB MSD hangs application when re-attached after using File System. (kappuz)
Hello all, I made a module of my application based on the USB MSD host example provided in Harmony 1.06, using PIC32MX Ethernet Starter Kit. TCP/IP Stack is running. The code initializes the File System, the USB Driver and sets the handler for the events...
↧
↧
How implemente SSH server ? (Emcy)
Hello, Someone has implemented SSH (version 2) server ? How do you do ?SSH is only TELNET with SSL or there are others things to have a basic SSH server ? And how to implement SFTP ? Thank..
↧
Context is not passed to I2C even handler (hutorny)
Documentation says that context, set with DRV_I2C_BufferEventHandlerSet will be passed to the event handlerdrv_i2c.h:913 context - The value of parameter will be passed back to the client unchanged, when the eventHandler function is called. It can be used..
↧
Load IP config in an extern flash (Emcy)
Hello, I want load IP configuration in an external flash.
void TCPIP_Task(void)
{
SYS_STATUS tcpipStat;
TCPIP_NET_HANDLE netH;
int nNets;
static IPV4_ADDR dwLastIP = { {-1}, {-1} };
..
↧