Hi.
My problem is that when i have enabled the UART settings, the keyfob dosen't enabled the BLE functions.
When i have configured the SimpleBLEPeripheral project file to use UART with TX/Rx, the keyfob can't be found using bTool. (CASE 1)
When i disable the UART init configurations the keyfob can be found, but UART is not initialized and i can't use TX/RX. (CASE 2)
The UART init looks like this:
The serialAppInitTransport is called from the Main class, and i have put this below the " HAL_ENABLE_INTERRUPTS();"
I probably need som kind of interrupt, but i don't know where/how to implement this into the code.
Any help would be appreciated.
Sincear, Michael.