Part Number: CC3200 Hi,
If I look for the vendor mac address for setting up the firewall rule,
I see a huge list of MAC address for Texas instruments. I cannot filter the TI devices on the ISE server using the MAC address.
How can I group the devices…
Hello,
I am working on the email example.
The software does not connect to server and in effect,
SlNetAppEmailOpt_t eMailServerSetting;
lRetVal = Network_IF_GetHostIP(GMAIL_HOST_NAME, &eMailServerSetting.Ip);
the Ip returned is 142.250.145.109 while…
Part Number: CC3200-LAUNCHXL Other Parts Discussed in Thread: UNIFLASH , CC3200 Hi,
working with CCS 6.1.0 SDK1.1.0, in debug mode it works perfectly.
After I close CCS, plug off and then plugin USB, it does not work.
Disconnected jumper SO2 but it does…
Part Number: CC3200-LAUNCHXL Other Parts Discussed in Thread: CC3200 , UNIFLASH Hi,
I am using CC3200 Launchpad, SDK1.1.0 and CCS6.1.0
No problem to develop software and debug.
Now I would like to make it work in release way.
First, I expected that if i…
Part Number: CC3200 Hi,
Is it possible to force auto connect for the first five profiles? I would like to use the other two profiles as storage.
Regards,
Sundar
Part Number: CC3200 Hi Team,
Can you please help us with our customer's inquiry below?
I am working on designing a project that uses cc3200 chip, smartconfig is used as the main method for connecting. Unfortunately, the iOS app and android app are…
Part Number: CC3200-LAUNCHXL Other Parts Discussed in Thread: CC3200
I have implemented continuous ping pong uDMA in UART with wireless transmission in CC3200 but I am missing data: shown in image below, new data is not written into the buffer and thus…
Part Number: CC3200 Need info on whether this IC can work in Radiology and MRI scan rooms?
By adding this Wifi setup in Radiology and MRI scan rooms will it cause any interventions in the equipment?
Also please share if there are any performance reports…
Part Number: CC3200 My requirement is to make WiFi to UART bridge. I have used TCP IP socket sdk code and modified it with FreeRTOS in two different task as show below:
//part of code added in the main
osi_TaskCreate( UART_to_WiFi, "WiFi_Tx",\…