NXP Tech Blog - Page 2

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

NXP Tech Blog - Page 2

CJarvis
NXP Employee
NXP Employee

In March of 2017, NXP released the debut version of the MCUXpresso SDK along with an IDE and set of Config Tools under the same MCUXpresso name.  Since that time we have seen an amazing response from developers downloading and using this suite of software and tools.  The number of MCUXpresso SDK downloads recently surpassed 100,000 unique downloads.

As the NXP and former Freescale microcontrollers were unified under one company, we knew we needed to provide a consistent and efficient software development platform – one that would allow you  the flexibility to develop on a wide range on NXP microcontrollers without the need to relearn a new software architecture or re-invent basic enablement functionality.

Read more...

More
0 0 2,865
BlackNight
NXP Employee
NXP Employee

In my previous articles I have used the command line on Linux to build and debug NXP MCUXpresso SDK applications. In this article I'm running code on NXP i.MX RT1064 in RAM or FLASH.

Read more...

More
1 0 5,168
BlackNight
NXP Employee
NXP Employee

In “Tutorial: MCUXpresso SDK with Linux, Part 1: Installation and Build with Maked” I used cmake and make to build the SDK application. In this part I’m going to use the command line gdb to debug the application on the board.

Read more...

More
0 0 6,067
BlackNight
NXP Employee
NXP Employee

I admit: my work laptop machine is running a Windows 10 OS by default. But this does not prevent me running Linux in a Virtual Machine (VM). Each host platform has its benefits, and I don’t feel biased to one or the other, but I have started using Ubuntu more and more, simply because I have worked more on Embedded Linux projects. While I have used mostly Windows with Eclipse for NXP LPC, Kinetis and i.MX platforms in the past, I started using Ubuntu too from last year with the NXP MCUXpresso SDK. I did not find much documentation about this on the web, so I thought it might be a good idea to write a tutorial about it. So here we go…

Read more...

More
3 0 14.1K
DishaPatil
NXP Employee
NXP Employee

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 3,902
nxa13122
NXP Employee
NXP Employee

The SDK Generator Docs have been uploaded, here is the link SDK Generator Docs.

I have to say that the work is still on-going, 60% done. The outline is set and finished parts are all updated.

Read more...

More
2 0 2,234
marek-trmac
NXP Employee
NXP Employee

We have added CMSIS Device Family Pack generator as a part of SDK generator, it is integrated into release/2.5.0_rel9_rfp branch.

Read more...

More
1 0 2,248
marek-trmac
NXP Employee
NXP Employee

The presentation by @Holt Sun from Aug-30, 2018

Read more...

More
1 0 2,041
PetrKraus
NXP Employee
NXP Employee

The Kinetis Design Studio support has been phased out. The latest SDK version 2.4 doesn’t support this toolchain. The SDK builder always builds new SDK packages from the latest SDK version supporting the selected device/board/kit. That is the reason why KDS is not on the list of the available toolchains now.

Read more...

More
0 0 2,717
SowmyanKousthub
NXP Employee
NXP Employee

Attached is a sample source code for OTP programming in NXP LPC54018 MCU.

Brief about the example:

The example programs 4 words of data each into OTP bank 1 and OTP bank 2. The example uses LPC54018 SDK drivers. The complete SDK for LPC54018 can be downloaded from Welcome | MCUXpresso SDK Builder .

Read more...

More
0 0 2,940