CC33xx MCU Package R5 Release Notes
Table of Contents
Introduction
This CC33xx MCU Software Package delivers components that enable engineers to develop applications on the Texas Instruments CC33xx Wi-Fi devices and Sitara family of microcontrollers (MCU).
This software toolkit provides the drivers for CC33xx devices to be used with a Real-Time Operating System (RTOS) on a microcontroller.
This is version R5 of the CC33xx MCU Software Package.
Disclaimer:
The purpose of this CC33xx MCU software package is to provide a prototype for customers to start evaluating AM243x and CC33xx. This is not a fully productized release.
Release highlights
- MCU package code clean up
- Assert may be set off through a define in osi_kernel.h, also added missing error return after asserts in case asserts are turned off
- Added new WlanEvent - Error - to inform vendor code of errors inside internal threads
- Bugs fixes
Supported Features
- WiFi Features
- Supported Wi-Fi Roles: Station (STA), Access Point (AP)
- Supports IEEE 802.11 a,b,g,n,ax (ax in STA role only)
- Supported band: 2.4GHz / 5GHz
- STA security: WPA2 personal, WPA3 personal, Open
- AP security: WPA2 personal, Open
- AP role supports up to 4 peers
- Multirole - STA role and AP role running in parallel
- Wi-Fi/BLE coex
- Coexistence with external 2.4GHz radios - Not fully not optimized
- LSI (Long Sleep Interval) support
- Channel Switch Announcement support in Station role
- BLE Features
- BLE 5.4 Qualified
- Supported BLE roles: Broadcaster, Peripheral, Observer, Central, Multirole
- Legacy & Extended Advertisement
- Legacy & Extended Scan
- Multiple BLE Connections
- Supported PHYs: 1M, 2M, Coded
- TX power control
- Privacy
- Secured connection
Documentation
Operating Systems Support
- Windows 10
- Ubuntu
Dependencies
This release was validated with the following components:
Device Support
- CC33xx ICs
- CC3301
- CC3351
Known Issues
ID | Summary |
---|---|
OSPREY_LDB-2126 | [Thickmac] - Multirole STA/AP with traffic, some stability issues seen |
OSPREY_LDB-2125 | [ThickMAC]: SUT sometimes fails in stress Connect/Disconnect scenarios |
OSPREY_LDB-2109 | [ThickMAC] - Scan doesn't always receive all results in Multirole |
OSPREY_LDB-2108 | [ThickMAC] - Multirole STA/AP, when STA is configured to WPA3, fails |
OSPREY_LDB-1477 | SSID field in scan results is sometimes empty |
OSPREY_LDB-1069 | Using wlan_sta_role_down without wlan_disconnect in the network terminal example might cause example to get stuck |
OSPREY_LDB-953 | “-help” attribute for several commands in the network terminal example shows incorrect text |
OSPREY_LDB-830 | Using more than two “recv” commands in parallel in the network terminal example may return general error code |
OSPREY_LDB-781 | Static IP/GW/DNS configuration appears in wlan_connect help although not supported |
BLE_OSPREY-203 | Osprey LX (Nimble Host) Central might get stuck after scan with duplicate adv reports in congested environment |
Limitations
- BLE Limitations
- Wlan_Start must be used before the call to BLE_Start API
- Reg Domain mechanism is not fully functional yet
- AP 5GHz not supported