Hi,
I am not aware about direct support for MSPM0 with WiFi devices. Easiest way will be use AT command application as was stated above. This can be done with CC3220 / CC3235 or new CC3551E.
Jan
Hi,
If you have connected your main MCU to CC3135, you can implement radio testing features into your main MCU firmware. For more details see files radiotool.c/.h in \Source Files\Source Projects\radiotool_CC3235SF_LAUNCHXL_tirtos_ccs\ inside radio…
Hi,
To your PSS: This depends on your application. It may to exist application where devices will be deployed at the same temperature during lifetime. Personally I don't know such application, but I don't know everything. One Time calibration not take…
Hi Jirko,
At SWRU455 is described this:
"15.4.2 PHY Calibration Mode: In normal mode , PHY is calibrated every time the networking subsystem is started and the device was either reset (using nShut pin), or 24 hours have passed since the last calibration…
Hi Ryan,
I haven't seen that SL_NETAPP_EVENT_IPV4_ACQUIRED was triggered multiple times consecutively. That is odd. Do you have uploaded service pack from SDK 7.10 inside device? Maybe you can try to configure DHCP client by API SL_NETCFG_IPV4_STA_ADDR_MODE…
Hi,
Just a quick comment. Are you sure that you can use strlen()? Are your crypted data null terminated string? What will happened if inside your crypted data is 0x00 before you call DecryptData()? And how will interact your pkcs7 padding with null…
Hi,
I am not TI employee from this reason I am not able answer this question. But because CC32xx devices are at LTS (long term support) stage, what means that TI have no plans add new features and fix bugs unless are critical security flaws. I would…