UDP Bootloader on PIC32MZ EFM Starter Kit.. Does not reset... (mrpackethead)
I have posted to several other threads but its all got a bit disjointed, so i thought id put this in a single place. I am wanting to implement an ethernet based boot loader using a PIC32MZ EF starter...
View ArticleHarmony Serial over USB (lenw)
I am trying to set up my PICMX device for serial over USB communications using Harmony. I have not been able to figure out how to do it, and cannot find any example code. Does anybody have any example...
View ArticleNo code for I/O pins? (dhpalmer)
Hi everyone,Was bored at home so I started to get back into Harmony with a simple test program.I did not have any of the Demo boards, so I decided to just try a simple project using a demo board I got...
View ArticleNetwork Presentation Layer, NET_PRES_SocketOptionsSet (martinw7750)
Hi, I am converting from TCPIP_TCP socket api to NET_PRES socket api, so that I can experiment with Wolf ssl. I want to change the size of the Rx and Tx buffers on a socket programatically. The call...
View ArticleC++ and Harmony (keenanstahl)
I'm starting a new project based on the Echo_Send example in Harmony. It also uses FreeRTOS (configured through Harmony). I would like to use C++ but it is not absolutely necessary. It's early enough...
View ArticleHarmony _general_exception_handler (cc11)
Hi All, I am debugging a PIC32MX Harmony project (v1_07_01) that breaks in the '_general_exception_handler' with an error code of 6 I believe this is '' Instruction Bus Error". How do I trace this...
View ArticleTCP-IP CLIENT to PC (vibemac.1)
Goodmorning to all,I need to implement a server and a client on PIC32MX795F512L. I started from tcp_ip_client_server demo which works as expected.Since I don't want to connect the board through a...
View ArticleChanging Microcontroller without "Re-generating" code through Harmony (swanandp)
Hi! I have generated drivers for UART and Ports for microcontroller PIC32MX575 using Harmony.It generated a nice project with ".a" for my microcontroller. Going through documentation of Harmony, I...
View ArticleUSART baudrate on PIC32MZ2048EFH144 (emanuele)
I have encountered and issue in DRV_USART_Initialize(..) function.This Initialization is supposed to configure the BRGH bits and BRG value properly. It turned out to be somehow buggy. It never sets the...
View Article10% SRAM consumption by Harmony (sn4tch3r)
I was just starting up with my new firmware using the SPI protocol for the PIC32MX370F512H controller. After I was done configuring the harmony GUI page i shot the Generate code button.And guess what...
View ArticleMultiple USB devices (Benny32)
Hello everbody, I think about switching from MLA to Harmony in the future. I know that in MLA only one USB device (attached as a host) is supported at the same time. Now I wanted to know if it's...
View ArticleHarmony and the S1D13517 Driver (NKurzman)
gfx Primative calls gfxDrv->PixelArrayGet in _AlphaBlendWindow()GFX_TextCharRender() if AntiAlised fonts are enabled But it is not defined in the driver.This cause a null pointer exception since...
View ArticleWebserver in External Flash sst25vf016b (afaideen)
Hi Microchip expert,I realized the mplab harmony version 1.08 already provide setting for SPI Flash in the file system services. The demo webserver_nvm_mpfs under tcpip app folder demonstrate the...
View Articledocumentation on examples (sunilbarot)
Can anybody point me to documentation on examples that are loaded with harmony ? I am particularly interested in how "spi_multislave" example works and what does it do...
View ArticleChange Baudrate of Uart1 (luis.nascimento)
Hello, I'm having a problem, I want my program to have a variable baud rate option. For example it starts at 9600 and latter to change to 115200. I'm trying using the functions of the harmony...
View Articlestatic SPI does not support inerrupt ? (sunilbarot)
I have attached image of page from wikidot. (http://microchip.wikidot.com/harmony:drv-spi).It says no interrupt support but I looking at the example "serial_eeprom" which uses interrupt for static...
View ArticleWeb server with Harmony 2.00b (bilko2)
I am using Ethernet Starter Kit 2I have made the demo web server app web_net_server_nvm_mpfs work. The problem comes when I try to modify the web pages. I have made a small change (added a paragraph in...
View ArticleEthernet Stack Lack of Descriptors (jautry)
Is it normal, or to be expected to hit the DRV_ETHMAC_RES_NO_DESCRIPTORS error on receive packets?? I am running Harmony 1.07.01 on a PIC32MZ2048ECG100. Need to verify if I have something set up wrong...
View ArticleUSB Host Generic driver (krbvroc1)
I am new to PIC32 and the Harmony libraries. I want to be able to access a USB peripheral connected to my board. (I am using a digilent chipkit pro mx7 and have installed Harmony 1.08.1) I dont' see...
View ArticleUSART in Buffer Queue Transfer Model question (Rafauy)
Hi Everyone, I am using the USART to control a GPRS module, so I have to send AT commands. Im having a few problems: 1-I have to pass the DRV_USART_BufferAddRead function, the response size. The...
View Article