SD Card Bootloader, help please! (martinw7750)
Hi, PIC23MX2048EFM144Harmony 1.09MPLabX 3.45XC32 1.42 My main project is up and running; I can reliably download and upload files from/to an FTP server using TLS.Now I need to get the SD card boot...
View ArticleHarmony configurator fails to intialize (cyd)
Installed MPLAB X IDE V3.45 and installed Harmony Configurator. When starting a new project the Harmony Configurator fails to initialize. Any suggestions?..
View ArticleMPLAB Harmony Programming (Jerry11097)
I am trying to implement UART and ADC on the PIC 32 MZ controller. However, all the examples and libraries are for PIC32MX. Any ideas on how to begin implementing these two features on a PIC32 MZ...
View ArticleHarmony SD CARD with RTC on same SPI (dynamic driver) (Fire8lade)
Hi all,I am having a hard time to get my SD CARD and RTC on the same SPI lines to work at the same time.My setup is as follow:I am using Harmony's SD CARD and SPI dynamic driver. The SPI is connected...
View ArticleBootLoader help (martinw7750)
Hi,I have built and tested the demo bootloader project which reads a file from SD to reflash the device. Next task is to build the main application to be flashed. Do I need to add the bootloader...
View Articlempfs_generator/mpfs2.jar and dynamic files hashes collisions (felipec84)
I'm using harmony v1.09 for develop an App with NVM memory and http web server. I did spend a long time debugging the web page today, because when I added a new file to my mpfs2 filesystem, it resulted...
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 ArticleTrying to tame the SNTP ... (muellernick)
Hi! I never had a close look at what the SNTP-client did, as it always looked perfect. But now, it shows it aint. I'm using V 1.09 on my own board with an RTCC attached to I2C.I'm using the SNTP to...
View ArticleDynamic UART Driver - Byte Model Support (neptunis2016)
Dear All, I am trying to implement send/receive strings throught Serial Communication. My first approach it will be print a string message in serial console. For that I send char by char throught UART...
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 ArticleHarmony v1.09 BSP (suprastar)
I am facing some TCP stack issues in my application based on Harmony v1.05.Since migrating the project has proven to be difficult, I want to test if the problem is solved in Harmony v1.09.I installed...
View ArticleHarmony USB Host MSD - Can't connect to Memory Sticks (Paul PortSol)
I've tried- both msd_basic and the Tutorials on Developer Help (TLS 4102 Lab2b),- Harmony V10602, V10701, V108- Pic32MZ EC and PIC32MZ EF starter kits I haven't been able to get reliable access of USB...
View ArticleHarmony custom drivers - is there any easier patch script option? (SilasV)
Hi Now that we have a new version of Harmony release almost every month, I have to work the same steps to integrate my custom drivers and other options like BSP package etc into new version of Harmony...
View ArticlePickit 3 - Variables Value Issue (neptunis2016)
Dear all, I have having some difficulties to check the value of some variables in MPLAB Harmony. All the variables are with the value "NULL" or "0". I don't understand what is going wrong. Please check...
View ArticleI2S harmony 1.09 DMA Problem on PIC32MZ2048EFM100 (Wollli)
Hello! I try to use I2S with DMA and without the CODEC Module, using the I2S functions. ->I Open the driver: I2S_Driver_handle = DRV_I2S_Open(DRV_I2S_INDEX_0, (DRV_IO_INTENT_WRITE |...
View ArticlePIC32MZ2048EFM100 AD Converters are not all initialized in Harmony 1.09 by...
Hello ! I'm using all S&H Stages in the controller (S&H0..4) and the Multi channel S&H5 (Internal channel 7) S&H 0..4 were working fine after initialization in MHC. But the multiplexer...
View ArticleUPLOADING WEBPAGE USING EXTERNAL SPI FLASH (PIC GUY 32)
Hey, to start I will say I am pretty new to microchip, but I have read a lot of forms so I will try my best to communicate my problem while explicitly explaining the components of my project. I am...
View ArticleSMTPC Console example not working (XorLor)
I'm having trouble getting SMTPC to work via the console mail commands. The board freezes after the "mail send" command. Has anyone else experienced this or got it to work? In MHC I enabled "use SMTPC"...
View ArticleMultiple TCP and UDP client/servers (wavenet)
Dear sirs:I need to implement several TCP and UDP clients and servers in a Harmony V1_09 application. I guess that it is enough to create as much sockets as I need and manage each one separately. Is...
View ArticleHow to use same context between calls of AES decrypt? (vezes6)
My data to decrypt is too large (an hex file to bootloader) and i need call AES decrypt function many times using same context.I do many tests but no result.When AES_BLOCK_SIZE have entire data to...
View Article