Blog - Page 2

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

Blog - Page 2

omar_cruz
NXP Employee
NXP Employee

The LPC5500 MCU series, world’s first Arm® Cortex®-M33 based MCU series for the mass market, has introduced new levels of performance efficiency, advanced security and functionality in the MCU space. With up to 150Mhz of core frequency (dual-core options included), 32uA/MHz of active power consumption, and tightly couple accelerators for signal processing and cryptography, the LPC5500 MCU series has become a key player in consumer electronics, building control and automation, secure applications and Industrial IoT markets.

Read more...

More
0 0 1,545
lpcxpresso_supp
NXP Employee
NXP Employee

As part of the MCUXpresso IDE v11.0.1 release, we had to make some major changes to our LinkServer debugging mechanism to support the latest silicon revision of the LPC55xx family of devices (revision 1B) and the more secure debug request mechanism required by these parts. Such silicon is supplied on LPC55S69-EVK boards marked Revision A2 (or later) on the board silkscreen.

Read more...

More
0 0 2,178
vishakhadakhane
Contributor III

Hello, recently I have done Periph Blinky e.g. from LPCOpen library on MCUxpresso. I am using LPC1769 chip and I have toggled GPIO pin. In my case I have used buzzer pin i.e. Port 3 & Pin 25. Instead of using Timer delay I created a delay function i.e. void delay_ms(unsigned int ms). Here I am attaching the systick.c file. Hope it helpsSmiley Happy!!  

Read more...

More
0 0 1,223
lpcxpresso_supp
NXP Employee
NXP Employee

An issue has been identified that impacts the debugging of older LPC devices using SEGGER Jlink via the version of MCUXpresso IDE v11.0.1 released on 4th September 2019.

This issue will be seen only when debugging an LPC device that use the IDE's Preinstalled part support i.e. parts that do not require an SDK - a debug operation via SEGGER Jlink will lead to an error as below:

Read more...

More
2 0 4,122
brendonslade
NXP TechSupport
NXP TechSupport

LPC845 Breakout Board now has an SDK package available! We are working on updating our getting started information to show how to use this rather than starting from the LPC845 chip SDK. The board is called LPC845BREAKOUT in the SDK builder.

Read more...

More
1 0 1,006
BlackNight
NXP Employee
NXP Employee

Amazon Web Services has released a preconfigured FreeRTOS example for Armv8-M and the NXP LPCXpresso55S69 board. With the addition of board- and device-specific examples, it is even easier to start and use the Arm® TrustZone® features combined with MPU (Memory Protection Unit) on the NXP LPC55xx MCU.

Read more...

More
1 0 2,279
BlackNight
NXP Employee
NXP Employee

The ARM TrustZone is an optional secu=rity feature for Cortex-M33 which shall improve the security for embedded applications running on microcontroller as the NXP LPC55S69 (dual-core M33) on the LPC55S69-EVK.

Read more...

More
0 1 4,325
BlackNight
NXP Employee
NXP Employee

This article covers the NXP LPC55S69-EVK board: a dual ARM Cortex-M33 running at 100 MHz with ARM TrustZone

Read more...

More
1 0 3,538
BlackNight
NXP Employee
NXP Employee

I really love tiny and bread board friendly boards, especially if they are very affordable and can be use with Eclipse based tools. So I was excited to see the NXP LPC845-BRK board to be available at Mouser, so I ended up ordering multiple boards right away. Why multiple? Because they only cost CHF 5.95 (around $6)!

Read more...

More
0 0 1,842
BlackNight
NXP Employee
NXP Employee

The LPC845-BRK is a great tiny sub-$6 breakout board featuring the LPC845M301JBD4 MCU:

  • ARM Cortex-M0+
  • 30 MHz, 64 KByte FLASH, 16 KByte SRAM
  • On-board CMSIS-DAP debug interface, works out-of-the-box with NXP MCUXpresso IDE or other 3rd party IDEs
  • 3 push buttons (user, RESET, ISP)
  • RGB LED
  • Potentiometer
Read more...

More
3 1 5,667
brendonslade
NXP TechSupport
NXP TechSupport

We've been working on making the flagship member of the LPC800 series more accessible to more users than ever before, and are delighted to announce the LPC845 Breakout Board is now available from our distribution partners and also direct from nxp.com! Setting a new price point for a fully featured, debug enabled platform, this board includes CMSIS-DAP compatible debug and a VCOM port in a very compact yet flexible form factor. Of course it can be used with MCUXpresso IDE, Keil, IAR and other popular tools.

Read more...

More
1 0 820
dishapatil14941
Contributor I

Using SDK drivers for LPC845 Breakout Board, this project measures the ambient light intensity by using LDR (Light Dependent Resistor). The voltage values from LDR are read through an ADC. The new LPC845 Breakout board has an SDK support which makes it a lot easier to interface an LDR for measuring light intensity compared to the conventional coding style. I have used the MCUXpresso IDE for modifying the pins and clock configuration settings.

Read more...

More
0 0 1,640
DishaPatil
NXP Employee
NXP Employee

The new LPC845 breakout board has 3 onboard LEDs- Red, Green, and Blue. The brightness of these LEDs can be controlled using a PWM signal by changing the duty cycle values for each of them. As this board has an SDK support, I have used the SDK drivers to implement this application. 

 

Read more...

More
0 1 2,950
dishapatil14941
Contributor I

I have built an application to interface an accelerometer with the new LPC845 Breakout board using the I2C SDK driver.
The accelerometer acts as an I2C slave device to the LPC845 master device. Colors on the on-board RGB LED change according to the accelerometer position.
 
