Harmony SQI Flash driver for SST26VF064B + PIC32MZ EF (Johnny0099)
Hi Everybody, I'm just developing a new product based on PIC32MZ EF and have a doubt about SST26VF064B flash memory. I've used in a previous project this flash memory in SPI configuration (it was on a...
View ArticleDMA Relation to I2S (arrestedmech)
When I2S is setup for DMA channel interrupts, what initiates the DMA transfer? Does it watch the SPIXSTAT register to determine when the buffer is full? I ask because, if the DMA module watches some...
View ArticleUSART Simplex in Harmony V10701 from V10602 (Paul PortSol)
I just upgraded from Harmony V1.06.02 to V1.07.01, and now have MHC 1.0.7.16I see the USART settings have changed, and now my project doesn't work anymore :(At the moment trying to figure what to do to...
View ArticleSOSCO as I/O Pin (455Turbo)
Hello, I am using a PIC32MZ2048EFH144, MPLAB X IDE v3.26, Harmony v1.7.1, and my own board. I need to use pin 106 (RC14) as a digital I/O. This pin is shared with SOSCO. I am using a clock on pin 105...
View ArticleBootloader linker script for PIC32MX230F128H (Soren.Bang)
I have created a Bootloader for the PIC32MX230F128H using Harmony 1.06, configured for USB Device and button trig.The codes does compile, but it fails to link:...
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 ArticleExternal SRAM / EEPROM with PIC32MX over SPI (ShaileshV)
Hi I want to interface SRAM / EEPROM like 23LCV512 or 25LC256 with PIC32 over SPI. I have these questions: 1. Is there any sample code available for this?2. The external memory (SRAM/EEPORM) will hold...
View Articlewindows harmony != macosx harmony??? (mrpackethead)
Ive recently been working on some code using MPLABX 3.26 and harmony 1.07.01 under macos. All is good the code compiles.. I bundled it up and stuck it in the git repo for my team to look at. Some of...
View ArticleProblem display rotation (Bali100)
I have a problem with the rotation of a display screen. I want to rotate the screen to 180 degree. All objects of the screen are rotated correct but not the image. It is mirrored and on the wrong...
View ArticleIDE keeps building when starting the debugger (martinw7750)
Anyone else have this issue? Nearly every time I click the "debug main project" button, the IDE compiles every source file even though there have not been any changes. Why!..
View ArticleBase Linker Script Provided by Harmony 1.06 Using Application Linker...
I'm trying to setup my application so that I can use boot code alongside my app. So I chose in the Harmony Configurator to use an Application Script (under Use Bootloader Section). The application...
View ArticleApplication Linker Script Fails - .reset overlaps .vectors (jkellar)
Using Harmony 1.06 I'm trying to get my app code to link so it only lives in the program flash location. A boot code app will be in place to start the part and jump to my app code. When I choose to use...
View ArticleUDP Bootloader, PIC32MZ unresponsive (campbellCustom)
Hi All,I'm running into issues involving the harmony udp bootloader basic firmware and/or bootloader pluginFor the version hawks: MPLAB X IDE v3.25, MPLAB Harmony v1.07.01 (using examples only so no...
View ArticlePIC32MZEF spi port 6 (martinw7750)
I suspect I'm being really dumb here, but SPI 6 is driving me a bit mad!I've picked up a Harmony demo to connect to an eeprom on spi. I've changed it to work with an spi sram using spi port 6. As far...
View ArticleIs V1.07 working well? (NKurzman)
Has anyone moved to V1.07 without major issues? Is it working OK? I just want some warm fuzzy feelings before I continue with it...
View ArticleHarmony Jpeg decoder ImageDecode wStartx wStarty issue (MKC)
Using the Jpeg decoder in harmony v1.03 Function ImageDecode using wStartx en wStarty equal to zero and the image looks perfectSetting the wStartx and wStarty to another value and the image is...
View ArticlePIC32MX1/2/5 demo code query. (AJThomas123)
Hi! Apologies if this is a silly question. I have been browsing the following document for demonstration software for the PIC32MX1/2/5 starter kit. The only 2 demonstrations for this kit appear to...
View ArticleHarmony V1.00 not ready for use - C++ gives invalid conversion errors all...
I am trying to use harmony in a c++ project and when I compile, there are all sorts of invalid conversion errors in the harmony header files! Here is one example:...
View ArticleHarmony Pin Conflict Resolution (martinw7750)
Hi, When I open the Harmony configuration, I get some pin conflicts reported: Pin 36: Conflict resolution - Automatically assigned function 'AN0' Pin 43: Conflict resolution - Automatically assigned...
View ArticleEthernet MAC address - where is it coming from? (martinw7750)
I'm running a microchip tcpip demo (web server with sd card) on my own hardware.I'm trying to find where the ethernet mac address is coming fromThere's a definition #define...
View Article