Select a version
CC33XX-RTOS-MCU
CC33xx device driver for MCU and RTOS platforms
Linux Installer
Windows Installer
Source Zip
Products
Wi-Fi products
Hardware development
Evaluation board
Documentation
Manifest
Release Information
This CC33xx RTOS 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 R8 of the CC33xx RTOS MCU Software Package.
What's new
- Fixed issue - Connection with PMF doesnt send deauth frame secured
- Feature Enhancement: One-Shot Channel List Scanning - Added ability to limit Wi-Fi scans or connections to a specific, user-defined channel list.
- Use WLAN_SET_LISTED_CHANNELS_FOR_SCAN with Wlan_Set to define your desired channels.
- This configuration is a one-time operation. Subsequent scans or connections will automatically default back to scanning all channels.
- To manually clear the list, provide a NULL pointer to the Wlan_Set operation.
- Various code cleanup