Hello,
I've trouble finding LPCOpen for LPC11A14. Following advice from this topic:
https://community.nxp.com/t5/LPC-Microcontrollers/LPCOpen-for-LPC11Axx/td-p/581413?profile.language=en
I've tried lpcopen_v2_03_lpcxpresso_nxp_lpcxpresso_11u37h which has set of defines for selecting LPC11AXX in sys_config.h. Unfortunately if i try to use CHIP_LPC11AXX instead of CHIP_LPC11UXX I get missing files errors:
- cmsis_11axx.h
- acmp_11xx.h
- dac_11xx.h
I've searched for "CHIP_LPC11AXX" in the project and found numerous ifdefs that modify LPC Open functions for various peripherals. So I assume that the macro is important.
I've found legacy support in MCUXpresso installation: ..\ide\Examples\Legacy\NXP\LPC1000\LPC11Axx
which contains file named LPC11Axx.h which is somewhat similar in its content to cmisis_11uxx.h from the lpcopen_v2_03_lpcxpresso_nxp_lpcxpresso_11u37h.
I'm missing something? Am I suppose to marge the two in someway? Or is there a LPCOpen for LPC11Axx family that I'm unable to find?