SNMPv3 and USART (emeryb)
Hello, I am using Harmony 2.03b and a PIC32MZ2048EFM144 Starter Kit. I am trying to get the snmpv3 module working with the current project. There was a working usart connection before enabling snmpv3...
View ArticleMasking (bblessing)
Background: MPLAB X IDE 4.00, XC32 v1.44, Harmony v2.04, PIC32MZ2064DAG176, Newhaven 4.3" display with 4-wire resistive touch panel (ST7282T2 internal controller), internal DDR. I'm having a lot of...
View Articlecan bus Receive function (ffb.boy.30)
Hi,I don't understand the variables address in the functionswhile(DRV_CAN0_ChannelMessageReceive(CAN_CHANNEL1, address, 4, &TestMessage) == false); Thanks you..
View ArticleHarmony 2.04 - gfx_layer.c - GFX_LayerRectFromOrientedSpace (mssl)
Hi, i was facing an issue with the function GFX_LayerRectFromOrientedSpace. Rectangles were displayed with a mirrored x-direction.I suppose, it should be if(mirrored == GFX_FALSE) instead of GFX_TRUE...
View ArticleHarmony AppIO not working (krbvroc1)
I have a custom board (PIC32MX795F512L) and I am using a ICD-3. I am trying to setup TCP/IP and enabled the Console (APPIO_CONSOLE)/Override STDIO and Debug (SYS_ERROR_DEBUG level). However I do not...
View ArticleHarmony Configuration failed to initialize! (PastrelloMarco)
Hi all,I use : MPLABX v3_51 and I installed the new version of Harmony Ccnfigurator (v2_02_00b) but when I try to open an existing project from the applications examples folder (i.e. :...
View ArticleCAN interrupt crash other interrupt (ffb.boy.30)
Hi,On my program I've an USART interrupt that works perfectly when the CAN works in polling mode.Since I jump the CAN in interrupt the USART doesn't works anymore, there are not configured with same...
View ArticleTCP/IP Get and Post Execute functions (friesen)
Why in particular does the manual for TCPIP_HTTP_GetExecute Function sayThis function may NOT write to the TCP buffer. ? It says basically the same thing for PostExecute How else can one handle long...
View ArticleHarmony 2.04 problem with universal_audio_decoders demo (i4cy)
I cannot get any headphone audio output from the PIC32 Bluetooth Audio Development Board (DM320032) when running the "universal_audio_decoders" demo app when using Harmony v2.04. The demo GUI displays...
View ArticleMaster's conference 2017 (microchip777)
About the Master's conference 2017, are there any videos whats its about, whats going on, news, tutorials?..
View ArticleBest way to create a BSP.. and what shoudl be in the BSP. (mrpackethead)
recnetly i created a BSP for my custom hardware.. I followed the tutorial and edited the text files, ( bsp.hconfig) as it described.. It all needs to be perfectly formatted and could be quite lengthy...
View ArticleNew Harmony Configurator doesn't run (PhilipJ)
Well today my copy of MPLAB.X V4.00 told me there was a new Harmony Configurator available so I clicked the button to update it and now when I select Tools->Embedded->MPLAB Harmony Configurator...
View ArticleTrying to run a custom SD card application with harmony framework (jrebetez)
Hi forum, I'm trying to run a custom SD card application since a week now and I'm still not able to mount it.Of course, I first tried the example from Harmony framework. In this example, I can mount,...
View ArticleNew Harmony v1.09 & v2.01b available for download (RISC)
Hi, Just received links today from the Microchip RSS feed for :Harmony v1.09 Harmony v2.01b Regards..
View Article2.04 Tcpip.h version (eclipse80)
The version for the TCP/IP stack was not updated in the 2.04 version.Not a big deal though. tcpip.h// TCP/IP stack version#define TCPIP_STACK_VERSION_MAJOR 7#define TCPIP_STACK_VERSION_MINOR 25#define...
View ArticleHow to merge two demo projects? (microchip777)
I want to merge two demo projects. is there any solution with harmony v2.04? manually adding the large number of files in framework folder and other folders is absurd. is there any logical way?..
View ArticleUSB development (fiutek)
I am trying to use WinUSB as windows driver. I was able to enumerate device correctly.However when I send control transfer to get some data to the microcontroller I have problem.I can only send message...
View ArticleHarmony TCP/IP with ENC28j60-H (btb900)
I am trying to us Harmony TCP/IP to work with ENC28j60-Hand I am getting errors before I never generate the code. Value () not valid for enumerated type (TCPIP_STACK_IF_NAME) You must check at least...
View ArticleUSART, How to control UTXINV, URXINV in a Harmonious fashion (Jim Nickerson)
I find many of the Mode and STA register bits.I have yet to find UTXINV and URXINV.I use RS 485 communications.Sometimes the A and B lines get connected in reverse.If I do not get an expected response...
View ArticleShould peripheral Pins be defined in the pin-mapper and/or BSP. (mrpackethead)
So, i'm in between projects for a week or too, having just got one out the door, and i'm going to spend a bit of time, preparing to port from 1.07 --> 2.04 (a) In all the demo projects, none of the...
View Article