Jacques Michiels
Jacques Michiels
I ran into an issue due to following line: ``` while ((${SDHC_INSTANCE_NAME}_REGS->SDHC_PSR & (SDHC_PSR_CMDINHC_Msk | SDHC_PSR_CMDINHD_Msk)) != 0U) ``` https://github.com/Microchip-MPLAB-Harmony/csp/blob/90adeccd9213d7d66be8a14a17220638f25ef9fd/peripheral/sdhc_u2011/templates/plib_sdhc.c.ftl#L386C25-L386C25 With some specific hardware issues, those bits may never be...
When controling some relays, I noticed a "blip" (quick open/close) during setup. The culprit seems to be in the `output_with_state` function. I fixed it by overriding it in `LGPIOPin`, as...