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

**Prerequisites** - [x] I have checked latest main branch and the issue still exists. - [x] I did not see it is stated as known-issue in release notes. - [x]...

**Describe the bug** We would like to port a library to our project that relies on the functions declared in `cmsis_os2.h`. I can see this file is included in the...

bug

We implemented a full peripheral power management system, so we disable and enable devices multiple times and we also use a the usb use task feature. doing that we might...

# The setup Using the `EVK MIMXRT685` as `I2S` SLAVE configured as: - TDM / DSP mode A (mono) - 48kHz (SCK at ~25MHz) - 16 slots (channels) per frame...

bug

**Describe the bug** In the MCUXpresso linker scripts the `.init`, `.fini` (and `.preinit`) sections are only enabled by `cpp_info.ldt` (i.e., for C++ projects) and almost(?) all startup functions within this...

bug

While attempting to compile and flash the usb_device_video_virtual_camera example, my Linux system did recognize the camera but while attempting to use it (stream in mpv player), an error popped occurred,...

bug

I've spent the last days getting C++ to work properly in my setup. Since most users of the SDK rely on the auto-generated linker scripts that contain the libraries and...