Part Number: CC1312R7 Other Parts Discussed in Thread: SYSBIOS Hi, Is there any API which i can use in my application code to get the SDK version and kernel version used to build that application? Thanks.
Part Number: SIMPLELINK-CC32XX-SDK Other Parts Discussed in Thread: CC3235SF We have a shipping product with the CC3220MODASM2MONR chip, and have a longstanding issue where some users connect to their home wifi network quickly and easily, and others are…
Part Number: MSP-EXP432E401Y I entered the link: https://www.ti.com/tool/SIMPLELINK-MSP432-SDK#downloads, but didn't find any download button. Is it removed?
Part Number: SIMPLELINK-WIFI-CC3120-SDK-PLUGIN Other Parts Discussed in Thread: CC3120 - We are using SimpleLink CC3120 module for WiFi communication in our product, and for intial development we used nonos drivers.
But as the product matured we added…
Part Number: SIMPLELINK-MSP432-SDK Other Parts Discussed in Thread: MSP432E401Y Dear TI members,
I am using msp432e401y launchpad and Initially i configured GPIO in open drain mode to set the IO either in low state or high impedance state.
To set the GPIO…
Part Number: SIMPLELINK-CC13XX-CC26XX-SDK Hello everyone, is there a way to get fcntl for this sdk or is there an alternative file control implementation that I could use?
I'm trying to use littleFS on a cc1352 but that is dependant on fcntl
Thanks…
Part Number: SIMPLELINK-MSP432-SDK Other Parts Discussed in Thread: SYSCONFIG I'm working with the MSP432P4111 launchpad and TI-RTOS. I am trying to disable the interrupts generated by a software timer (TIMER_A) for a brief period of time. However, …
Part Number: MSP432E401Y Other Parts Discussed in Thread: SYSCONFIG Hi,
I am working with on MSP432E401 launchpad & test example code, Is there any training video available from texas to know that how to generate new code and interegrate simplink example…
Part Number: MSP432E401Y Not a question, just reporting a bug.
If you declare URL handlers so:
URLHandler_Setup http_server_handlerTable[] = { { NULL, NULL, NULL, http_urlhandler_process, NULL, NULL }
}
In SDK server, httpserver.c , in the function deleteSessi…
Part Number: SIMPLELINK-CC13XX-CC26XX-SDK Hello all,
As the title says, we have a battery powered device which we are upgrading from SDK 5.2 to 6.3. After upgrading and verifying the transition from the pin and UART to gpio and UART2 drivers are correct…