frankvnk
Results
1
issues of
frankvnk
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]** ```...