SPI in Harmony (Paul_M)
Hello Forum,does anybody use SPI with RX buffer full interrupt ina project configured with harmony? The PLIB folder contains a function:PLIB_SPI_FIFOInterruptModeSelect(SPI_MODULE_ID index,...
View ArticleTwo instances of NVM driver (Ed@BGM)
I have a custom bootloader that need to write to different memory areas, so it requires two instances of the NVM driver. It looks like the gNVMGeometryTable is not tied to the driver instance, so all...
View ArticleHarmony TCPIP Stack Multicast Reception? (campbellCustom)
Hi All, I’m taking a look at the Harmony 1.06 TCPIP Stack with a pic32mx_eth_sk_2 in an attempt to receive some multicast packets. This project is really hoping to see an IGMP implementation at some...
View ArticleUSB Device Bootloader problem (RoyMiller)
Hello I am having trouble getting my USB Device Bootloader working properly.I am using Harmony v1.06 and compiling with XC32 v1.40I have made a new BSP for my target system and modified the bootloader...
View ArticleHarmony 1.06 SPI slave mode framed protocol slave select behaviour? (MaxVA)
I'm using MPLAB X 3.10 and Harmony 1.06 on a PIC32MX470F512L. SPI driver dynamic implementation in slave mode, enhanced buffer, interrupt mode with 16 bit data width and framed protocol. The rest of...
View Articleconflicting types for 'TouchDetectPosition' on s1d13517 graphics composer...
Dear sirI use PIC32MZ2048ECH144+epson d1d13517 pictail + truly 7 inch.harmony v1.06mplad ide x v3.0.6on MHC s1d13517 graphics composerwhen comipled the errors display. make -f...
View ArticleQuestion about Bootloader btl_mx.ld (possible bug in btl_mx.ld.ftl) (felipec84)
I'm getting the hang of the bootloader in harmony, and i get a question about the btl_mx.ld I'm using and PIC32MX695F512L and when viewing the memory maps it seems that a memory is incorrect...
View ArticleUSB CDC Transfers - Can you get more than 1 char at a time? (jgvicke)
I have the USB stack set up in my program in echoing back characters to TeraTerm. Now it is time to start working on my parser. Does anyone know if you can ever receive more than 1 char at a time from...
View ArticleCYASSL on PIC32MX470F512L (rorcyberotics)
During the development, I tried first to complete most of the functionalities and I decided to do the encryption as the last task, however PIC32MX470F512L has only 128 MB and it's running out of memory...
View ArticleMPLAB Harmony Configurator 1.0.6.12 (clock configuration not working in MPLAB...
Inside MPLAB X IDE v3.05, open MALAB Harmony Configurator, click "Clock Configuration", nothing happens. BTW, my Harmony version is 1.05. I remembered it worked on earlier version of Harmony...
View ArticlePLIB_PORTS_PinDirectionOutputSet Timing? (NKurzman)
#define SDA2_low() PLIB_PORTS_PinDirectionOutputSet(PORTS_ID_0, SDA2_PORT, SDA2_BIT) //Set Data Low#define SDA2_high() PLIB_PORTS_PinDirectionInputSet (PORTS_ID_0, SDA2_PORT, SDA2_BIT) //Set Data High...
View Articleharmony v1.06 bootloader udp only works when gateway = default_ip (felipec84)
Working with the udp bootloader I noticed that the file datastream_udp.c is intizating the server udp wrong. The code that comes with harmony 1.06 in datastream_udp.c line 156 is: IPV4_ADDR laddr;...
View ArticleLower the memory requirements of udp bootloader/basic, could microchip avoid...
I'm looking for a form to lower the memory requirements of the udp bootloader in harmony 1_06, in particular I wan't to put the DNS and Announce client. The routine that uses more memory is the...
View ArticleHow to enable in DMA "Pattern Match Termination Mode"? (AleksBak)
Function SYS_DMA_ChannelSetupMatchAbortMode() does not enable "Pattern Match Termination Mode" in DMA - it just configures it (set value of pattern etc.). Previously there was such a function (in the...
View ArticleTFT002 Graphics Driver (Volker)
Hello, can anyone tell me for what the tft002 graphics driver is?I can't find any datasheet or other informations. Thanks!..
View ArticleHad Major Glitches Porting from Harmony 1.05 to 1.06...Found Workarounds but...
As someone "learning the ropes" of Harmony I'm testing the upgrade process to see what happens to my application. Let's call it "Myapp" So I tried the following in order:Uninstall MPLAB Harmony v....
View ArticleCreating an Application for a PIC24 with the C30 compiler (cyd)
Having followed the tutorial within the help_harmony.pdf to create an application for a PIC24 device compiled with the C30 (V3.25) I notice I do not have a file osc_p24Fxxxx.h on my harddrive. make:...
View ArticleHow To (Almost) Make An MPLAB Harmony Project Work (BillP)
My objective was to create a Harmony project that would use the TCPIP examples with my Ethernet Starter Kit II. I started with a trivial example based on the Harmony documentation (see below) and when...
View ArticleHarmony code example: flash_modify: KSEG0 or KSEG1 (Zhe Hu)
In "app.h" at C:\microchip\harmony\v1_05\apps\examples\peripheral\nvm\flash_modify #define PROGRAM_FLASH_BASE_ADDRESS_VALUE (unsigned int) 0xBD010000 It seems to be already a KSEG1 address, not KSEG0...
View ArticleSD Fat FS Bootloader (wayne_)
Can anyone suggest the best way to convert my Harmony project to add bootloadable, SPI, SD card, Fat formatted, FS code ? Basically I have a way of getting the updated HEX file to the SD card on the...
View Article