Mapping my first microcontroller

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

Mapping my first microcontroller

1,043 Views
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.

Tags (2)
0 Kudos
4 Replies

809 Views
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 Kudos

809 Views
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 Kudos

809 Views
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 Kudos

809 Views
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 Kudos