How to start with LPC11A04?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to start with LPC11A04?

649 Views
csosza
Contributor I

I'm successfully installed LPCXExpresso v8.2.2 and downloaded lpcopen_3_03_lpcxpresso_lpcxpresso_11e68.zip. lpc_chip_11u6xlpc_board_nxp_lpcxpresso_11u68 and demos_switch_blinky successfully imported and compiled. But I'd like to compile code for LPC11A04. I assume I should have and another lpc_chip_<..> project but I don't how to obtain it.

Labels (1)
0 Kudos
2 Replies

571 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi, John,

I do not think there is the lpc_chip_11A0x directory, in other words, there is not software package based on LPC11Axx family in LPCOpen. I think the peripheral register address are the same for LPC11U68 and LPC11Axx, so I think you can use the code for LPC11U68 for the LPC11Axx.

Hope it can help you

BR

XiangJun Rong

0 Kudos

571 Views
csosza
Contributor I

I have found that there are differences.

For example for LPC11AX the GPIO base is at 0x50000000 but for 11U6X is 0xA0000000.

0 Kudos