Content originally posted in LPCWare by kiryat8 on Tue May 05 01:03:04 MST 2015
I am using the latest CMSIS definitions "CMSIS 3.20 March 2013 release."
There is no PINASSIGN11 definition in LPC8xx.h for routing the CLKOUT function as written in the pdf.
I see in the LPC open project there are PINASSIGN11 definitions.
SWM_ADC_PINTRIG1_I = 0xB0, /*!< PINASSIGN11 - ADC PIN TRIGGER-1 Input */
SWM_ACMP_O_O, /*!< PINASSIGN11 - ACMP OUT Output */
SWM_CLKOUT_O, /*!< PINASSIGN11 - CLKOUT Output */
SWM_GPIO_INT_BMAT_O, /*!< PINASSIGN11 - GPIO INT BMAT Output */
Does the LPC824 have the ability to route its clock out?
Can I add PINASSIGN11 definitions to the header file?
Thanks
David Kaplan