关于通过jlink OTP烧录,怎么修改MAC地址
在通过jlink OTP烧录,怎么去修改MAC地址?
有说明书吗?
在通过jlink OTP烧录,怎么去修改MAC地址?
有说明书吗?
想通过串口将我希望的MAC地址发送给14580,然后就使用新的MAC地址。
请问,我上述想法可以实现吗?
Hi,
I have some data which should persist even in case of device power cycle. Is there anyway to store these data so that I don't loose them over a power cycle ? Is an external memory the only solution for this?
Hello support team,
Could you please send me a Landing Pattern Recommendation of DA14580(WLCSP)?
I can't find its information in the DA14580 datasheet.
Best regards,
Jun-ichi
Hello
Can the BLE chip provide phase and amplitude of received symbols?
thank you
Michel
In gattc_event_ind_handler ,
else (spsc_env->sps.chars[SPSC_SRV_TX_DATA_CHAR].val_hdl == param->handle) part ,
{
sps_client_indicate_data_rx(spsc_env, param->value, param->length);
}
is executing whenever DSPS_DEVICE's are transmitting data , at what condition's above else part will run and will not run ?? , also why SPSC_SRV_TX_DATA_CHAR this is mentioned in this handler ??
Hi Dialog
i am using DSPS_HOST with 2 DSPS_DEVICE's ,
Dear Dialog team,
It is written about ZOR antenna in AN-B-027.
What is the PCB thickness of this reference design?
Best regards,
Sean
Send command
{
printf_string("second encode");
struct gapm_use_enc_block_cmd* cmd = KE_MSG_ALLOC(GAPM_USE_ENC_BLOCK_CMD, TASK_GAPM, TASK_APP,
gapm_use_enc_block_cmd);
memcpy(cmd->operand_1, key, sizeof(key));
//memset(cmd->operand_2, 0, KEY_LEN);
memcpy (cmd - > operand_2 data, KEY_LEN);
cmd->operation = GAPM_USE_ENC_BLOCK_CMD;
Hi Dialog
i have enabled extended sleep in DSPS _DEVICE project , once DSPS_DEVIEC wake up from sleep , if i tried to connect to DSPS_DEVICE via DSPS app taking more than 3-5 s , why?