Part Number: CC2530 Not detected by any of the static analysis tools: the use of size_t is invalid in some cases:
void apicSendAsynchData( apicHandle_t handle, uint8 subSys, uint8 cmdId,
uint16 len, uint8 *pData )
{
size_t n;
[...]
if ( n == -1 …
Part Number: MSP430F2252 Other Parts Discussed in Thread: MSP430-FLASHER , UNIFLASH , MSP-FET
Tool/software: Linux
I have a need to program an MSP430F2252 with a Raspberry Pi and I've run into a few hiccups blowing the security fuse. 1. I can program…
Other Parts Discussed in Thread: LMT01 , TMP107 , BOOSTXL-TMP107 Hi,
I am trying to use a series of temperature sensors (either LMT01(4) or TMP107(4)) connected to a raspberry pi to measure temperature in series (possibly using a multiplexer). I did…
Part Number: CC2530
Following instrumentation of the gateway binarys, I get a message indicating one of the parameters of a memcpy is NULL.
Apparently "pData" is NULL in the memcpy call.
uint8 *apicSendSynchData(
[...]
#endif // API_CLIENT_8BIT_LEN…
Part Number: CC2530
I got the following memory access error during the execution of the gateway:
[2020-11-02 18:00:05.930,116] [GATEWAY/HNDL] MISC1 : Processing Af Incoming Message Indication
[2020-11-02 18:00:05] ==============================…
Part Number: CC2530
This is possibly caused by packing strucures in 'zcl.c' (#pragma pack") but then again, it could also happen without that : the cause to effect is not clear.
[2020-11-06 13:16:01] ============================================…
Part Number: DLPDLCR230NPEVM
Hello TI Team,
One of our customer currently working with the DLP LightCrafter Display 230NP EVM and encountering issues with I²C communication and initialization.
Issues observed
According to the DLP LightCrafter…
Part Number: CC2530
Please check the related thread with main topic "ZNP API Documentation" for details
This requires at least a mandatory fix in the ZIGBEE-LINUX-SENSOR-TO-CLOUD_1.0.1 and a convienience fix in the ZnP (check bounds).
After…
Hello,
Nima Sarrafi said: I'm using a video projector that has a DLPC900 controller board. This board by default supports (native resolution) 2560 by 1600 resolution. When I connect the video projector to a host PC, streaming runs flawlessly right away…