Hi,
RSSI diference between 2.4G and 5G is expected as was said by Brandon before. Unfortunately you not answare previous questions, from this reason is hard to get you any clue.
Jan
Hi Okazaki ,
What exact radio testing do you need? Why you not implement radio tests into your main firmware without using radio tools firmware and GUI? This is a pretty simple task. For more details see ( radio tools directory / Source Files / Source…
Hi Zunnur,
Please check again your code and check that sl_Start() was called before using sl_ filesystem API functions and no error was returned. Because meaning of error -2018 is SL_RET_CODE_DEV_NOT_STARTED and this means exactly what that say. I am…
Hi Viswa,
This is pretty expected. Classic (not a CP2102N) CP210x devices supports baud-rate up to 921600. That means you cannot use them at 3M baud-rate.
Jan
Hi,
There are no additional retention registers. You have option to save data into sFlash filesystem or connect your own storage (e.g. EEPROM, FRAM). But be carefully when you saving data into sFlash. Because sFlash have limited number write of cycles…
Hi Zunnur,
I am sorry but I don't understand point of your comment.
As I said before, sFlash conencted to pin FLASH_SPI_ (pins 11 - 14) is storage dedicated for NWP (WiFi compressor). This storage is controlled by NWP not your code. You cannot access…
Hi Michael,
TLS 1.2 for EAP security is not supported at CC32xx devices. CC32xx devices are at LTS state, that means no new SDK, no new feature, not bug fixes unless critical security issues. You can't expect implementation of TLS 1.2 for EAP from TI…