Uart String Transmission (neptunis2016)
Hi, I am having some difficulties to undertand and put to work the transmission byte by byte of a string in a loop using Uart protocol. For one string transfer I used the definition:const char*...
View ArticleUSART Data Transfer Models (neptunis2016)
Dear All, As I can check there are three diferente ways to transfer data:a) Using Byte-by-Byte Model - This is used to transfer one byte at a time;b) Using File I/O Type Read/Write Transfer Model - The...
View ArticleDoc Error Harmony Help V1.09 (NKurzman)
The declaration:SYS_MODULE_OBJ SYS_RANDOM_Initialize( const SYS_MODULE_INDEX index, const SYS_MODULE_INIT * const init ); Description This function initializes the Random Number System service,...
View ArticlePIC32MX2xx Starter kit and Harmony graphics project (Filaci)
Hello! I have a PIC32MX2xx Starter kit with PIC32MX220F032D processor. I want to make a simple "Hello world!" graphics application on this hardware.I read the harmony manual, volume 1. and I can...
View ArticleUart Tranfer: Receive each char per each byte (neptunis2016)
Hi, I am trying to put working a function that is:a) Receive a number between 1-100 throught UART (9600 of bitrate);b) Implement the transfer Byte-by-Byte Model for receiving that characters;c) Each...
View ArticleSD Card Corrupted (egcasira)
I'm succesfully using SD Card with FAT32 file system in a custom board using Harmony 1.8.The problem comes when I try to create a new folder on the SD Card. The SYS_FS_DirectoryMake function return...
View ArticleGetting Started PIC32MZ Harmony Dynamic Drivers (Kamil@Su30)
I am firmware developer getting started with PIC32MZ 2048 ECM100.I have to develop code to using harmony MHC Dynamic Drivers.Since the controller is new,online sample code support is less,and...
View ArticleMajor problem with HTTP server in Harmony v1.09 (suprastar)
I have a working application based on Harmony v1.05. I am porting to v1.09 because of some TCP connection issues.I saw that v1.09 has http_net.c file, but I was hoping I can retain the http.c for now,...
View ArticleGraphics Lib and Harmony (ssagerian)
So I have a EPD PICtail Plus v2.0 display board and project. The project does not use Harmony but uses the Microchip Graphics Library APIs (Is that the same thing as Harmony?). I have read the AN1136...
View ArticleDRV_SST25VF064C Help needed - Event Processing Technique (schlumi)
I try to use the DRV_SST25VF064C Harmony function (v 1.09).I am not how to use the DRV_SST25VF064C_BlockEventHandlerSet function.The example says:DRV_SST25VF064C_BlockEventHandlerSet(...
View ArticleMigrating from the http web server module to http_net - Experience? Problems?...
I have a project, which is based on the http server module. It serves static websites from the NVM. It has a REST like API using a dynamic variable for each endpoint to process HTTP GET/POST requests...
View ArticleState Machine and USART BufferAddWrite (KeithSloan)
I have an application which continuously reads a pressure difference via SPI. Depending on the values read it will send some info via USB ( Actually behaving as a MIDI keyboard ). I also want...
View ArticleUSB/IP Bridge? (twelve12pm)
Has anyone given thought to implementing a USB/IP bridge using Harmony? Something similar to this project: http://usbip.sourceforge.net but for PIC32 rather than Windows/Linux. This would make it...
View ArticleWhat standard libraries are used with Harmony for Math, etc? (Paul PortSol)
With Harmony what libraries should I use for things like sqrtf/M_PI/cos/sin/atan etc, or other relatively standard functions?Should I be using a library included with harmony? (now using Harmony106 and...
View ArticleHarmony Configurator Clock Diagram Tool Issue (turjohn)
I am trying to configure the peripheral bus clock for my timers using the Clock Diagram tab on the Harmony Configurator tool and for some reason it won't let me adjust the postscaler values. PBCLK7 is...
View ArticleHow to clone a Harmony project and upgrade it to the latest Harmony version...
In a previous post I was directed to other posts that allowed me to figure out how to clone a previous project and upgrade it to the latest versions of Harmony and MHC. This is especially useful to me...
View ArticlePWM (Dynamic Timer) (neptunis2016)
Dear All, I am trying to understand how it works OC driver to create PWM waves. For that I created a clock wave with a specific period using Dynamic Timer with interrupts, using the following...
View ArticleI2C and errata issues - which driver implementation is best? (twelve12pm)
I have not used I2C previously in PIC32MZ or Harmony. Looking at the PIC32MZ-EF family errata sheet, silicon issue #6 affecting all silicon revisions, the I2C peripheral has some problems. Workarounds...
View ArticlePIC32MX2xx Starter kit and Harmony graphics project (Filaci)
Hello! I have a PIC32MX2xx Starter kit with PIC32MX220F032D processor. I want to make a simple "Hello world!" graphics application on this hardware.I read the harmony manual, volume 1. and I can...
View ArticleBUG Harmony Bootloader TCP/IP example if manually configuring IP (alfredbos)
Hi, I've just spend the last few days modifying the Harmony bootloader with the possibility to retrieve the IP from EEPROM (flash)....I estimated it would cost me like 1-2 hours...well it cost more...
View Article