You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Questions
Is this codebase still maintained?
Is this codebase usable with any LPC810 mcu revision?
I used this codebase with the LPC800 mini kit (LPC810 rev 2X) and everything worked fine but when i flashed the same code to an LPC810 rev 4C, the code no longer works - see my post at https://www.lpcware.com/content/forum/lpc810-differences-between-rev-2x-and-rev-4c
The text was updated successfully, but these errors were encountered:
I haven't been using the LPC81x/LPC82x lately, though I'm still definitely interested in the chip family since it's hard to argue with the extremely competitive price. If you have a pull request, I'll be more than happy to integrate any changes. I'll have to get my hands on a more recent chip revision to comment on your questions, though.
While i was debugging some code, i noticed LPC_MRT->IRQ_FLAG always returned 0.
I found the solution at https://www.lpcware.com/content/forum/lpcmrt-irqflag-address-wrong
lpc8xx.h in CMSIS
In LPC_MRT_TypeDef struct, change Reserved0[1] into Reserved0[45]
Questions
Is this codebase still maintained?
Is this codebase usable with any LPC810 mcu revision?
I used this codebase with the LPC800 mini kit (LPC810 rev 2X) and everything worked fine but when i flashed the same code to an LPC810 rev 4C, the code no longer works - see my post at https://www.lpcware.com/content/forum/lpc810-differences-between-rev-2x-and-rev-4c
The text was updated successfully, but these errors were encountered: