Harmony Configurator 1.0 does not seem to generate asm wrapper ISR functions...
FreeRTOS recommends the use of assembly language wrappers for interrupt service routines. As I understand it, this allows FreeRTOS to manage stack usage better. Otherwise an ISR uses the stack of...
View ArticleHarmony v1.0 ADCP build problem (jgvicke)
I started by looking at the code in the "adcp_cal" program in the Harmony Examples. I am trying to move it over into my TCPIP Stack Application. I am using the PIC32MZ ESK on the IO Expansion Board. I...
View ArticleSPI initialized but not sending data_ SD-Card example (SAEED)
Hi I want to add my own code to sd card single fat disk example of harmony.I want to send some data with SPI4. I have written this piece of code, and used it in APP_Tasks() function. the problem is...
View ArticleHarmony v1.0 ADCP Range is not reading properly (jgvicke)
When I read out my ADC values, I am reading 0 when AN=0.315V and 4095 when AN=3.19V. I have VREF+ connected to 3.3V and VREF- connected to GND. Here is my initialization code: // /..
View ArticlePIC32MZ EC STARTER + PICtail Board for SD + Harmony (andy_n)
Hi, It's complicated: PIC32MZ EC STARTER (dm320006-c) + PIC32MZ EC Adaptor Board (ac320006) + Starter Kit I/O Expansion Board (dm320002)+ PICtail Board for SD & MMC (ac164122) see photo. I can get...
View Articleconverting harmony projects (vini_i)
i want to play with a harmony example project (usb cdc_serial_emulator). it was written for a pic32mx795f512l. i do not have that chip but i have a pic32mx575f512h. is it possible to convert this...
View ArticleDo the CAN libs in Harmony work? (jonm)
Left out of v1.00 of Harmony is a sample application for CAN which used to be included in the XC32 compiler. I am wondering if the Harmony libraries included for CAN are useable. I started porting my...
View ArticleHarmony v1.00, MLA and GetNext SNMP Command (magio)
Hi all, I've been using Microchip TCP/IP stack for quite a long time without problems until one customer complained that its NMS didn't work well with SNMP v2 with the device. The GetNext command...
View ArticlePORT_NUMBER_OF_CHANNELS Value Not Defined (jdeguire)
Section 12.7.24.6.5.4 of the document says that the PORTS_CHANNEL enum defines the value PORT_NUMBER_OF_CHANNELS to indicate the total number of digital IO port channels available. However, as fast as...
View ArticleHarmony V1.00 not ready for use - C++ gives invalid conversion errors all...
I am trying to use harmony in a c++ project and when I compile, there are all sorts of invalid conversion errors in the harmony header files! Here is one example:...
View ArticleIt's posible to upload MPLAB Harmony to github or it's agains the license?...
Since Mplab Harmony need some patches, I wan't to upload it to github with the patches that are already in the forum, it's possible to upload it or it going against the license? I'm not asking that...
View ArticleDSP_FilterFIR32 invalid adress (ChRiZ3dd)
Hello Everyone I want to use the DSP Library on my PIC32MX795H. That for I implemented the Microchip sample: int filterN = numPOINTS; int filterK = TAPS; int filterScale = 1; // scale output by 1/2^1...
View ArticleHow to change configuration of DRV_SPI in runtime (felipec84)
I'm working with PIC32 MPLAB Harmony, in particular with the "SPI Driver Library". I work with 2 Hardware SPI but in one of these I have multiple peripherals with differents configurations in one of...
View ArticleDHCP Server (brianf43)
The DHCP server in Harmony does not work. Wireshark indicates that it is just ignoring requests. Are there other configuration changes required besides #define TCPIP_STACK_USE_DHCP_SERVER in...
View ArticleDHCP Server Update (brianf43)
Microchip (through Avnet FAE) sent a new dhcps.c and instructions. Success has been limited, though.My desired configuration is static ip with a dhcp server so that I can connect a pc directly. Current...
View ArticleModifying USB Audio Speaker Example (Kippers)
Hey guys, I'm trying to modify the USB device Audio Speaker example from harmony v1.0. I would like to add another endpoint (IN) and thereby make the connection able to send data to the PC as well. I...
View ArticleUsing Harmony PLIB with BRGH = 1 (theozed)
I want to set the baudrate with BRGH = 1 in Harmony v1.00 since I can get a lower error. I have been playing around with the debugger to understand how it works as I didn't find the help very clear or...
View ArticleHarmony start guide (Burghard Bode)
Hi, is there any kind of complete example projects (best using http / tcp or UART) for harmony out there? I searched the whole day and found nothing.I'm absolutely not used to the harmony frame work. -...
View ArticleObject Layer Demo show nothing. Why ? (ysaitoysaito)
Hi I test Harmony Object Layer Demo, which exists C:\microchip\haramony\v1_00\apps\gfx\object, by using PIC32MZ2048ECH144 rev.3 on Microchip PIC32MZ Embedded Connectivity (EC) Starter Kit + Microchip...
View ArticleHarmony start guide (Burghard Bode)
Hi, is there any kind of complete example projects (best using http / tcp or UART) for harmony out there? I searched the whole day and found nothing.I'm absolutely not used to the harmony frame work. -...
View Article