(Solved)Internet Protocol Support Profile(IPSP) Cannot read data on Node

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello all,

   

I have two problem about IPSP.

   

I am using CYBLE-222014-01 Chip, PSoC Creator 3.3 and BLE Component v3.10.

   

1. 

   

I want to send and receive data over IPv6. I created new project based on Cypress IPSP example, i can send data using CyBle_L2capChannelDataWritefunction without error on Router and  i get CYBLE_EVT_L2CAP_CBFC_DATA_WRITE_IND event after sending. But i am not able receive this data from Node side. After sending data, system does not generate READ event on Node side. 

   

GAP and L2cap connection happens succesfully. Is this BLE Stack bug or am i doing something wrong?

   

 

   

2. Whenever i try to send a second message, i get memory allocation failed error return of CyBle_L2capChannelDataWritefunction. I try to increase heap size 0x200 to 0x400 and stack size 0x800 to 0x2000 but nothing change.

   

 

   

Thanks in advance.

   

Regards,

   

Hakan

0 Likes
1 Reply
Anonymous
Not applicable


I fixed the problem. Cypress Node and Router example's guide pdf suggest value of 1000 for Initial Credit when setting Router L2CAP channel. It doesnt work for 1000, I lowered the value and it works now. Also I am registering PSM and sending L2CAP channel request after CYBLE_EVT_GAP_DEVICE_CONNECTED event triggered.

0 Likes