questions about KE_MSG_ALLOC
Hi,
想知道一旦我们使用KE_MSG_ALLOC;谁frees the memory; is the responsibility of the programmer? or is it handled by the kernel?
if we have to free the memory; how does one goes about doing it?
Thanks,
Mutahir
Hi,
想知道一旦我们使用KE_MSG_ALLOC;谁frees the memory; is the responsibility of the programmer? or is it handled by the kernel?
if we have to free the memory; how does one goes about doing it?
Thanks,
Mutahir
We create a device with a PAN1740 and a NFC Reader IC connected over I2C to the DA1450. For the NFC IC we want to implement sw drivers on the Cortex M0 of the DA1580. Where can we integrate our NFC driver code into the SPS source code? Optimally, we could create an own nfc_driver_task (additional to the sps_server_task and the app_task). Is this possible and how are the basic steps of the integration done?