simple button event in Web page in harmony (srinivasporam)
Hi,We have modified web server example using harmony stack. Now we would like implement simple button press in web page. when button is pressed we should send message to debug port....
View ArticleMPFS vs. NVM (Joho)
I am just learning this PIC32 stuff, so please bear with me if I write something stupid. I would appreciate any advice, no matter how trivial it may seem. I think my issue is the same as this thread...
View ArticleSPI communication- Bit Banging (vidisha)
Hi, I'm doing SPI Bit Banging using PIC16F1718 as slave. I could make it work but only for 1 byte i.e by using char rdata, where rdata is the buffer which stores the incoming bits. so, now i want to...
View ArticleHarmony Listbox (mlg09001)
For Harmony 1.07.01 I have a listbox that I allow the user to scroll through. The harmony listbox prevents the user from scrolling to a position where the selected item is no longer scroll on the...
View ArticleHarmony problem with BufferedAddRead in dynamic USART (carmix)
I'm trying to implement a Buffered Read on the USART of my PIC32MX450 running FreeRTOS 8 and Harmony 1.02 dynamic usart driver with interrupts enabled. In my application I have a console(on USART3),...
View ArticleCan someone explain Harmony warning? (Skaptor)
Hi, I recently updated to Harmony v1.08. When I noticed a strange warning when adding the Wi-Fi driver: "Warning: use of Wi-Fi driver without RTOS is not recommended. Some modules and libraries, like...
View ArticleI need help with harmony - desperately. (Nightcat)
I am willing to pay one of you gurus to take the project I started and add the framework I need from harmony, OR, tutor me by phone/email to get it running. The processor is a PIC32MZ2048EFH144 on my...
View ArticleHarmony v1.08 (bblessing)
Just downloaded Harmony v1.08 and, sigh, none of the fixes that I thought would be helpful made it into the release. In fact, SPI and SPI Flash remain untouched. Though disappointing, would Microchip...
View ArticleHas Anybody gotten SMTP Emails to work in Harmony 1.07 ? (clydem)
I have been trying for a few days to get email's sent in my app. I followed all the steps listed in the gargantuan Harmony Help document. I had done this earlier with mla and had it working perfectly....
View ArticleISR mechanism in harmony ??? (DECORME Sébastien)
Hi,Today I try to transfer my Pic32Mx working code to an harmony project (V1.08).In my old application, all the peripheral are used in interrupt mode for example the USARTvoid __ISR(UART_DBG_VECTOR,...
View ArticlePHY operation error (martinw7750)
Hi, Occaisionally I get a phy error: PHY operation error: -1 It never happens when I have the debugger connected, but sometimes on powerup when running without the debugger. Can anyone tell me if there...
View ArticleUsing custom Ethernet PHY driver (W.Lang)
I have a minor annoyance with the MHC. I am bringing up a board that uses an Ethernet PHY that is not one of the MHC enumerated types. Writing the new driver was easy enough, however, whenever I make...
View ArticleDRV_I2C_Status, interface break in parameter (muellernick)
Hi! I'm using the I2C bus. All library calls are done with the DRV_I2C... calls. If a call needs the I2C instance, the parameter is the driver index.Like in:DRV_I2C_Open(DRV_I2C_INDEX_0,...
View ArticlePLIB_USART_BaudRateSet & PLIB_USART_BaudSetAndEnable -> mess (muellernick)
Hi! Switched from Harmony 1.06 to 1.08 (on a PIC32MX).It took quite some time to find out that you can't use PLIB_USART_BaudSetAndEnable and later change the Baud rate with PLIB_USART_BaudRateSet....
View ArticleDRV_I2C_BufferAddRead gone in Harmony Help 1.08 (help_harmony.pdf) (muellernick)
Hi Seems DRV_I2C_Buffer... functions are gone in the PDF.So does that mean I shouldn't use them any longer. But in drv_i2c.c, they still exist. And wasn't I told that I no longer have to add the...
View ArticleMigration from Harmony 1.06 to 1.07.01 (Wollli)
Hello ! My Hardware is a PIC32MZ2048EFM with Networking, USB, 2 x CAN, RS232, SPI .. and is workingfine under Framework 1.06. I tried to migrate that project from 1.06 to 1.07.01. One of the problems...
View ArticleV1.07 Compiler cannot find framework files (Don2)
I have a project in a file folder that compiled fine, and I have saved it in SVN. If I check it out of SVN at the same level I checked it from, but it will not compile. It list parameters and defines...
View ArticleHarmony Equivalent Functions? (mrpackethead)
what are the equivalent functions in harmony of; IPsetRXBufferCalcIPBufferChecksumMacDiscardRX..
View ArticlePotential issue with the SPI flash drivers (bblessing)
I haven't ran into any problems with this just yet, but it could be a source of strange issues. Take a look at the following snippet from the sst25vf064c driver: case...
View ArticlePIC32 and TLS 1.2 (tomashal)
We are going to start a project where we need to communicate with a webserver. Our plan is to use PIC32. But this server requires TLS 1.2, and I'm not sure how complicated this is with PIC32. Does...
View Article