Is anyone having any luck using the LCC Driver with external Memory? (NKurzman)
drv_gfx_lcc_ext.c gives me an exception in DRV_GFX_LCC_PixelArrayPut(); The MEBII board does not work much better. It gets an exception, but not in the driver itself...
View ArticleHarmony V 1.06 Configurator Minor Issues (NKurzman)
1. This Gets added Use BSP Selected, But no BSP checked, (Use User BSP / Create Sample BSP, would be a great addition/* BSP LED Re-directs */ #define APP_TCPIP_LED_1 BSP_LED_1 #define APP_TCPIP_LED_2...
View ArticleNVM Write Problems with migration to 1.06.02 (jautry)
I am trying to migrate my firmware from 1.04 to 1.06.02 and am running into a strange issue. In the _DRV_NVM_BlockOperation call, right after interrupts get enabled, I get a General Exception with code...
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 ArticleMEBII Harmony ADC Temperature Sensor (gausfresser)
Hello, I am trying to use Harmony v 1.06.02 with the Multimedia Expansion Board II and EF Starter kit combo to read the onboard temperature sensor via ADC peripheral in interrupt mode. The temperature...
View ArticleExample, pmp_lcd, how to avoid the Delay_ms() function? (campbellCustom)
Hi All, Versions: MPLAB X 3.15 - Harmony 1.06.02. - Configurator 1.0.7.9 - Example: pmp_lcd - XC32 1.40 I'm using a pic32mx795F512L with a LCD character display hooked up and working on the parallel...
View ArticleSYS FS Media Manager Sector Writing (jdeguire)
So here's an odd question. I was looking at/modifying the Media Manager module when I noticed this in SYS_FS_MEDIA_MANAGER_SectorWrite(). blockstart = (sector << SYS_FS_MEDIA_SHIFT_SECTOR_VALUE)...
View ArticleCreate custom application configuration (MahmoudMS)
Hello,I have just learnt to use MHC and I would like to add some specific application configuration in .hconfig fileIn this file, I found these two lines#insert application specific configuration...
View ArticlePIC32MZ ADC Touch? (tala895)
Hello, I'm upgrading a graphic application with resistive touch developed for the PIC32MX795F512L with MLA, but now we are moving to the PIC32MZ2048EFM144 with Harmony v1.06.02, looking for some...
View ArticleSYS_FS_FileRead/Write() performance of SD card FAT file system (Hologram)
Out of curiosity, has anyone measured the performance of SYS_FS_FileRead()/Write() FAT file system APIs, in terms of throughput for a given PIC32 SYS_CLK_FREQ and SD card SPI baud rate? As a secondary...
View ArticleUSB D+, D- pins in pin manager (bmartin)
I'm trying to setup a project for the PIC32MX570F512L part. I need to configure USB capability. I have selected USB in MHC, generated and built the project. When I go to the pin manager the D+ and D-...
View Articlegetting an IP address with Harmony 1_06_02 tcpip stack (gilo)
Hi, I was using legacy TCPIP stack v5.42 on my customized board (same hardware as Ethernet Starter Kit 1) with pic32mx795f512l very much successfully. Now, i am migrating to harmony v1_06_02 with same...
View ArticleInterrupt and debugg doesn't works (jordin)
Hi everyone,I am Jordi, a really beginer with PIC32. I am just getting started.I am following a tutorial to try just to blink a led using MHC. I set up the clock, and timer1. After write the code,...
View ArticleHarmony USB MSD "Memory allocation failed" (nicoputter)
Hi, I am trying to get the USB MSD Host library in harmony working on a PIC32MX250F128B. I am using Harmony v1.06 and MPLAB X v3.10. I am using the msd_basic example, just changed some bits to work on...
View ArticleTCPIP_SNMP_TrapSpecificNotificationSet() (josancardenasm)
Hello guys. I'm developing a SNMPv2c Agent and in de TrapDemo function appears this function. I have read the documentation but i can't understand very good what this function does. The description...
View ArticleDifferences in snmp.mib and AN870 (josancardenasm)
Helloi'm implementing a SNMP Agent with my starter kit and i have observed a difference in the file snmp.mib of Harmony example and the explanation of AN870. Could be an error¿? In AN870 page 21, when...
View Articlecontinue with http server nvm mpfs example (gilo)
Hi, I am using the ESK with harmony 1_06_02. I copied the web_server_nvm_mpfs app example as is to other folder under tcpip and renamed it to my favor. At this stage project compiles well, but when i...
View ArticlePossible bug with NVM_OPERATION_MODE ROW_PROGRAM_OPERATION (flatbush)
I am facing a problem with the couple PLIB_NVM_FlashProvideData andPLIB_NVM_MemoryOperationSelect Function (ROW_PROGRAM_OPERATION) whereas the couple PLIB_NVM_FlashProvideQuadData and...
View ArticleProblem with NVM Driver (mlg09001)
I am using harmony 1.06. I have added the nvm driver to my project using harmony. Using the erase_write provided function with the defaults provided by harmony, I am having some trouble. I deleted all...
View Article