Help files not working with MPLABX (davidif)
Hello, I just did the update mplabx well as harmony, mplabx v3.15 harmony_v1_06_01 Only, I do not see help via the MPLAB interface. When I open a new program in harmony I have this error message:...
View ArticleProgress bar object does not render properly if it is updated too quickly?...
Hi all, I am updating a Harmony progress bar object based on a timer value. If I use an elapsed time of less than around 1500ms, the progress bar object background and border do not render correctly....
View ArticleNeed pointer on how to unicast and multicast (Don2)
I am currently successful with sending a unicast UDP message, and I would like to add multicast send/receive messages as well. Does anyone have any pointers on this. I have been trying to use the code...
View ArticleHow do you generate SD card Detect Ports in source by MHC ? (ysaitoysaito)
I am study SD file system by using ver. 1.06_01 Harmony, ver.3.15 MPLABX and ver.1.40 XC32.As you know, we can generate Write protect port and Chip select port in souce by MHC window,which Screenshot...
View ArticleHarmony PPS assignment fault U2RX / RPD14 (RowanT)
Hi, I hope this is the right place to put this..I found a problem with a PPS assignment using harmony, or at least I don't think it's something I'm doing wrong! I'm using a PIC32MX370F512L with MPLABX...
View ArticleAnother Harmony Issue (NKurzman)
I have a PIC32MZ2048ECH144 Moving to PIC32MZ2048EFH144.I disable the Floating Point library, because I do not have any floating point.But My I2C stops working. I compare the settings and Find this (...
View ArticleCAN - PIC32MZ : False output on CAN BUS when read with logic analyzer...
Hi, I'm using CAN1 module of PIC32MZ2048ECM144 along with SN65HVD CAN TRX from TI. Attached are my harmony driver configuration. When I write something to the bus, what I read from the logic analyzer...
View ArticleText in Portrait mode (jtzeng)
Has anyone worked on a user interface in Portrait mode and how did you address the text issue?Is there a way to render the text off screen and then rotate it into the display area?Most objects can be...
View ArticleHamony TCP IP stack Mac Address and PIC32MZ2048ECH144 Starter Kit (lelsteph)
HelloI am not able to understand from where the Mac Address is coming from when the stack is configured with a null Mac Address.In the TCPIP_NETWORK_CONFIG Structure, if macAddr field is set to 0 the...
View ArticleAm unable to use Harmony with PIC32MX575256L, etc... (Josh Morong)
We have used the PIC32MX575F256L in several designs and I used it in a new prototype that I have built. My manager has programmed the firmware on previous designs, and at a trade show Microchip reps...
View ArticleTLB fault on DRV_ETHMAC call (jautry)
I am getting a TLB exception in the DRV_ETHMAC_LinkStateNegResult call. It seems to appear from the epc that it occurs on the if statement in: phyRes =...
View ArticleHELP: How to use UART driver for Harmony PIC32MX (MPLAB X IDE v3.10) (Simple.)
Hi All, It is my first time to use the Harmony environment, my goal is to send strings or characters from PIC32470512H (connected to MAX3232) to the PC(using Tera Term) using UART driver. I already...
View ArticleHow do you re-Open SD card file after repetition of attaching and detaching...
I am studying SD card system by using ver.1.06_01 Harmony, ver.3.15 MPLABX, ver.1.40 XC32 and PIC32MZ2048EFH100. I would like to open and read file in SD card after repetition of attaching and...
View ArticleHarmony install is bunch of garbage (piccandies)
was using mplabx 3.10 & harmony 1.06, no problemupgraded to labx 3.15, installed harmony 1.07, but when creating new harmony project, was calling up harmony 1.06!!did program uninstall of 3.10 (no...
View ArticleMPFS2 corruption using PIC32 NVM Flash (bikeoid)
Based on the sample project in C:\microchip\harmony\v1_06_01\apps\tcpip\web_server_nvm_mpfs\ and using the Microchip MPFS Generator from the v1_06_01 tree, dated Apr 01, 2015, I was able to create my...
View ArticleHarmony I2S driver (dlb)
Has anyone been able to get the I2S driver functions DRV_I2S_BufferAddWrite, DRV_I2S_BufferAddReadand DRV_I2S_BufferAddWriteRead to work? I've some success with DRV_I2S_BufferAddWrite but that's it...
View ArticleMRF24WN0MA module (davidif)
someone used the MRF24WNOMA module? with the starter kit ethernet + i/o expansion board, it don't work. I used the file "pic32mx_eth_sk+ioexp+11n+freertos.mhc" it load well, the LED1 lights fix but I...
View ArticleError in SYS_FS_FileOpen() causes SYS_FS_Error() to return an invalid value...
For the function SYS_FS_FileOpen() failure is defined by telling that SYS_FS_FileOpen() is returning SYS_FS_HANDLE_INVALID. According to the help file the reason for a failure of SYS_FS_FileOpen() can...
View ArticleData Bus Error (sn4tch3r)
hi, Im using the Harmony framework for my projects for the first time. It seemed quite useful to get started at no time. Currently im using the FT800 for display which uses the SPI interface. Currently...
View ArticleHow to change the IP addresses from an external memory? (DominusT)
Hi. I have managed to create a project based on the following tutorial: https://www.youtube.com/watch?v=EyclfQkgLnM My hardware has an external flash memory is useful for storing settings. My idea is...
View Article