You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now , I'm using curie nano board
my ble program is using callback function.
void dataSyncCharCharacteristicWritten(BLEDevice central, BLECharacteristic characteristic) {
// 1. read external serial flash
// code here
// 2. save data in buffer from serial flash memory
// code here
// 3. nofity and send to application buff Value
for (int i = 0; i < register_index; i++) {
syncChar.setValue(syncBuff[i], SAVE_UNIT_STEP);
}
}
Hi There
Now , I'm using curie nano board
my ble program is using callback function.
My problem code parts is number 3
Cuire board is stuck in for statement
How to solved this problem?
regards
The text was updated successfully, but these errors were encountered: