Mapping my first microcontroller

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

Mapping my first microcontroller

2,095 次查看
cirokenzie
Contributor I

Hello,

I know it must be very easy for all of you out there, but I'm a completely new to micro controllers so please bear with me. I did a lot of researching but there is no information about LPC811 out there.

So, I have an LPC811 micro and I would like to program it to blink an LED. Can anyone help me with how to control pins of this controller? All the sample programs I see are related to the LED of a particular evaluation board using 812 the OM13055. I dont want to use the evaluation board, I want to control an LED independently using a breadboard.

All I need help is mapping the pins a little kick so I can hopefully move on my own.

Thanks,

Ciro.

标记 (2)
0 项奖励
回复
4 回复数

1,861 次查看
vojtechhavlicek
Contributor III

I would recommend you this course Embedded Systems Course| edX  It´s free, you dont have to buy kit, just look at the videos and you will have some basic knowledge. It is different MCU, but the basic principles are same - GPIO has some clocks, direction register etc. in this course you will see basic principles.

0 项奖励
回复

1,861 次查看
brendonslade
NXP TechSupport
NXP TechSupport

This course is for TI devices, so is not generally applicable to NXP devices. If you want to look at some generic ARM Cortex info it might help but I don't think that was the original question's intent.

0 项奖励
回复

1,861 次查看
brendonslade
NXP TechSupport
NXP TechSupport

Hi Ciro

Maybe the pin configuration tool can help you:

http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/lpc-cortex-m-mcus/lpc800-...

tutorial video:

http://www.nxp.com/video/lpc-initializer-and-pinmux-tool-for-the-lpc800:LPC800-INITIALIZER-PINMUX-TO...

The tool is geared towards LPCOpen, but can also help you if you are using Code Bundles by identifying register bit field settings.

Also, this isn't an NXP tool, but might be helpful:

http://www.lpcxpert.com/

Regards,

Brendon

 

0 项奖励
回复

1,861 次查看
brendonslade
NXP TechSupport
NXP TechSupport

In case some readers come across this posting - we now have support for pin and clock configuration for all LPC800 series devices in MCUXpresso, when using MCUXpresso SDK. 

We've been doing a class on using the pin config tools to generate a custom SDK... new users might find this useful: https://community.nxp.com/docs/DOC-343310

0 项奖励
回复