Tool/software:
Hi,
do we have any MCU demo or CCS project (eg. with MSPM0) which connects to the CC35xx over UART?
Where can I find the documentation of the MCU I/F API?
Regards, Holger
HI,
You can request access to the cc35XX software in the following link. The demo is ran on an AM243 host
https://www.ti.com/product/CC3551E
Best,
Rogelio
Hi,
As of now there is not, however, it would seem like the next logical step once the MSP devices have hosts that can support the CC33XX.
Also it seems the link above only gives access to collateral.
Here is the link for the sdk.
https://www.ti.com/secureresources/SIMPLELINK-WIFI-SDK-PREVIEW
Best,
Rogelio
Hi Rogelio,
customer wants to evaluate the CC3501 and wants to connect it to a STM32 MCU over UART. Is there any CC35xx example project communication to a MCU over UART? Is there any MCU project which customer can use to migrate to STM32?
Regards, Holger
Hi,
The CC3501 is a wireless MCU that doesnt need a host. If you would like to communicate from the CC35XX MCU to a STM32 MCU you could use the UART peripherals on the device. The device uses the UART2 TI driver. There are examples on how to use this UART driver on the SDK under
\examples\rtos\CC35X1_LAUNCHXL\drivers\uart2echo
Best,
Rogelio
Hi Rogelio,
ok, I thought there is a ready MCU CC35xx MCU API:
So, this has to be done by the customer?
Regards, Holger
Hi Holger,
Im not sure I understand your question.
The CC35XX is an MCU that has UART Peripherals that can be used to communicate to other MCUs such as the STM32. The API for controlling this UART Peripheral is the UART2 TI Driver.
Here is some documentation for the UART2 TI driver. Once the CC35XX is fully released this documentation will be available for it as well.
Best,
Rogelio