Blog

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

Blog

xiaocong_fu
NXP Employee
NXP Employee

Step by step: load fusion fw to 8ulp flash


In this article, I'd like to share the steps to run fusion dsp fw in 8ulp, including all the issues I have encountered.

Pre-steps

To follow the steps, you will need:

Read more...

More
4 0 3,647
Eli_H
NXP Pro Support
NXP Pro Support

The RT685-AUD-EVK allowed me to validate my custom frontend circuitry and get started on other critical DSP software development.  I was able to connect the piezoelectric saddle pickups on my engineering guitar into the test bed via the custom daughtercard. From here I can focus on firmware in the MCU and DSP cores in the RT685. 

Read more...

More
1 0 4,267
kyledando
NXP Employee
NXP Employee

Please find document which is missing in the latest SDK bundle location for RT devices \docs\wireless\Release Notes.

Read more...

More
0 0 3,837
brendonslade
NXP TechSupport
NXP TechSupport

NXP's free UI design tool for the open source LVGL graphics library continues to add great new features and capabilities. GUI Guider 1.3.0 was released on January 24th 2022 and includes exciting new widgets, more host platform support, Keil project output and Micropython.

Read more...

More
0 0 2,175
CosminB05
NXP Employee
NXP Employee

An interactive tutorial on how to create your own MATLAB Simulink temperature sensor application by applying the model-based design approach, how to configure and use the i.MXRT1060 EVK using NXP MCUXpresso, a thermistor module and the IMXRT Toolbox.

Read more...

More
2 0 3,075
lpcxpresso_supp
NXP Employee
NXP Employee

Please find attached a document detailing various features related to using the IMXRT1170-EVK(B) evaluation board with MCUXpresso IDE v11.x.x and SDK v2.x.x, including details of multicore debugging and how to enable SWO trace on this MCU.

Read more...

More
2 1 3,845
brendonslade
NXP TechSupport
NXP TechSupport

Ázure RTOS ThreadX and other middleware components have now been released for i.MX RT1050/1060/1064 families. This highly optimized, safety-certified software can now be use for free in your projects.

Read more...

More
1 0 2,615
PetrKraus
NXP Employee
NXP Employee

There is a wiki page describing the way hot create the SCR entry for the SDK component here.

It is referenced from the MCUX SDK wiki space.

Feel free to put your comments and questions directly on the wiki page. 

Read more...

More
0 0 1,126
nxa13122
NXP Employee
NXP Employee

The sdk data schema and validation has been merged to SDK dev branch and sync to SDK mainline.

The schemas are located in bin\generator\sdk_generator\data\sdk_data_schema.

Now the data validation will be the first and mandatory steps for most generator cmds run. For the time being, data record which violates the schemas will be reported as “warning”, because there are many warnings, generator won’t log them into screen but recorded in stage1 yml log. Please open the stage1 yml log fix the warnings.

Read more...

More
1 0 1,020
nxf47831
NXP Employee
NXP Employee

New features update:

  •  SDKGEN-1390The SDK yml data schema and validation task[In Progress]

The aim of this task is to provide a solution(schema + validation) for SDK data annotation and validation. It is an integral part of SDK generator solution.

We expect that with this all developers should be able to

  • Figure out how to config yml data by referring schemas with some typical examples
  • Read out the error log for wrong data record and fix them accordingly(Easily check and find out typos in data record).
  • With correct data, there won’t be any “no xxx for nil class” related run abort.
Read more...

More
1 0 911
nxf47831
NXP Employee
NXP Employee

New features update:

  •  SDKGEN-1389Support Periodic Window Update feature for Keil

        Variables will update periodically if View – Periodic Window Update is selected when debugging. To enable or disable this option, a tag named "periodic_update" should be set in yml. Besides, a .uvoptx template file must be set, or this setting can not take effect.

Read more...

More
1 0 924
PetrKraus
NXP Employee
NXP Employee

davidjurajda‌:

Yes, it is mandatory. Because the internal SDK repository structure is not same as public package structure you have to support -r.  “-r” is basically transformation between internal repository and external package (file merging, changing folder structure). If you would like to produce public package you have to support also –production, which introduce strict testing.

Read more...

More
1 0 945
brendonslade
NXP TechSupport
NXP TechSupport

Our MCUXpresso SDK is expanding to include more and more graphics examples, including LittleVGL and emWIN support for SPI-based LCDs. The examples we provide can be ported to different controllers, but are based/tested on a shield from Adafruit (product ID:1947) with an ILI9341 TFT controller and FT6206 cap touch controller. Adafruit have released different versions of this shield; early ones (marked as v2.3) work out of the box with NXP's boards, but later versions (that don't have a version number!) need a couple of simple modifications.

Read more...

More
1 0 2,854
lpcxpresso_supp
NXP Employee
NXP Employee

NXP provides MCUXpresso SDKs that are configured for use with our standard evaluation boards. These can be used when carrying out your initial evaluation of our MCUs and early development work. However, in most cases you will reach the point of having your own development or production board. This will mean modifying the pins, clocks and other configuration settings from the evaluation board originally used, generally using the MCUXpresso Config Tools, to match your own board. This will initially be done on a per-project basis.

Read more...

More
1 0 1,871
martinformanek-
NXP Employee
NXP Employee

Dear MCUXpresso user,

 

We have decided to remove “Configurations” page from MCUXpresso SDK Builder website (http://mcuxpresso.nxp.com) with the December update this year.

Details are summarized below about the existing Configurations page and how page’s functionality will replaced.

Read more...

More
1 0 2,701
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 1,519
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 2,411
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 2,733
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
2 0 6,821
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 2,080
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 901
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 918
marek-trmac
NXP Employee
NXP Employee

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

Read more...

More
1 0 760
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 1,367
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 1,491