Understanding Clocks and Timers in Harmony (BillP)
For my projects, I prefer to use a 1 ms timer/interrupt for accurate timing. As I understand it, the PIC32 MCU has 1 Type A timer and 4 Type B (whatever that means). Harmony provides a simple interface...
View Articleharmony 2 channel adc? (prinz3nroll3)
hello,i want to use the harmony framework to scan/get values from two analog signals.first i test my configuration with 1 channel, and polling this is working well. harmony config is...
View Articleso not impressed !!! (John H)
I have spent so much time trying to get my head around this harmony and it's beat me !!! I tried to follow the PDF and if this is the best way to learn this ultra deep new approach, I am quitting now....
View ArticleMigration of Harmony to TLS in the pipeline? (Gerd Vandersteen)
Hi,Mozilla disabled support for SSL3.0 for security reasons (the POODLE Attack). Are there plans to include TLS into the Harmony library, and if so, how and/or when?Best Regards,Gerd..
View ArticleHarmony I2S Bug report - I2S switch from MASTER to SLAVE and back resets SSx...
The above says it all... I changed an I2S from MASTER to SLAVE, and the SSx pin was no longer assigned. Workaround: I had to reassign the SSx pin to where it was assigned in MASTER mode. Using MPLAB X...
View ArticleProblem with wifi_g_demo and Telnet Server (DominusT)
Hi. I'm working with Harmony v 1.06 and MPLAB 3.10. When compiling the sample called wifi_g_demo, no problem. But when from the MHC, I enable 'Use Telnet Server' and I compile the project, the...
View ArticlePIC32MX + EX16 + ENCX24j600 (afaideen)
Hello,I hv question, is that really possible to implement PIC32MX + EX16 + ENCX24j600 using mplab harmony?I keep trying but was facing error all the time. Previous work in MLA this combination works...
View ArticlePlease make fixing SPI/DMA a priority for the next Harmony release...
I read in the release notes for Harmony v1.06 that SPI over DMA is non operational and will be fixed in a future release. This is really disappointing because I have SPI going out over DMA in v1.05. I...
View ArticleLost in SMI - How to read a PHY register (jkellar)
I'm trying to read registers from my LAN9303M in PHY mode. The following code makes something happen over the SMI (MDIO/MCK) lines but it doesn't completely match what the LAN9303M datasheet states as...
View ArticlePIC32MZ Starter Kit w/ LAN9303M Daughter Board Harmony Interrupt Requirement?...
Does the default Harmony LAN9303M driver configuration (or code base) and/or TCP/IP stack require that the interrupt from the LAN9303M come into port RC13 on the PIC32MZ?..
View ArticleMultiple Console Dynamic/ Multiple Uart Dynamic Example? (bob3er4)
First off: thanks to everyone for the support on the Harmony roll out! Second: For those crying about harmony documentation: Help Microchip support us. We are all on same team and want to get product...
View ArticleCDC Com Port demo Chipkit Wifire PIC32MZ2048ECG100 (rickynevada)
So I have a few development boards, the PIC32MX Starter 1/2/5, PIC32MZ EC Starter, and ChipKit Wifire. I've gotten the CDC Com Port Single demo to work on both Microchip eval boards. However, I can't...
View ArticleHow to save net config into nvm and reload it on power up? (skynet78)
Hello everybody, i'm try to store the modified net config received from web page but on power on the net config is always the default values. The harmony framework have a similar function of old tcp/ip...
View ArticleADC in Harmony (Paul PortSol)
Looking to add ADC to project, but Harmony v1.06 doesn't seem to support for some MCU?- PIC32MX795 example works, and seems to support up to 8 dedicated ADC- PIC32MZ2048ECH144 no ADC Driver (Message...
View ArticleTimers and Timing in Harmony (BillP)
I wanted to understand the use of timers in Harmony, especially with the goal of creating an accurate 1 ms timer for applications, so I created two test scenarios with the results. This post is an...
View ArticleWrong USART Baudrate (kmoravec)
Yes I have all the new SW.Harmony 1.061.40 compilerIDE 3.10 I have my own board with a PIC32MX450F256H, and an external 8 MHZ crystal. According to the Harmony Clock Diagram my POSC is 8MHZ, FPLLIDIV...
View ArticleTCP Stack - DHCP Discovery But No Requests (jkellar)
I'm using Wireshark to capture network traffic so I can see why my custom board isn't getting assigned an IP address from my router. I see three DHCP Discover packets that are from my PIC32MZ but never...
View ArticleLAN9303M RMII OR MII? (jkellar)
I'm reviewing the tcpip_tcp_client project Harmony configuration and notice that RMII is NOT selected however the PIC32MZ Starter Kit and LAN9303M daughter module is wired only for RMII interfacing....
View ArticleLooking for MPLAB Harmony Demo: PIC32MZ+TCPIP+External Flash (afaideen)
Hi,So far I realized Microchip only provided sample demo for PIC32MZ+TCPIP+Internal Flash. Would it be possible in the future for Microchip to come up with solution template demo for...
View ArticleHow To Read the MAC Address (NKurzman)
What is the Proper Way to read the Current MAC Address?I can find the Function, but How do I get the MAC Handle? Or am I better of reading it from the PIC32MZ?..
View Article