-
The SPI with the R4 is really slow, way slower than with the R3 when running the same clock and the same code.
[SPI_Arduino_Uno.zip](https://github.com/arduino/ArduinoCore-renesas/files/11940035/SP…
-
Hi there,
When adding the GMAC driver into the project, nothing shows up in the project graph. Also the TCP/IP Configuration Window won't open.
Are the PIC32CX not supported yet? I can't see any…
-
Hello @[vishalnxt](https://github.com/vishalnxt) ,
with https://github.com/Microchip-MPLAB-Harmony/core/commit/ecafccc50664d1b84a6fbea8b3b9b5a8fbfb3823 you introduced a new bug to the SPI Driver.
…
-
**Is this request related to a missing driver support for a particular hardware platform, SoC or board? Please describe.**
This issue is related to the addition of the new Microchip Microcontroller, …
-
The following change causes the device to lockup after a WDT reset occurs as the clocks are no longer initialised:
https://github.com/Microchip-MPLAB-Harmony/csp/commit/38e536e3c657499b2fba0bc6cb63c9…
-
Started a new project with a PIC32MZ1064DAR179 and was loading in the harmony modules, and the FILE SYSTEM module doesn't appear after adding it in the project graph. It doesn't appear in the Project …
-
https://github.com/Microchip-MPLAB-Harmony/csp/blob/6b191b04015eaf9446280b2f81a3b88368c8f9a3/peripheral/can_01152/templates/plib_can.c.ftl#L234
should read:
`txMessage->msgEID = ((id & 0x3FFFF)
-
Hi,
I tried to download by command line "harmony-services" using "git clone --depth 1 --branch v1.3.0 https://github.com/Microchip-MPLAB-Harmony/harmony-services", but v1.3.0 doesnot exist in githu…
-
Hi,
after updating a project from Net v3.8.0 to v3.9.0 there was a compiling error.
> /initialization.c:606:32: error: 'drvMiimInitData_0' undeclared here (not in a function); did you mean 'drvM…
-
When I try to use a .cpp file in my harmony project that utilizes the Command module it won't pass the link step.
The link errors are all to the sprintf function.
I get the following error (I shor…