The accelerometer is a slave device in this application with slave address: 0x1D. The position of the board is determined by the x,y,z-axis values obtained from this slave device. The change in these x,y,z values detects the movement of the LPC845 Breakout board. I have assigned various patterns to the RGB LEDs for each movement along the y-axis. 
Read more...

More
0 0 788
DishaPatil
NXP Employee
NXP Employee

Using SDK drivers for LPC845 Breakout Board, this project measures the ambient light intensity by using LDR (Light Dependent Resistor). The voltage values from LDR are read through an ADC. The new LPC845 Breakout board has an SDK support which makes it a lot easier to interface an LDR for measuring light intensity compared to the conventional coding style. I have used the MCUXpresso IDE for modifying the pins and clock configuration settings.

Read more...

More
0 0 1,245
dishapatil14941
Contributor I

The new LPC845 breakout board has 3 onboard LEDs- Red, Green, and Blue. The brightness of these LEDs can be controlled using a PWM signal by changing the duty cycle values for each of them. As this board has an SDK support, I have used the SDK drivers to implement this application. 

Read more...

More
0 0 876
omar_cruz
NXP Employee
NXP Employee

If you are searching for a high-performance, power efficient, yet cost sensitive MCU for your designs, then here is the exciting news: NXP recently introduced the LPC51U68 MCU.

Read more...

More
2 5 4,442
brendonslade
NXP TechSupport
NXP TechSupport

The LPC800-DIP board is now being sold by Coridium for just $10:

http://www.coridium.us/coridium/shop/boards/bd07-special

Read more...

More
1 0 1,238
randylathropade
Contributor I

I have the OM13086 Cloud Connectivity Kit
I have been following the ZentriOS "Quickstart Guide".
As part of the Zentri OS Quickstart procedures, I chose "Custom Install", so instead of using the "Zentri IDE", I'm uisng LPCXpresso 8.2.2, with the Zentri SDK plugin

Read more...

More
0 1 1,692
brendonslade
NXP TechSupport
NXP TechSupport

Today we announced the new LPC8N04, NFC-enabled MCU. We will be demonstrating the board at ARM Techcon in San Jose, and the lucky first 100 visitors to the NXP booth can exchange their business card for a free board!

Read more...

More
1 0 1,603
brendonslade
NXP TechSupport
NXP TechSupport

You may be interested to know that we recently released a new set of debug firmware and Windows 7 drivers for our boards that feature the LPC11U3x MCU as a debug probe (so all the "MAX" boards). The new firmware can be found under the Software & Tools tab of the board page you are using  http://www.nxp.com/demoboard/omxxxxx (where xxxxx is the board part number, such as om13071, om13097, etc.

Read more...

More
1 3 5,792
ckphua
NXP Employee
NXP Employee

For the low pin count and small memory footprint LPC800 family, NXP offers free LPCOpen Driver Code and Example Code Bundles. 

The LPCOpen Driver Code for LPC81x/82x/83x series, is an Application Programming Interface (API) base. For users who are not too concerned with overall code size, LPCOpen provides the ease of use without diving into details of each peripheral registers, and it is easy to migrate from LPC8xx to LPC11xx family. 

Read more...

More
1 1 5,323
justinbmortimer
NXP Employee
NXP Employee

Nice project from Kevin Townsend showing off capabilities of LPC824 with it's state configurable timer to drive Neopixel and IR distance application.

 

Read more...

More
1 0 1,322
justinbmortimer
NXP Employee
NXP Employee

I love seeing how our LPC community uses our microcontrollers ... keep sharing what you create and let's continue to support and invest in each other.  

 

Read more...

More
1 0 1,065
ericding
NXP Employee
NXP Employee

Hi LPC fans,

 

We have very good news to share with you today.

As you know, one of the major roadmap for LPC this year is the LPC546xx release.

And it will be coming soon~~~, as you all expected.

For this new and hot product, the LPC SE team has prepared a serial of training slides covering almost every peripheral and aspects of LPC546xx.

Read more...

More
3 1 89.1K
justinbmortimer
NXP Employee
NXP Employee

I am humbled and energized after spending a week with 30,000+ engineers at this year’s Embedded World!

Amazing.  That’s the only way to describe the passion and enormity of our LPC FANS across Europe.  LPC is deep-rooted in the hearts of many and I am lucky to be a part of this inspired, tightknit community.    Embedded World has a strong place in the heart of LPC. 

My personal highlights from the event .... LPC FANS, What's Popular, MCUXpresso & Geoff.

Read more...

More
1 2 11.8K
brendonslade
NXP TechSupport
NXP TechSupport

We gave out 200 of our LPC800 DIP breakout board (with an LPC824 installed) at Embedded World last week ... they were snapped up pretty fast! For those lucky folks who grabbed one, here is the schematic. Pretty simple stuff, probably actually easier to read on the packaging!

Read more...

More
2 0 23.6K
rocky_song
NXP Employee
NXP Employee

Some days before, there is a great post about LPC dual-core, LPC key feature_DualCore 

This time, we show a LPC5411x based dual-core example. It shows all aspects about dual-core development, startup, communicate, sync, mutex. Enjoy it:)

After extracted the attachement, it locates at "boards\lpcxpresso54114\multicore_examples\blinky\mdk\blinky.uvmpw"

Read more...

More
0 5 3,633
justinbmortimer
NXP Employee
NXP Employee

The year when two titans came together forming what is now the #1 supplier to the broad based MCU market.  To the industry, it was the year of the merger, clouded in uncertainty.

Read more...

More
0 1 6,561
justinbmortimer
NXP Employee
NXP Employee

Our global ecosystem - from NXP field engineers to distributors and partners are training up on LPC and now more specifically, the newest LPC546xx family.  

But we also want to make sure the engineers actually using our MCUs in their application receive the same information directly from us ... we will continue to keep you updated & informed.

Read more...

More
2 1 1,365