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

As of now, the kconfig written by cmake via [`mcux_create_config_cmake`](https://github.com/nxp-mcuxpresso/mcux-sdk/blob/acc105f1e6304bf3a16ebbb503f8882a4daa1408/scripts/kconfig/misc.py#L45) effectively enforces the use of the system's native `arm-none-eabi-gcc` although this is not the default in the Eclipse and VSCode...

Passing a string w/o setting `shell=True` to `Popen` results in Python trying to execute a file named something like `/cmd arg1 arg2` which is not what you want: https://github.com/nxp-mcuxpresso/mcux-sdk/blob/cf224e2df8c2d8ae5c4f27743259803c365a6a60/scripts/kconfig/mcux.py#L26 This...

Beeing a provider for SoM we want to use a common code base for examplaes for our different i.MX based SoM. Support for i.MX93 is missing, so we are forced...

Hello When the ENET_QOS driver was set to 100MZh half-duplex, a problem occurred where transmission was not completed. As a result of the investigation, a DMA transmission completion interrupt occurs...

bug

SDK 2.14.0 uses the [https://github.com/ARM-software/CMSIS_5/releases/tag/5.9.0](https://github.com/ARM-software/CMSIS_5/releases/tag/5.9.0) but a couple of yesr ago CMSIS-DSP has been moved off the CMSIS base pack as below information [https://github.com/ARM-software/CMSIS_5/tree/develop/CMSIS/DSP](https://github.com/ARM-software/CMSIS_5/tree/develop/CMSIS/DSP) This change has not been considered...

bug

**The Problem** Many times applications must call FSL API functions with constant data. For example, the application I'm working on has 6 different SPI peripherals, and each one requires several...

bug

**Is your enhancement proposal related to a problem? Please describe.** I am trying to use the SDK as a standalone library and I need the functionality that the sdmmc middleware...

mcux-sdk is heavily coupled to FreeRTOS as the only possible RTOS. But the choice of an RTOS depends on several conditions and needs. FreeRTOS is quite popular, but other choices...

**Describe the bug** log and log_freertos hardfault immediately after boot **To Reproduce** - Environment (please complete the following information): - Tag/Commit hash: SDK 2.14.0 - Toolchain: GCC w/SDK_2_14_0_MIMXRT1170-EVKB - Environment:...

bug

Please let me know if this is a good place to report this problem. I posted the details (including logic analyzer pictures and code to reproduce problem) on NXP support...

bug