232 questions
Score of 0
0 answers
36 views
Android: Create OOB bonding method not accessible
We trying to create BLE SMP bonding connection with NXP board from android (v36), But as per android ""createBondOutofBand()"" & ""removeBond()"" method not ...
Score of 0
1 answer
95 views
HarfBuzz + FreeType on bare-metal: GSUB shaping causes hard fault
I’m trying to use HarfBuzz 8.3.0 with FreeType 2.13.2 and lvgl on NXP i.MX RT1064 with bare-metal and I'm encountering hard faults during Indic (GSUB) shaping [which you can see in the image]. I ...
Score of 0
0 answers
34 views
GPIO Toggle on imx95evk using Zephyr
I was trying to toggle GPIO_IO16 using M Core of imx95evk. By default the pin is muxed to sai3 therefore I had to use pinmux to remap the pin to gpio_io_bit_16 and deleted sai3 nodes to avoid any ...
Score of 2
0 answers
131 views
Zephyr with NXP S32k344 UART DMA [closed]
I struggle with correct settings for LPUART14 DMA.
My current settings in DTS for LPUART14 is:
dmas=<&edma 20 46>, <&edma 21 47>
Where slot 46 is TX, 47 is RX.
Channel 20 means ...
Score of 0
0 answers
45 views
How to deploy .keras and .joblib models in FRDM MXCN947 (NXP) Microcontroller?
I have created 3 models (a RF, CNN-LSTM and a MLP) to be deployed in the FRDM MCXN947 microcontroller.
They have sizes of 2.18 GB, 7.75 MB and 0.186 MB respectively. I have saved the RF model as ....
Score of 1
0 answers
50 views
Timer interrupt on overflow NXP MXRT1062 chip
I set a timer to be able to catch times between rising edges of an external signal. Those interrupts work fine but I would like to interrupt also the timer on its overflows when the external signals ...
Score of -4
1 answer
332 views
S32 Design Studio: Configuring Chip (S32K144)
I am starting a S32K144 based project with S32 Design Studio. I previously worked with STM32/STM32 Cube IDE and expecting somewhat similar experience here (maybe with less features).
One of the things ...
Score of 1
0 answers
64 views
i.MX 8ULP Fusion DSP enable
I am using the i.MX 8ULP microcontroller, and I would like to use TPM3, lpSPI2 from the DSP domain. How could I activate or enable the domain and the PCC2 bus, so I could have full access to the ...
Score of 2
1 answer
66 views
Writing a log file to the RW612 Board and retrieving the file on another device
I am currently working on the frdm RW612 board and have the following code that measures the temperature in the room over a few days. My script works fine but I have no way of gathering this data. ...
Score of 0
1 answer
125 views
What is the correct procedure for setting a write-protection password on an NXP NTAG213 tag?
I'm working on an NFC tag project where I'm encoding a public ID onto the tags. A key requirement is to protect this ID with a password, preventing unauthorized rewrites. I've built a helper class to ...
Score of 1
0 answers
113 views
LPC43xx UART configuration using libopencm3
I'm stuck with establishing communication between LPC43xx MCU and ESP32. I have wiring checked (RX to TX and vice versa) ESP32 to ESP32 and everything is OK, but with LPC I feel that missing some ...
Score of 1
0 answers
50 views
Continuous ADC-DMA Conversion Support on LPCXpresso860-MAX
I am currently working with the LPCXpresso860-MAX platform, using the LPC ADC driver in combination with DMA to automate the transfer of ADC conversion results. I would like to implement continuous ...
Score of 0
0 answers
103 views
LPC55S28 not able to connect to the JLink Debugger
I have an issue with my PCB. The NXP LPC55S28 on my PCB is unable to connect to the Jlink debugger. I don't know what is wrong its my first time with NXP LPC MCU so I have very little idea of what ...
Score of 0
3 answers
208 views
6D00 error when writing to a Data Group (DG) secured with PACE
I am encountering an issue when trying to write to a Data Group (DG) that I have secured with PACE. Here is the context:
The DG is protected for both reading and writing with PACE.
I am able to read ...
Score of 1
0 answers
45 views
No sound from codec LINEOUT on NXP LPC55s36
I'm using LPC55s36 i ran i2s_dma_transfer example, i changed pins like example say.
I'm not getting any sound out of codec LINEOUT jack port.
wm8904_config_t wm8904Config = {
.i2cConfig = {....