@Anudeep Thanks a lot m8, I actually made a very silly mistake of including the https:// while entering FIREBASE_HOST, where I must have entered the Domain name alone and removed the https:// extension.
@kowshik1729 If you are using an external high-speed switch, there is only one one clock generator for both wifi and BLE and the high-speed switch you mentioned is Ultra-Wideband (UWB) 3–8 GHz from its datasheet
b2da6871-9110-40f1-8ff0-d8313547a17a-image.png
you also check this solution that I shared in the previous post.
Hi @Richu-Bini, The Uart Baud Rate Register (UBRR) is used to set the clock for the UART shift registers and For standard crystal and resonator frequencies, the most commonly used baud rates for asynchronous operation can be generated by using the UBRR settings provided by the AVR Datasheet: AVR306: Using the AVR USART on tinyAVR and megaAVR devices
And you can find the equation from the datasheet to calculate the UBRR values depends on the clock source it has.