mcux-sdk icon indicating copy to clipboard operation
mcux-sdk copied to clipboard

MCUXpresso SDK

Results 37 mcux-sdk issues
Sort by recently updated
recently updated
newest added

**Is your enhancement proposal related to a problem? Please describe.** [Getting started page references mingw for windows but current 64 bit windows does not support mingw](https://github.com/nxp-mcuxpresso/mcux-sdk/blob/main/docs/run_a_project_using_armgcc.md) **Describe the solution you'd...

I'm trying to understand whether this is an API or hardware limitation. I want to use the I2S controller in TX and RX mode **at the same time** but all...

bug

Is it possible to add `ELCDIF_SetPixelPattern()` function to `drivers/pxp/fsl_pxp.c` ``` /*! * @brief eLCDIF configure pixel pattern. */ typedef enum _elcdif_pixel_pattern_config { kELCDIF_PixelPatternRGB = 0x0, /*!< 0b000..RGB. */ kELCDIF_PixelPatternRBG =...

**Describe the bug** with 2.14, this example just works with 2.15, the device appears on usb as an audio device, and apps can play to it, but no sound **To...

bug

**Describe the bug** **To Reproduce** - Environment (please complete the following information): - Tag/Commit hash: 59b549a30b23cd1b3727a0ae83e7f94404d736af - Toolchain: - Board/SoC: i.MX RT1064 EVK - Steps to reproduce the behavior: 1....

bug

**Describe the bug** Submitting large I2S DMA Rx transfer using I2S_RxTransferReceiveDMA(...) splits the transfer into multiple DMA transfers. This happens if I2S_GetTransferBytes() reduce the size. I2S_GetTransferBytes calculates max single DMA...

bug

Currently, MCUXpresso SDK only supports single target in top level CMakeLists.txt, since the components and drivers uses the following method adding source files to the build: ```CMake target_sources(${MCUX_SDK_PROJECT_NAME} PRIVATE #...something...

**Describe the bug** The SDK's FreeRTOS setup requires CONFIG_USE_middleware_freertos-kernel_template and CONFIG_USE_middleware_freertos-kernel_extension to be set if CONFIG_USE_middleware_freertos-kernel is to be used (i.e., whenever FreeRTOS is selected). The respective test is [here](https://github.com/nxp-mcuxpresso/FreeRTOS-Kernel/blob/063a0ff30c6c7e3aea04bff53a53a12f0ade9d16/set_middleware_freertos-kernel.cmake#L47)...

The GUI of kconfig allows users to search in its database (e.g., via `make guiconfig`, ctrl+f) but in the MCUX SDK this is broken due to `re` missing. When search...

I tried to build multiple binaries (for RT1020 and RT1024) on the command line using the SDK's cmake in a shared build directory. To that end, I include `core/cmake/mcux.cmake` once...