Hi, I've been following this example of getting FreeRTOS on the SAME54, but apparently I'm missing something. I've gone through the MHC, added CMSIS FreeRTOS and the CSP for the D54/E54, but when I go through the steps of creating a project, I don't see a..
↧
Harmony 3 Freertos example (dsherman26)
↧
Upgrading Harmony 1 to 3 missing files (beandigital)
I have obtained a Harmony 1 project but I am using Harmony 3. I am finding that some files seems to be missing e.g. #include "system/common/sys_common.h"#include "system/common/sys_module.h"#include "driver/oc/drv_oc.h" Do I need to install some Harmony l..
↧
↧
PIC 16f876a Programming (mohdeg)
Hello , there is an already done Pcb with only isp interface, and i am asked to add to it functionalty to be updated using ethernet.
So my question is it possible to program it through another pic micrcontroller but without a usb port for example can i..
↧
MHC Keeps Adding SYS_CONSOLE (rlg)
Hi Forum,Every time I open MHC Configurator I see the MHC keeps adding a SYS_CONSOLE yellow icon to TCP/IP and BASIC CONFIGURATION modules.
How to fix this?
Thank you...
↧
Compile errors using Harmony 1.11 (beandigital)
I have created the Blinky tutorial example project. But when I build I get a lot of "multiple definition of" errors. I previously had Harmony 3 installed. Not sure if that would cause this issue. Any help appreciated. thanks..
↧
↧
How to get or set HTTP request or response headers using HTTP Net module (Fendersens)
Hi all,I am currently developing a HTTP application that requires visibility and control of the HTTP headers (such as checking the authorization token, setting Content-type: application/json , and others). In the documentation( https://microchip-mplab-h....
↧
Cant change the Harmony v1.11 path (beandigital)
I am using MPLAB 6 and Harmony v1.11. If I create my own project everything works fine. But I have a project from someone else and I am now having issues. When I start the MHC it complains that it cant read a valid framework path. I guess this is because ..
↧
Problem in code generated by Harmony in clock configuration in ATSAME54P20 controller (sameer_khanna)
Hello, I am using SAME54 X plained pro board. I created a new Harmony projected and try to toggle LED on PC18 pin of micro but when I run code then I found that code is stuck in following part of code in file "plib_clock.c" and not reaching to "while(1)"...
↧
Harmony 3 GFX I2C or GPIO interface support (DjOrto)
I'm currently using harmony 3 (PIC32MX) for our project, i've written a simple library for the ssd1309 0.96 classic oled display (the one with 4 pins vcc, gnd, sda, scl). Currently i'm using this display with just gpios (bit banging i2c) and is working fi..
↧
↧
Creating a custom touch driver in Harmony v1.11 (beandigital)
I have a display that has a touch screen. I have enabled touch support in Harmony, but it doesnt seem to ask what the touch controller is. It just enables the MTCH6301. Is there some way to specify a custom touch driver? Thanks..
↧
Newbie: Having trouble with sercom setup (down_under)
I am using SAM21De series micro and trying to set up serial port and stdio to send debug teat to port while code is running but having trouble understanding the "PAD" requirements.The datasheet shows PIN 18 (PA17) can be used with SERCOM 1, PAD. I want to..
↧
Wrong post (Fendersens)
Wrong post, please ignore. Thanks...
↧
pic32mx110 configured with harmony v3 can run in debug mode but not in programming mode (birdlf)
Hello~ I used pic32mx110F016B to design a product. And I configured it with harmony3. My project can run fine in debug mode, but strangely doesn't run in programming mode. I tried many things, but to no avail, until I delete the pragma code about DEBUG in..
↧
↧
Setting a pin as an interrupt in Harmony v1.11 (beandigital)
I want to set a pin as having an external interrupt. I have enabled interrupts in Harmony and it creates the required code. I just cant figure out how to set a particular pin to use that interrupt. Do I need to add some custom code myself, or will Harmony..
↧
BootLoader Linker Script for the PIC32MZ - (what I did on my project) (RB1)
I have struggled for the last few weeks getting a bootloader to work in a PIC32MZ2048. I figured it out, so now I will explain what I did to get it working. I am using a PIC32MZ2048EFH144 (I did not see many bootloader examples of a "MZ")I am using Harmon..
↧
Harmony 3 MSD on USB - directory size limit? (jandle)
My development team has the MSD working but only if the directory has a limited number of files. " I tried to create a folder with 50 files and the dir works, then I tried a folder with 100 files and the file list doesn't work." I assume there is a settin..
↧
Harmony 3 and mcan (dsherman26)
Hope this is the right forum, but here goes. I have the SAMV71 Xplained Ultra, and I have added the MCAN module. I have found the Plib functions related to the mcan, but is there any API documentation? Searching for plib and mcan I'm not finding it...
↧
↧
PIC32MZ / MHC v3 - USB CDC not detected (Vincent44)
Hello I am currently setting up the USB on a custom board, and facing some problem.
The board is using a PIC32MZ, tighted with a USB hub 1->3 from Microchip (USB2513).
So far, using Harmony v3, I have been able to setup the PIC32MZ as a USB host for M..
↧
Where can I find Harmony documentation (down_under)
I can find links to example projects and very simple getting started video but no documentation that explains the harmony functions. For instance. I want to use multiple EIC interrupts and not sure whether they each have a different handler routine or all..
↧
How to change clock for EIC in code (SAMD21E) (down_under)
HiI am developing code for Harmony3 project in MPLAB-X 6 and SAMD21E.The device is to be put into standb mode and wake up in interrupt. When the device goes into standby it switches to ULP32KHz clock (CLK1) but while program runs it is using CLK0 (48MHz)...
↧