Pic32Mz DA: Example File System code (bordlab)
Background: MPLAB X IDE v4.05, XC32 v1.44B, Harmony v2.05.01, PIC32MZ2064DAG169, PIC32MZ2064DAG169 starter kit with MEB. A very simple question. Are there any examples of file system access for the...
View Article[MicroSD] pic32mx795f512l with MicroSD (luis.nascimento)
Hello, I'm working on a project that requires that I store data every second on a MicroSD card. I have tried the example 'sdcard_fat_single_disk' on the example folders but with no luck. I hope someone...
View ArticleHarmony + DSP Libraries + PIC32MZ2048EC (VictorCL)
Hi, I am having issues compiling the code using the standard FFT functions of the DSP library using harmony. Apparently, there is a problem with the function: DSP_TransformFFT16_setup(fftc, LOG2N);...
View ArticlePIC32MZ DA DDR Example Questions (Vargoth)
I am using the PIC32MZ DA Starter kit with internal DDR memory and trying to determine how to read/write to the internal DDR. The DDR example in Harmony 2.05.1 doesn't have any comments on the FSM used...
View ArticlePossible coherent memory overlap (AHancock)
I am using Harmony 2.05 with MPLABX 4.10 and xc32 2.05 - all the latest stuff -- to put the finishing touches on a project that targets the PIC32MZ2048EFH144. I have discovered an issue with coherent...
View ArticleMIIM command tutorial (ffb.boy.30)
Hi,I'm trying to find information about the way to use the miim command.I'm to get information from my LAN8720PHY throught the USB CDC channel.Thanks you..
View ArticleConfigure custom BSP (Yass2018)
hi, how can I add UART module for my own BSP?15-03-18...
View ArticleIs Anyone Interested in a Harmony “Software Starter Kit” Book? (BillP)
When I was first learning Harmony, I would have paid $75 for a book that taught me how to program PIC devices using Harmony and its toolset. Similar books are available for almost any programming...
View ArticleH2.03b: ADC Touch : Is this working?? (jtzeng)
I have been move a project from H2.01b to H2.03b for the PIC32MZ2048EFG100.The old project used the AR1011 which does not configure in the H2.03b.I have setup the Touch for ADC as indicated in the...
View ArticleNew Harmony Project MRF24WN or ATWINC1500 (ecooper)
For those who've had the experience with Harmony 2 Which chipset should I consider? My project will also have a LAN8740 and will be using a PIC32MZ.ThanksEd..
View ArticleUART in byte mode RX interrupt issue (ravic)
Hi, I am using PIC32MZ2048EFH144, MPLABx4.00, XC32 V1.44, MPLAB Harmony v2.04. I have generated harmony driver for UART 5 (also for UART 1). I am using byte support mode so that I can read/write single...
View ArticleSome char at display lost several pixel (kuku)
Font is Calibri in 24 size, I set also bold, italic and anty aliasing. It looks like right side of char lost some pixel. Watch on "0" sign on attachment. Similar is with Z and I letter. (and I suppose...
View ArticleHarmony v2.05.01 Notes: C++ Support (jdeguire)
I plan on making a few threads about some of the issues I continue to see in Harmony. Many of these I have been able to correct on my end, but I decided to share these here because they may be useful...
View ArticleHarmony v2.05.01 Notes: USB Host (jdeguire)
I plan on making a few threads about some of the issues I continue to see in Harmony. Many of these I have been able to correct on my end, but I decided to share these here because they may be useful...
View ArticleDetect a wake on lan packet whith Harmony (ffb.boy.30)
PIC32MZ2048EFH + LAN8720 + Harmony 2.05_1 + XC 1.44Hi,Still suffering with my board.I would like to know if there is a solution to detect a wake on lan packet ?On harmony in the internal ethernet mac...
View ArticleHarmony Books — Building Blocks or Book/Kit Combinations? (BillP)
The following post (from another thread) suggests another way to learn/understand Harmony, so I started this new thread beginning with this previous post:Why not write a series. "Harmony building...
View ArticleChipKit WiFire BSP_SWITCH_1StateGet() always returns 1 (AndreaC)
I have issues with reading the state of the switches on a ChipKit WiFire board. I'm using Harmony 2.02b. My code is very simple, I just create a Harmony project, select the ChipKit WiFire BSP, then add...
View ArticleHarmony 2.03b Graphics Composer Colours (luker)
Hi there, since I failed removing libAria-based UI drawing from a working project and just draw a grey rectangle with GFX_DrawRect(), I gave in and am using the Graphics Composer Screen Designer now.I...
View ArticleHarmony 2.05 Berkeley (BSD) sockets (AHancock)
Background: Harmony 2.05, XC32 2.05, MPLABX 4.10, PIC PIC32MZ2048EFH144 My Ethernet configuration requires DNS server, DCHP server, HTTP server and TCPIP BSD server. I have 20 NET_PRES sockets, 8 BSD...
View ArticleUSB Bootloader (BenzApprentice)
Hi All! I'm working with a usb starter kit 2 and combining the 'basic' (bootloader) with the 'hid_basic' (usb) demos offered in harmony v2.05.01 compiled with xc32 1.43. As instructed, I put the...
View Article