mcux-sdk-examples
mcux-sdk-examples copied to clipboard
MCUXpresso SDK Examples
Using the evaluation board(MIMXRT1064-EVK), I am considering a project that incorporates MSC. I added support for SD card insertion and removal to the sample project(evkmimxrt1064_dev_msc_disk_freertos). SD card insertion/removal is coded...
The application hangs forever if we want to use only two buffers: #define APP_FRAME_BUFFER_COUNT 2 This is because the 1st framebuffer has not been resubmitted to the queue, so the...
Almost every SDK examples uses PRINTF macro to forward debug messages. As an example https://github.com/nxp-mcuxpresso/mcux-sdk-examples/blob/e69523c33fbf902d3e49963eca5372678efa69fc/evkbimxrt1050/freertos_examples/freertos_hello/freertos_hello.c#L65 This macro is expanded based on `SDK_DEBUGCONSOLE` https://github.com/nxp-mcuxpresso/mcux-sdk/blob/78064ea443c7f4523e995e4b7f4ef8b9bfb47974/utilities/debug_console/fsl_debug_console.h#L39-L42 But when `DEBUGCONSOLE_REDIRECT_TO_SDK` is selected, the implementation...
At present, the CMakeLists.txt file selects the `component_osa` component, see: https://github.com/nxp-mcuxpresso/mcux-sdk-examples/blob/main/frdmk66f/usb_examples/usb_device_audio_generator/freertos/armgcc/CMakeLists.txt#L120 This means they all[1] fail to compile with a missing implementation of `OSA_ExitCritical` Now, another freertos example for the...
Hi, this is not critical issue. Just wanted to ask if these configuration setup is intended or if it can be improved. First: Why component folder has two different name....
evkmimxrt1060/evkmimxrt1060_example_manifest_v3_10.xml for tag MCUX_2.13.1 contains Bluetooth application examples in category="edgefast_bluetooth_examples", for example "edgefast_bluetooth_examples/shell". For evkmimxrt1060/evkmimxrt1060_example_manifest_v3_13.xml for tag MCUX_2.14.0 these have been removed and are not available anymore. Is there a...
In the examples, I noted this define: USB_DEVICE_WORKAROUND_AUDIO_20_WINDOWS, confirmed that you can either get it to run on windows, or mac, but not both... Since an audio class device is...
[Open-CMSIS-pack](https://linaro.atlassian.net/wiki/spaces/CMSIS/overview) is an interesting project that > Create a flexible and easy to use end to end development flow - from project creation to execution of the software on real...
Can you tell us where to find examples for the K32W148 EVK as we need to get going with this, the Getting Started section on the website is missing and...
https://github.com/nxp-mcuxpresso/mcux-sdk-examples/blob/main/evkmimx8mp/driver_examples/rdc/ IMX8MP evaluation board: SCH-46370 REV B1 Affected BSP: All BSPs from [NXP website](https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/evaluation-kit-for-the-i-mx-8m-plus-applications-processor:8MPLUSLPD4-EVK) with kernel [lf-5.10.y](https://github.com/nxp-imx/linux-imx/tree/lf-5.10.y) and [lf-5.15.y](https://github.com/nxp-imx/linux-imx/tree/lf-5.15.y) MCUXpresso SDK version: SDK_2.13.0_EVK-MIMX8MP Testing Procedure: Case 1, in U-Boot: ```...