lpc55-hal
lpc55-hal copied to clipboard
Hardware Abstraction Layer (HAL) for NXP LPC55 (Cortex-M33) microcontrollers
Fix bug where when acting as a HS device, it would respond to ZLPs with a NYET. Linux accepts this, but windows doesn't, and it is not an allowed action...
This can otherwise cause a compilation error.
I am still unsure if it is simply my inexperience with embedded software, or an actual issue but I have spent enough time debugging to be comfortable enough saying its...
rtic 0.6
rtic 0.6 is pretty close to a full release, so it would be good to start updating the examples for that.
I've started bringing up a new custom board based on the LPC5514 using this crate. So far, most things appear to be pretty well compatible, but I did run into...
It would be great to evaluate the bootloader + signed updates using LPC55's ROM. A good overview is given in [AN12283](https://www.nxp.com/docs/en/application-note/AN12283.pdf). I image successful (green) and failed (red) signed updates...