Hi, we are using the SLN-SVUI-IOT to develop a project that uses WiFi, Bluetooth, UART, LPSPI, and some audio-related peripherals.
I'm trying to run a Bluetooth example from a patched MIMXRT1060-EVKB SDK provided by "Embedded Artist", this example is designed for a custom dev board but uses the same MCU, here is the link: https://developer.embeddedartists.com/docs-m2/get-started/imxrt_nxp/#explanation-of-one-example--wir... .
I want to migrate that example to the SLN-SVUI board because there is no Bluetooth example on its SDK (V2.15) nor in its GitHub repository located here: https://github.com/NXP/mcu-svui
So far, I updated the pin_mux code to remap the "WL_REG_ON" and "BT_REG_ON" enable signals for the Wifi/BT module and switched the UART peripherals according to the schematics but I think there is something else I am missing because the program just freezes after the BT initialization. Terminal screenshot:
So, my question is if there is a Bluetooth example (preferably the Wireless UART one) that works for this board or some documentation about how to migrate the example.
Thanks, in advance.