How to start with LPC11A04?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to start with LPC11A04?

1,188 次查看
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.

标签 (1)
0 项奖励
回复
2 回复数

1,110 次查看
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 项奖励
回复

1,110 次查看
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 项奖励
回复