Part Number: CC1352P7
Tool/software:
Hi,
I am digging a little in the ns_coap_node code and I'd like to ask 2 questions about coap_message_handler_request_send function:
1. One of the function's parameter is sn_coap_content_format_e which can…
Part Number: CC1352P7 Other Parts Discussed in Thread: WI-SUN Tool/software: Hi team,
I have a project running Wi-SUN with a CoAP node that receives data via UART and forwards it to border router. The data is received by UART with fallback functionality…
Part Number: LP-CC1352P7 Other Parts Discussed in Thread: WI-SUN , ENERGYTRACE , SYSCONFIG Tool/software: I’m currently working with the RF_cmdPropTx function using SimpleLink and a custom PHY, and the packets are transmitting and receiving correctly…
Hi Omid,
Seems like it is more difficult than I thought, when not using the UART format or our tools. Please allow me some more time to work on that.
At least, I have confirmed that SWO will not work with the Segger J-Link (it requires debugging with…
Part Number: CC1352P7 Other Parts Discussed in Thread: CC1354P10 Tool/software: Hi team,
I am developing with CC1352P74 and I have done some tests using Lauchpad CC1354P10 and everything works fine. Now, testing with our hardware that has just been developed…
Part Number: LP-CC1352P7 Tool/software: Hello Everyone, I have been trying to use some standard C library function, strtok and strnlen from string.h. However, my linker does not find the function definition. In addition, I also could not find a corresponding…
Part Number: CC1352P7
Tool/software:
Hello my friends, I was wondering if there is any example on how to implement a custom FEC scheme using the proprietary RF? My main question revolves around the fact that at the Tx side the FEC should be over the entire…
Part Number: LP-CC1352P7 Tool/software: Greetings,
We have purchased the LP-CC1352P7 board to work on IEEE 802.15.4g standard but there is no proper sample code available fro baremetal programming. Please guide with the proper roadmap to build Ti 15…
Part Number: CC1352P7 Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi TI,
I use simplelink_cc13x2_26x2_sdk_5_20_00_52 and CC1352P7.
Now I have a problem about malloc function.
In my application, I need to use malloc 4~6 times.
The pseudo code…