mcux-sdk
mcux-sdk copied to clipboard
MCUXpresso SDK
**Describe the bug** **To Reproduce** - Environment (please complete the following information): - Tag/Commit hash: SDK_2.14 - Board/SoC: MIMXRT1021DAG5A - Example: cmsis_lpspi_edma_b2b_transfer_master - Steps to reproduce the behavior: I changed...
CMSIS is no longer part of the SDK Git repo
Dear NXP, Would it be possible to use CMSIS macros instead of hardcoding GCC like variables (for example __Vectors => __VECTOR_TABLE). If we want to use the SDK file in...
**Is your enhancement proposal related to a problem? Please describe.** I want to get the clock frequencies for a given LPI2C (or other peripheral) programmatically based on a module base...
- This files are copied from https://github.com/zephyrproject-rtos/hal_nxp/tree/master/imx and re-organized according to current folder structure. - Device headers and device specific files goes to devices/{device} folder, common drivers are put in...
**Is your enhancement proposal related to a problem? Please describe.** Below list of device are missing `.cmake` files. This will cause build issues. This was highlighted by a Zephyr customer...
Signed-off-by: Susan Su **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...
**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** When a transmit is attempted with fsl_i2c_cmsis.c I2C_Master_InterruptTransmit and the I2C bus is busy for reasons other than the master has not initiated a transaction, the master_handle.state...
**In the context of i2c do you plan to implement something that use a dpc or task context to respond to an i2c request or packet.**