Content originally posted in LPCWare by NXP_Paul on Mon Oct 29 14:56:08 MST 2012
Hello
I don't know about the bug, but the getPC function is defined in the startup_LPC43xx_M0.s and startup_LPC43xx.s files in the Keil dual core example:
AREA |.text|,CODE, READONLY
getPC PROC
EXPORT getPC
MOV R0,LR
BX LR
ENDP