Custom board and BSP with MRF24WG Module (AlexM)
My environment:Custom board withPIC32MX795512LMRF24WG Wifi moduleMPLAP X v3.15Harmony 1.06Harmony Configurator 1.0.6.12 Hi forum wink: ! At the moment, I'm adding a own board support package to my...
View ArticleUSB MSD + Dual CDC (Hologram)
Has anyone tried merging the MSD + CDC basic and dual CDC com port example apps? I would like to have a PIC32MX575F512L application board appear as a mass storage device to Windows 7 and later, with...
View ArticleOdd functions in file_system\ff.c (muellernick)
Hi! Today, I stumbled over four ... er ... strange functions in file_system\ff.c: static void mem_set (void* dst, int val, uint32_t cnt)static void mem_cpy (void* dst, const void* src, uint32_t...
View ArticleMistake in drv_spi_slave_ebm_tasks.c (wayne_)
In drv_spi_slave_ebm_tasks.c line function DRV_SPI_SlaveEBMSend16BitISR line 206int32_t DRV_SPI_SlaveEBMSend16BitISR( struct DRV_SPI_DRIVER_OBJECT * pDrvInstance ){ register SPI_MODULE_ID spiId =...
View Article[updated] USART bad baudrate calculation (mickael9)
Hi, I've noticed that running a simple test program using the USART, on the PIC32MX Ethernet Starter Kit II, with a clock set to 40 MHz and an USART set to 1Mbaud, the USART doesn't work. The reason (I...
View ArticleAsset files bitmaps and fonts and not added to the project (cleonb32)
gfx_resources.h, gfx_resources.S, and gfx_resources_reference.c and not generated when I generate code with harmony v1.06. as expected during build i would get a "undefined reference" failure because...
View ArticlePIC32 and TLS 1.2 (tomashal)
We are going to start a project where we need to communicate with a webserver. Our plan is to use PIC32. But this server requires TLS 1.2, and I'm not sure how complicated this is with PIC32. Does...
View ArticleUSART driver : error interrupt source is not used [with patch] (mickael9)
This is from system_init.c : const DRV_USART_INIT drvUsart0InitData ={ .moduleInit.value = DRV_USART_POWER_STATE_IDX0, .usartID = DRV_USART_PERIPHERAL_ID_IDX0, .mode = DRV_USART_OPER_MODE_IDX0,...
View ArticleSYS_FS_DirRead giving zero-length string (austingeorge)
Hi All, I'll try to be succinct as possible. This is one of my first attempts to use Harmony, so do let me know if i miss anything. I have an SD card formatted in FAT FS by win7 with the following...
View ArticlePIC32MZ, RF3/USBID must be configured as GPIO after USB initialization or it...
PIC32MZ2048EFH100, MPLAB X IDE v3.15, Harmony v1.06, XC32 v1.40. Not sure if this behavior is expected. I have FUSBIDIO set to OFF in my config bits, but if I try to set RF3 (USBID is one of the pin...
View ArticleCustom Graphics Widget (cdgarren)
Is it currently possible to create a custom widget for use in the harmony graphics composer? I need to create a progress bar, but cannot have the text inside the bar like the stock widget has...
View ArticleDSP_FilterIIR16 does not exist (pbeamtn)
I'm getting an undefined reference to DSP_FilterIIR16 when linking. Initially, I had to add the path to dsp.h (and libq.h, which is required) in order to compile, but now it won't link. I understand...
View ArticleAssign UART to pins via BSP...no luck (alfredbos)
Hi, I've tried setting up my BSP file in such away that my UART pins are defined in there...but no luck. Although in the pinning overview it will state that these pins are connected correctly...but no...
View ArticleNew BSP added within Harmony 1.06 (cyd)
The document for HarmonyHelp.pdf speaks of a two step process to add a new BSP configuration of a non Microhip board. 1. Edit the config.bhdl file inside the HarmonyDirectory/v1.06/bsp/config. 2. edit...
View ArticleBasic question about interrupts (flatbush)
In the Harmony documentation and examples, it is said that one should clear the sourceflag of the interrupt immediately entering the int before serving the interrupt. I was used to do exactly the...
View ArticleHow to save net config and other data into NVM and reload it on power up?...
Hello everybody, i'm try to store the modified net config received from web page but on power on the net config is always the default values. The harmony framework have a similar function of old tcp/ip...
View Article[MicroSD] pic32mx795f512l with MicroSD (luis.nascimento)
Hello, I'm working on a project that requires that I store data every second on a MicroSD card. I have tried the example 'sdcard_fat_single_disk' on the example folders but with no luck. I hope someone...
View ArticleUSB MSD + Dual CDC (Hologram)
Has anyone tried merging the MSD + CDC basic and dual CDC com port example apps? I would like to have a PIC32MX575F512L application board appear as a mass storage device to Windows 7 and later, with...
View ArticleLCC Driver Optimization (NKurzman)
I am looking into the LCC Driver a little1) Based on another thread, it was determined the DMA Buffer should be in the Second RAM bank to avoid slow the MIPS Bus. The coherent attribute does that in...
View ArticleHow do you use File System Services to Find, Open, and manipulate files? (emarx)
Hello All, It's been another day of frustration going through the Microchip Harmony documentation. I figure the best way to start looking for files is start at the root directory. So then I would do...
View Article